Recording from single camera set - UCSB-VRL/multimodal_vrl_camera_net GitHub Wiki
Initialization
Unnetworked recording is done using src/prime-seek.py
. Before running, be sure to set the desired recording location. If you want a faster frame rate be sure to comment out any real time inference functions.
Control Recording
Controls are the same from networked setup. Use r
to start recording. Use s
to stop and save that recording. You can use r
to start a new recording afterwards. Use esc
to end the program.