Skip to content

green static when recording #7

@deepav-ai

Description

@deepav-ai

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()
`

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions