freemocap / skellycam

The camera back-end for the `freemocap` project - or - An easy and efficient way to connect to one or more cameras and record synchronized videos💀📸
GNU Affero General Public License v3.0
19 stars 5 forks source link

Prepare 'RecordSynchronizedVideos` class #7

Closed jonmatthis closed 1 year ago

jonmatthis commented 1 year ago

This PR will create the basic method to connect to available cameras and record synchronized videos.

On the To Do list -

- [ ] Figure out bug where a process fails to start some times (Issue #8 ) EDIT - Stop gap fix - restart dead processes

~~- [ ] ensure synchronization during runtime/recording ~~ EDIT - doing this later using @mprib's sync method