realizator / stereopi-tutorial

StereoPi OpenCV depth map examples
GNU General Public License v3.0
112 stars 37 forks source link

Simple two split video streams #4

Open jamie-torres opened 5 years ago

jamie-torres commented 5 years ago

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

realizator commented 5 years ago

@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?