ihmcrobotics / simulation-construction-set-2

Graphical user interface for visualizing control variables from either a server, a log file, or a simulation.
Apache License 2.0
12 stars 0 forks source link

Feature/capture magewell #183

Closed PotatoPeeler3000 closed 3 weeks ago

PotatoPeeler3000 commented 1 month ago

This PR allows for viewing videos and logs recorded with a Magewell capture device. Unfortunately videos recorded with Magewell can't be played back with the previous implementation so a specific magewell one had to be made resulting in the following interface VideoDataPlayer which has specific implementations for Magewell and Blackmagic. This follows the logger PR to enable logging with https://github.com/ihmcrobotics/ihmc-robot-data-logger/pull/8

PotatoPeeler3000 commented 1 month ago

This build is failing because its pulling the logger code from the wrong branch, not sure how to fix that rn but it claims it can't find the camera.getType() method which does exist on my branch

ds58 commented 1 month ago

@PotatoPeeler3000 Can you add me back as a reviewer when it's ready?

ds58 commented 1 month ago

CI is failing, can you check that?