Currently I'm using the TI 2A algorithm for AEWB.
For my application, I wish to use a fixed, manually set value for sensor exposure, but I'd like to still make use of the AGC engine that TI 2A provides.
So far the only solution I thought of is simply ignoring the first bit of ti2a_output_params.mask in the sensor driver, and adjusting only gain parameters. However, this seems like an ugly workaround since the 2A engine is still going to "think" exposure has been adjusted.
Is there any way to disable automatic exposure control in the algorithm itself and stay only with gain control?