I set camera.awb_mode = off and camera.awb_gains = (1,1) in my script to record images.
After setting above, I check the value of camera.awb_gains.
On Raspberry Pi 3B+, the values look fine.
But on Raspberry Pi4B, the values are not set to (1,1) and changes at every run (probably based on lighting).
I believe this is causing a problem with colour channels being different at every run. My application is colour sensitive.
Seems camera.awb_gains property is not working properly on Raspberry Pi 4B.
Did anyone have a similar issue?
Any suggestions from anyone would be nice.
I set
camera.awb_mode = off
andcamera.awb_gains = (1,1)
in my script to record images. After setting above, I check the value ofcamera.awb_gains
. On Raspberry Pi 3B+, the values look fine. But on Raspberry Pi4B, the values are not set to (1,1) and changes at every run (probably based on lighting).I believe this is causing a problem with colour channels being different at every run. My application is colour sensitive. Seems camera.awb_gains property is not working properly on Raspberry Pi 4B.
Did anyone have a similar issue? Any suggestions from anyone would be nice.
Pankaj