-
Notifications
You must be signed in to change notification settings - Fork 42
Open
Description
Raspbian Buster image from the wiki page. Raspberry Pi v2.1 cameras.
I ran apt-get dist-upgrade so I have to run
sudo vcdbg set awb_mode 0
when I startup or it freezes.
Every time I record I get the green stuff to the right of each image. You'll see it in the h264 file.
https://drive.google.com/open?id=1qTC_QbfcZvDPx3c51hKO-YB4DVVkVP7e
`import picamera
camera = picamera.PiCamera(stereo_mode='side-by-side')
camera.start_recording('video1.h264', format='h264')
camera.wait_recording(5)
camera.stop_recording()
`
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels