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
|
2779258111
|
List of devices looks strange on laptop. Attempt at fix here
|
2024-04-06 20:10:14 -04:00 |
Matt McWilliams
|
da735779b4
|
Add more trycatches add more logs. Not sure where failure is.
|
2024-04-06 20:00:54 -04:00 |
Matt McWilliams
|
b7e2e912f4
|
Figure out why devices.ready() is not reaching end of method on Mono laptop
|
2024-04-06 19:53:04 -04:00 |
Matt McWilliams
|
d34172d8e9
|
Use device.profile() method, seemingly not implemented properly
|
2024-04-06 19:37:29 -04:00 |
Matt McWilliams
|
f30ce78f9d
|
Suppress warnings from Intval and execRaw during compilation. Add logging to ready to test on Mono laptop
|
2024-04-06 19:18:15 -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
|
142c990a0e
|
Refactored GUI into TypeScript and class-based format
|
2023-03-18 16:59:26 -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
|
7741134917
|
Create the Timing class
|
2023-02-28 14:30:17 -05: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
|
bbfe6fc657
|
Add option to use Processing with a server as a capture method triggered by the camera.
Enter a url into the Settings panel in the Processing URL input box and select the radio button.
|
2022-04-30 15:58:17 -04:00 |
sixteenmillimeter
|
7c9543239e
|
Rest of last commit. Renderer js
|
2020-09-29 13:57:59 -04:00 |
mmcwilliams
|
c6d0256929
|
Compile renderer js with tsconfig.json file. Add maps.
|
2020-01-10 16:43:12 -05:00 |