Search found 3 matches

by Jimbo42
Fri Jun 19, 2020 7:27 pm
Forum: Cameras and video capture modules
Topic: PiCamera preview hangs
Replies: 4
Views: 6004

Re: PiCamera preview hangs

Thanks for that Feedback Eugene ... I did try this first the other day but the update failed ... I don't know why ... I tried again and yes this did fix the bug. I appreciate your attention.

Jim
by Jimbo42
Wed Jun 17, 2020 12:04 pm
Forum: Cameras and video capture modules
Topic: PiCamera preview hangs
Replies: 4
Views: 6004

Re: PiCamera preview hangs

I am running a CM3+ with two Waveshare "G" cameras. The solution suggested for running the command: sudo vcdbg set awb_mode 0
prior to running the code did in fact work.

Thanks for your help - greatly appreciated.
by Jimbo42
Tue Jun 16, 2020 3:11 pm
Forum: Cameras and video capture modules
Topic: PiCamera preview hangs
Replies: 4
Views: 6004

PiCamera preview hangs

I have the cameras setup and working when you issue the commands for raspistill on both cameras. I have tried to get the PiCamera module to work with very little success: Simple script: from picamera import PiCamera from time import sleep try: camera = PiCamera(stereo_mode='side-by-side', resolution...