.. |
arduino
|
Add additional logging
|
2020-10-03 21:33:45 -04:00 |
cam
|
Remove unused "digital" attribute from camera state.
|
2019-06-18 16:50:28 -04:00 |
capture
|
Update delay, exec and exit usage and require statments.
|
2019-06-08 21:43:14 -04:00 |
cmd
|
Fixed serialization error that was breaking raspberry pi 4 installation. It is apparently a real bug that should be breaking the app.
|
2020-07-26 21:52:53 -04:00 |
database
|
Feeble first attempt at documenting code
|
2019-02-23 12:25:47 -05:00 |
delay
|
Update delay, exec and exit usage and require statments.
|
2019-06-08 21:43:14 -04:00 |
devices
|
Serialport library was updated and changed to Promise-based returns from callbacks as was being used in the arduino lib.
|
2019-12-18 17:17:48 -05:00 |
display
|
Need to enableRemote in the electron browser window that gets created by filmout.
|
2021-02-23 16:16:17 -05: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
|
Have seemingly added the ability to use image sequences with the filmout feature with a few caveats. File selection is working on mac but was not on Linux. Also using this method only jpeg and png sequences can be used. This is not unacceptable, but the UI will have to be made more explicit about this limitation. I would like to support TIFF files but even now with single images they are rendered to PNG using ffmpeg.
|
2021-02-24 00:22:08 -05:00 |
ffprobe
|
Display export progress and time estimate while all frames are being exported
|
2020-03-09 15:46:06 -04:00 |
filmout
|
Corrected a UI issue with selecting directories of non-supported images. Works on macOS now with videos, images and image sequences. Testing on linux again before resolving.
|
2021-02-24 11:50:15 -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
|
Fixed serialization error that was breaking raspberry pi 4 installation. It is apparently a real bug that should be breaking the app.
|
2020-07-26 21:52:53 -04:00 |
log
|
Log doesn't need to print its own path.
|
2020-08-09 23:25:55 -04:00 |
mscript
|
All workshop work. Freeze dev on mac and test on linux
|
2019-07-29 12:45:13 -04:00 |
proj
|
Rename all uses of the previously-named "digital" module to "filmout" in proj module.
|
2019-06-18 16:52:26 -04:00 |
sequencer
|
Squashing notifier/notify-send errors on raspian. If the system doesnt work with node-notifier just skip
|
2020-07-27 11:43:55 -04:00 |
server
|
Update counters. Use local state within objects cam and proj instead of mcopy.state
|
2019-03-30 20:29:01 -04:00 |
settings
|
Settings module restores state to a default on "restore"
|
2019-04-15 16:13:28 -04:00 |
spawn
|
Add some docs to the code. Work in progress
|
2019-02-26 21:53:32 -05:00 |
system
|
FFMPEG not working yet
|
2020-04-24 22:12:56 -04:00 |
ui
|
Corrected a UI issue with selecting directories of non-supported images. Works on macOS now with videos, images and image sequences. Testing on linux again before resolving.
|
2021-02-24 11:50:15 -05:00 |