Hi,
I opened AEWB and the code implemented automatic exposure and automatic white balance, but the actual camera did not have an automatic exposure effect. Where do I need to modify it?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi Renf,
Is your sensor driver ready for making exposure changes?
For example, this is the IMX390 sensor driver code for that -- https://git.ti.com/cgit/processor-sdk/imaging/tree/sensor_drv/src/imx390/iss_sensor_imx390.c?h=main#n445
You may print out the AE output from there as well.