Matt McWilliams mattmcw
mattmcw pushed to canon_ble at 16mm/mcopy 2023-02-26 03:24:32 +00:00
e1bf69e622 Add work on mcopy_cam_canon. This includes teh CanonBLERemote library, ArduinoNvs (dependency of CanonBLERemote) and TickTwo, potentially to manage a blinking UI component. Not working. Finish the firmware feature in this branch.
mattmcw created branch canon_ble in 16mm/mcopy 2023-02-26 03:23:14 +00:00
mattmcw pushed to canon_ble at 16mm/mcopy 2023-02-26 03:23:14 +00:00
mattmcw pushed to main at 16mm/mcopy 2023-02-26 03:22:45 +00:00
d9290f7262 Add branch_name.sh to print out only the branch name
81b6846261 Only update patch on main
Compare 2 commits »
mattmcw closed issue 16mm/mcopy#20 2023-02-26 02:16:49 +00:00
Revive server feature
mattmcw deleted branch server from 16mm/mcopy 2023-02-26 02:16:40 +00:00
mattmcw merged pull request 16mm/mcopy#77 2023-02-26 02:16:29 +00:00
Merge all work on server with filmout features
mattmcw pushed to main at 16mm/mcopy 2023-02-26 02:16:29 +00:00
a57519adce Merge pull request 'Merge all work on server with filmout features' (#77) from server into main
02639466ee By doing a check for active clients during the sequencer start and stop actions, the local display is no longer used. Resolves first part of #20.
6e2795d380 Remove ACK messages for ping, rely on
8e35596088 Fixed the iOS issue. Also allow for fullscreen on all browsers (with no sleep). Can preview properly but normal mode does not work
0162d012c5 Server can now display images and will completely preempt local display when done
Compare 13 commits »
mattmcw created pull request 16mm/mcopy#77 2023-02-26 02:16:00 +00:00
Merge all work on server with filmout features
mattmcw pushed to server at 16mm/mcopy 2023-02-26 01:39:25 +00:00
02639466ee By doing a check for active clients during the sequencer start and stop actions, the local display is no longer used. Resolves first part of #20.
mattmcw opened issue 16mm/mcopy#76 2023-02-25 22:05:42 +00:00
ffprobe hangs on potentially un-closed TS streams?
mattmcw opened issue 16mm/mcopy#75 2023-02-25 22:02:37 +00:00
Can no longer open folders on linux
mattmcw pushed to server at 16mm/mcopy 2023-02-25 21:33:58 +00:00
6e2795d380 Remove ACK messages for ping, rely on
mattmcw pushed to server at 16mm/mcopy 2023-02-25 21:32:11 +00:00
8e35596088 Fixed the iOS issue. Also allow for fullscreen on all browsers (with no sleep). Can preview properly but normal mode does not work
mattmcw pushed to server at 16mm/mcopy 2023-02-25 18:22:23 +00:00
0162d012c5 Server can now display images and will completely preempt local display when done
mattmcw pushed to server at 16mm/mcopy 2023-02-25 18:11:44 +00:00
47fb673b78 Combined script and html into single request (problems with iOS safari).
mattmcw pushed to server at 16mm/mcopy 2023-02-25 17:40:42 +00:00
f296488bc2 Further progress on #20. TODO: Image display logic on the server side. Need to add image to proxy list and give it a properly-extensioned name and cmdAll.
mattmcw closed issue 16mm/mcopy#74 2023-02-25 17:33:58 +00:00
Fimout feature is broken in current build
mattmcw pushed to server at 16mm/mcopy 2023-02-25 17:33:23 +00:00
f5392aea9f Resolves #74
mattmcw pushed to server at 16mm/mcopy 2023-02-25 17:17:51 +00:00
24b1301f9f Adding contextIsolation: false to the display module fixes the initial issue in #74, cannot use "require" but the escape button does not work due to "Cannot read properties of undefined (reading 'getCurrentWindow')"