Open twVolc opened 5 years ago
Which camera module? OV5647 V1.3 (or clone thereof), or Sony IMX219 V2.1?
https://github.com/waveform80/picamera/issues/475#issuecomment-391756255 says the issue on the IMX219 was fixed May 2018.
Ah yes sorry, I'm working with the v1.3 Omnivision chip. I know that's now discontinued but for my application I can't move to the Sony sensor. Is there likely to be a quick fix for the v1.3? If not, it's not the end of the world re-assigning camera.shutter_speed before each capture.
This is the same problem highlighted by https://github.com/waveform80/picamera/issues/475, but I thought I should post here as recommended by 6by9.
I have a very simple script to record images
Consecutive images will have reduced exposure speeds. My current fix is to just set shutter_speed each time before acquiring, but it would be great if this wasn't necessary
I'm on a Pi 3 B+, running Buster. Linux pi 4.19.75-v7+ #1270 SMP Tue Sep 24 18:45:11 BST 2019 armv7l GNU/Linux Sep 24 2019 17:39:25 Copyright (c) 2012 Broadcom version 6820edeee4ef3891b95fc01cf02a7abd7ca52f17 (clean) (release) (start_x)
Apologies if this hasn't been raised correctly, I'm pretty inexperienced with github.