Hi,
I am trying to turn of exposure compensation by setting the exposure compensation value to 0, But the exposure of the image is changing depending upon the scene, I am not changing the exposure of sensor but still it affects the image.
I want to stop the exposure compensation, Is there a way to stop the exposure compensation, I don’t want to use the AElock since I am using the CID functions to control my light source.
Hi @ShaneCCC ,
Thank you for Clarifying, Is there a way to disable exposure control(AE) without AE lock.
I want to use the return value from AE to control a light source but I don’t want the AE to apply on the image.
Hi @ShaneCCC ,
I don’t want to change the exposure, I want to keep the exposure the same.
I want the below function to be called so that I can use the variable “s64 val” to control external light for the camera, at the same time the exposure compensation should not be applied to the image.
static int ov5693_set_exposure(struct tegracam_device *tc_dev, s64 val);