realizator / stereopi-tutorial

StereoPi OpenCV depth map examples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple two split video streams

jamie-torres opened this issue · comments

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

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