Matthew McWilliams
|
5026cf869f
|
Arri-S work
|
2022-10-07 19:47:56 -04:00 |
Matt McWilliams
|
ad1ac51fc8
|
Need to enableRemote in the electron browser window that gets created by filmout.
|
2021-02-23 16:16:17 -05:00 |
sixteenmillimeter
|
0811222d27
|
Normalize paths being used in filmout feature. Purpose of this is to rely on fs module to correctly handle paths for windows because it was previously broken. Will run tests.
|
2020-07-26 22:26:34 -04:00 |
sixteenmillimeter
|
d70de98256
|
Pre-export all frames in video (with confirmation dialog). Greatly improves sequence times and reliablity in conjunction with last commit. Resolves #36 and resolves #39.
|
2020-02-21 13:34:22 -05:00 |
sixteenmillimeter
|
aec3e29476
|
Wait until image is loaded in a temp element and then report back to main process using ipc. This uses the "display_load" ipc channel to call back to the Display class and resolve a promise made in the .show() method. Resolves #38.
|
2020-02-21 02:28:26 -05:00 |
sixteenmillimeter
|
32fe873707
|
Allow for longer videos by using longer padded numbers for sequences
|
2020-02-21 01:58:56 -05:00 |
sixteenmillimeter
|
9b2ed018bf
|
If filmout picture source is set, set the field guide to match the aspect ratio of the image. Right now that only works if ratio is lower than the screen. Need to add case in display.html that corrects for when screen ratio is lower than image ratio.
|
2019-08-25 15:26:43 -04:00 |
mmcwilliams
|
084916c317
|
Preview a frame using the webview. Select monitor to display images on. Wooo!
|
2019-06-26 20:08:49 -04:00 |
mmcwilliams
|
45f96e6537
|
Give macOS an extra 300ms to open and fullscreen a webview
|
2019-06-26 16:09:14 -04:00 |
mmcwilliams
|
f239f862e8
|
Fixed frame counting optimization, resolving issue #17. Also added a Siemens Star focusing screen, a middle gray metering screen and a field guide screen for use with the filmout feature. TODO: actually change monitors when selected.
|
2019-06-25 12:13:15 -04:00 |
mmcwilliams
|
9a464a2fcf
|
Unsafe-eval was throwing an error on compile
|
2019-06-22 11:52:14 -04:00 |
mmcwilliams
|
49f9f7f160
|
Display will now show a meter screen (middle grey) when instructed. Not wired to anything, got distracted by the re-naming shenanigans.
|
2019-06-18 15:47:17 -04:00 |
mmcwilliams
|
5cd6b22ea4
|
Only use webview in full screen mode for now on all platforms. EOG is trickier and flickers the entire screen into view between frames, which is unsettling. Will look for a lower-level solution than webviews, but works for now. Also, uses real fullscreen on macOS instead of just maximizing the window.
|
2019-06-18 13:47:55 -04:00 |
mmcwilliams
|
32f02d42ce
|
During the film out mode, the webview now correctly handles "closed" events when the user manually closes the window. The window also now closes at the end of a sequence (caught a typo) and correctly removed the webview from the WebView object when it does not exist. Resolves #15
|
2019-06-18 13:35:50 -04:00 |
mmcwilliams
|
7740dc39ec
|
Include in last commit
|
2019-06-15 11:06:57 -04:00 |
mmcwilliams
|
76c7b49142
|
Import delay and add comments to digital. Starting work on film-out improvements.
|
2019-06-14 12:00:22 -04:00 |
mmcwilliams
|
6442d99817
|
Update delay, exec and exit usage and require statments.
|
2019-06-08 21:43:14 -04:00 |
mmcwilliams
|
41a5fd087d
|
Last work on display for tonight. Add a boolean attribute "opened" to re-open the digitalWindow if closed.
|
2019-03-21 22:54:49 -04:00 |
mmcwilliams
|
742adccf34
|
Took a tiny detour on the film out feature, or "digital projector". This now avoids showing a browser window fullscreen on mac, which is having performance issues when opening and then running sequences. There is a major source of lag, seemingly coming from the camera? Need to test with fake projector to see if there's a problem with the arduino lib.
|
2019-03-21 22:33:30 -04:00 |
mmcwilliams
|
0ff1b5ff7d
|
Refactor display module into typescript
|
2019-03-21 21:18:13 -04:00 |
mmcwilliams
|
54ab121e89
|
Feeble first attempt at documenting code
|
2019-02-23 12:25:47 -05:00 |
mmcwilliams
|
40b5ecfe69
|
Digital projector feature added. Select a video and it will be displayed on the main monitor (TODO: address this) and the camera will advance in sync, as with a regular optical printer.
|
2019-02-08 18:21:16 -05:00 |
mmcwilliams
|
b9a6da957d
|
Add new display and capture modules. Don't need new capture module rn.
|
2019-02-08 13:16:42 -05:00 |
mmcwilliams
|
95007d06a2
|
Install libs from intval_go_node project
|
2019-02-08 12:46:58 -05:00 |