Matt McWilliams mattmcw
mattmcw pushed to main at mattmcw/animation 2023-03-04 23:51:26 +00:00
5924c65b39 Write pages to directory
mattmcw pushed to canon_ble at 16mm/mcopy 2023-03-03 15:13:45 +00:00
dc746fe6f4 canon work
mattmcw pushed to canon_ble at 16mm/mcopy 2023-03-01 18:52:02 +00:00
0e3bc563a7 Update blink functionality. Probably will not work during start?
mattmcw pushed to canon_ble at 16mm/mcopy 2023-03-01 18:38:53 +00:00
d0ef5d410d Ignore all .svd files
d9aa7dc698 Ignore build artifacts
Compare 2 commits »
mattmcw pushed to canon_ble at 16mm/mcopy 2023-03-01 18:37:28 +00:00
70ab8cb527 Improve timing. Sequence takes into account serialDelay within each command and sequenceDelay has no bearing. Was adding 120ms of error to every step
mattmcw pushed to canon_ble at 16mm/mcopy 2023-03-01 18:36:09 +00:00
512f6c86ad Resolves #73. Delay is exported in .ts file so it is non-ambient
mattmcw pushed to canon_ble at 16mm/mcopy 2023-02-28 20:59:46 +00:00
d23eb290d9 Merge branch 'main' into canon_ble
648bca5b2e Merge pull request 'Merge the estimates branch' (#79) from estimates into main
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.
7741134917 Create the Timing class
3c19cd35cf Resolves #4 (4 years ago!). Adds delay (stops scripts for X seconds), alert (displays an alert that stops script execution) and pause (displays a pre-populated alert).
Compare 5 commits »
mattmcw merged pull request 16mm/mcopy#79 2023-02-28 20:58:27 +00:00
Merge the estimates branch
mattmcw closed issue 16mm/mcopy#23 2023-02-28 20:58:27 +00:00
Correct the time estimates on the JK103 profile
mattmcw closed issue 16mm/mcopy#41 2023-02-28 20:58:27 +00:00
Update sequence estimate at end of sequence
mattmcw pushed to main at 16mm/mcopy 2023-02-28 20:58:27 +00:00
648bca5b2e Merge pull request 'Merge the estimates branch' (#79) from estimates into main
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.
7741134917 Create the Timing class
Compare 3 commits »
mattmcw deleted branch estimates from 16mm/mcopy 2023-02-28 20:58:27 +00:00
mattmcw created pull request 16mm/mcopy#79 2023-02-28 20:58:05 +00:00
Merge the estimates branch
mattmcw pushed to estimates at 16mm/mcopy 2023-02-28 20:55:06 +00:00
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.
mattmcw opened issue 16mm/mcopy#78 2023-02-28 20:45:57 +00:00
Secondary projector not showing up when configured
mattmcw pushed to estimates at 16mm/mcopy 2023-02-28 19:30:22 +00:00
7741134917 Create the Timing class
mattmcw deleted branch mscript from 16mm/mcopy 2023-02-28 17:52:12 +00:00
mattmcw created branch estimates in 16mm/mcopy 2023-02-28 17:51:52 +00:00
mattmcw pushed to estimates at 16mm/mcopy 2023-02-28 17:51:52 +00:00
mattmcw commented on issue 16mm/mcopy#23 2023-02-28 17:50:46 +00:00
Correct the time estimates on the JK103 profile

Taking a new approach with this. Instead, will create a rolling average of actual times and use that to improve estimates. Marking enhancement.