mcopy/src
Matt McWilliams 08ce0d792b Fix for case where this.confirmExec is not a function 2023-10-08 18:15:31 -04:00
..
alert Complete the alert feature. Have not created pause, but this could be done using the same alert object to prevent code duplication. 2022-08-03 09:02:47 -04:00
arduino Fix for case where this.confirmExec is not a function 2023-10-08 18:15:31 -04:00
cam Resolves #80 and #81. UI will need a little cleanup. There is some string concatenation happening where it shouldn't. 2023-07-30 22:13:50 -04:00
capper All capper features in app, can shoot blank frames, can turn on capper independently and can schedule blank frames in the sequencer. Some cleanup may be needed but there are no noticeable regressions in the app. TODO: Finish all arduino scripts. 2022-07-15 18:11:26 -04:00
cmd Methods in place for setting exposure 2023-07-05 15:17:45 -04:00
delay Resolves #73. Delay is exported in .ts file so it is non-ambient 2023-03-01 13:35:45 -05:00
devices Manual merge from capper branch: all changes to devices library. 2023-08-06 15:04:33 -04:00
display Manual merge from capper branch: all changes to display library. 2023-08-06 14:36:31 -04:00
exec Update delay, exec and exit usage and require statments. 2019-06-08 21:43:14 -04:00
exit Update delay, exec and exit usage and require statments. 2019-06-08 21:43:14 -04:00
ffmpeg Fixed video export, still sequence selection 2021-03-18 11:27:53 -04:00
ffprobe Display export progress and time estimate while all frames are being exported 2020-03-09 15:46:06 -04:00
filmout Server can now display images and will completely preempt local display when done 2023-02-25 13:22:20 -05:00
frame Remove ImageMagick dependency. Replace sharp with jimp (prevent linux build issues). Jimp will also perform the same composite step as convert was. Light module is still disabled globally. 2020-04-24 14:33:58 -04:00
intval Refactor intval module into Typescript. 2019-06-14 11:58:35 -04:00
light Put in place changes needed to receive a string from an arduino 2023-06-12 22:45:25 -04:00
log Server work 2023-02-25 00:24:07 -05:00
mscript Resolves #4 (4 years ago!). Adds delay (stops scripts for X seconds), alert (displays an alert that stops script execution) and pause (displays a pre-populated alert). 2023-02-28 12:49:11 -05:00
processing Add option to use Processing with a server as a capture method triggered by the camera. 2022-04-30 15:58:17 -04:00
proj Resolves #80 and #81. UI will need a little cleanup. There is some string concatenation happening where it shouldn't. 2023-07-30 22:13:50 -04:00
sequencer Resolves #73. Delay is exported in .ts file so it is non-ambient 2023-03-01 13:35:45 -05:00
server Refactored GUI into TypeScript and class-based format 2023-03-18 16:59:26 -04:00
settings Timing is now updated via rolling average on all projector and camera actions. This data is reset when profile is changed. This data is stored in the settings.json and loaded on start so estimates will improve the more it is used. 2023-02-28 15:55:02 -05:00
system FFMPEG not working yet 2020-04-24 22:12:56 -04:00
globals.d.ts Resolves #80 and #81. UI will need a little cleanup. There is some string concatenation happening where it shouldn't. 2023-07-30 22:13:50 -04:00