Setting shutter speed in stereo mode

Raspberry Pi cameras (V1, V2, wide angle etc), HDMI capture modules etc.
Post Reply
PlaywPi
Posts: 1
Joined: Fri May 10, 2019 10:42 pm

Setting shutter speed in stereo mode

Post by PlaywPi »

Hello,
I am using Python Picamera to control the two cameras connected to Stereopi. In stereo mode, when I try to set the shutter speed (after setting exposure_mode = "off"), using

camera.shutter_speed = 2000

it only sets the shutter speed for camera_num = 0 but not for camera_num = 1. Is there a way to change the shutter speed for both cameras? What is the proper way to set the exposure and AWB settings for both cameras?

Thank you
PlayWPi

User avatar
Realizator
Site Admin
Posts: 900
Joined: Tue Apr 16, 2019 9:23 am
Contact:

Re: Setting shutter speed in stereo mode

Post by Realizator »

Hi PlaywPi,
You see, not 100% of features for the single camera support is implemented for the stereo mode. We did not check shutter speed but found this issue with the sharpness.
Usually we put such a notice in this thread on the Raspberry Pi forum: Stereoscopic camera capture (for COMPUTE MODULE) - now implemented (2014).
Eugene a.k.a. Realizator

Post Reply