I have a stereopi, and I am trying to write a simple code to record from the two cameras and save them as two separate videos, similar to how you split your images. How do I go about this without using opencv? I have not been able to get the PiCamera stereo_mode to work to record video.
@jamie-torres You see, actually we use OpenCV and PiCamera for capture and processing only, not for record.
Have you tried to do video capture like described here in PiCamera docs?
Hello,
I have a stereopi, and I am trying to write a simple code to record from the two cameras and save them as two separate videos, similar to how you split your images. How do I go about this without using opencv? I have not been able to get the PiCamera stereo_mode to work to record video.
Any help would be appreciated.
-Jamie