waveform80 / picamera

A pure Python interface to the Raspberry Pi camera module
https://picamera.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
1.57k stars 357 forks source link

stereo mode: how to switch camera sides #734

Closed jds1993cologne closed 1 year ago

jds1993cologne commented 1 year ago

Is it possible to witch the camera possissions in stereo mode?

6by9 commented 1 year ago

Memory says that if you select camera 1 (camera_num=1 when you create the camera object) then it will swap the two camera modules over.

jds1993cologne commented 1 year ago

works fine, thanks a lot