-
Notifications
You must be signed in to change notification settings - Fork 180
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RpiHQ auto white balance #328
Comments
Hello, |
Hi, attached is a patch that fixes the bug related to the AWB and Gain control with the RPiHQ camera. With this fix, I am now able to control autogain and auto white balance separatly. Sebastien |
Sorry, I just noticed that thread. |
Closing - issue resolved. |
Trying to obtaining the maximum quality from my RPiHQ camera and a cheap fisheye, I noted that the setting for AutoAWB is not doing anything in the RPiHQ implementation.
Checking the code I noted that the line for the AWB parameter parsing #633 to #639 of capture_RPiHQ.cpp are commented out and that the test for implementing the parameter at line #265 is on the asiAutoGain instead of the asiAutoAWB param.
Also what is the correlation to put the parameters for color component in the AWB code and only when the AutoGain is off?(lines 266 to 293)
I try and during the day the AWB is working well;
I'm not an expert of the use of raspistill, there is some adverse effect that is not readily apparent?
Thanks
Paolo
The text was updated successfully, but these errors were encountered: