Matt McWilliams
|
bc081cfe63
|
Correct lib jsdocs in modules. Update tests to catch new error in mscript.
|
2024-05-24 15:23:58 -04:00 |
Matt McWilliams
|
b21b899303
|
Re-enabled tests. Re-enabled docs build (jsdocs are very out of date). Removed several any types and created types for Config
|
2024-05-23 23:36:51 -04:00 |
Matt McWilliams
|
5d31bf0020
|
Ported main.js to TypeScript. Rewrote all imports and replaced with class constructors, not require()().
|
2024-05-23 20:51:35 -04:00 |
Matt McWilliams
|
91ad944c46
|
Removed several uses of any and added types to System module.
|
2024-05-23 19:54:42 -04:00 |
Matt McWilliams
|
cb63194fc6
|
All known classes have types exported and imported into dependent modules. This has already caught a class of bugs. Removing references to any will catch another.
|
2024-05-23 18:49:18 -04:00 |
Matt McWilliams
|
8e8fac92d1
|
Update Settings class to export properly. Replace use of any in Device.
|
2024-05-22 23:36:40 -04:00 |
Matt McWilliams
|
7e24c70454
|
Re-write of log module to use export properly (in Typescript) and include the winston types for Logger. Will repeat this step with all of the remaining modules that are declared 'any' type and miss out on the benefits of using Typescript in the first place.
|
2024-05-19 18:14:33 -04:00 |
Matt McWilliams
|
63f4278b2b
|
Resolve startup order issues and explanation for all the delays that were meager attempts to solve a race condition. By moving more IPC connectionts to handles, which can be awaited, there are no more attempts to send message to light object that fails because it has not yet been instantiated.
|
2024-04-06 23:37:30 -04:00 |
Matt McWilliams
|
6778f871db
|
Devices, serial and type terms were updated everywhere in code except in the settings object.
|
2024-04-06 20:29:56 -04:00 |
Matt McWilliams
|
ed767aedb5
|
Recompile with newer modules.
|
2024-04-06 19:09:50 -04:00 |
Matt McWilliams
|
e7e7f86ab3
|
Manual merge from capper branch: all changes to devices library.
|
2023-08-06 15:04:33 -04:00 |
Matt McWilliams
|
2f56dd4b8a
|
Update the timing after delaying for 5000ms (hack)
|
2023-07-30 23:03:06 -04:00 |
Matt McWilliams
|
dac720863d
|
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 |
Matt McWilliams
|
a173cf0d7c
|
WIP
|
2023-07-23 20:00:42 -04:00 |
Matt McWilliams
|
0cc167b3a6
|
Incredibly close to #80 and #81. Can get state confirmation at startup. Can send exposure string and get confirmation after. Cannot get state outside of initial confirmation. Something is either locked or failing to wait?
|
2023-07-10 22:33:16 -04:00 |
Matt McWilliams
|
c0d6cbccec
|
Can now detect if state is available on a device
|
2023-06-17 17:57:30 -04:00 |
Matt McWilliams
|
5db5d477e4
|
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 |
Matt McWilliams
|
3f759f5678
|
Add the ability to detect a single capper device
|
2022-07-17 09:57:52 -04:00 |
Matt McWilliams
|
9d0545aa4f
|
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 |
Matthew McWilliams
|
70c2c695f0
|
All capper work. Need to wrap all actions in the 'b' command and push functionality to a lower level to prevent unneeded complexity.
|
2022-07-13 15:21:26 -04:00 |
Matt McWilliams
|
585c47d6c7
|
Allow capper identifier in list of acceptable responses.
|
2022-06-13 08:08:42 -04:00 |
Matt McWilliams
|
129647b863
|
App work
|
2022-06-12 13:37:00 -04:00 |
mmcwilliams
|
4c8c2b66f3
|
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 |
mmcwilliams
|
872b46d4a5
|
Filmout display monitor size with stats
|
2019-06-24 21:11:14 -04:00 |
mmcwilliams
|
6442d99817
|
Update delay, exec and exit usage and require statments.
|
2019-06-08 21:43:14 -04:00 |
mmcwilliams
|
2e8d20f40a
|
Update comments on devices module.
|
2019-05-28 12:16:01 -04:00 |
mmcwilliams
|
5c9091d957
|
Can't reproduce issue #13. Appeared on installation of unknown version. Close #13 for now.
|
2019-05-28 10:33:31 -04:00 |
mmcw-dev
|
ed14564de7
|
Fix issue of false positives on detecting second cmaeras and projectors
|
2019-04-15 16:15:34 -04:00 |
mmcwilliams
|
7a52bc7c6e
|
Secondary projector and secondary camera behaviors have been added to the main process. This is not represented in the UI... yet. All renderer code is still in flux.
|
2019-04-04 18:49:07 -04:00 |
mmcwilliams
|
48e8415ee4
|
Rename all keys to full "camera_" vs "cam_" and "projector_" vs "proj_" for consistency across the app.
Successfully separate and refactor gui.grid object to gui.
|
2019-03-21 21:02:28 -04:00 |
mmcwilliams
|
099cd3052a
|
Refactor settings into Typescript class module.
Refactor devices into Typescript class module from object.
|
2019-03-21 18:00:34 -04:00 |