I'm integrating a new sensor to work with the DM385 IPNC platform. I've noticed that every time I boot, I need to click the "AEWB Enable" button in DCC so that auto exposure and gain control start working.
I wish to enable this automatically when the IPNC boots. What registers does this button change and where in the source files do I find those settings?
I've tried the following in
iss_params_default.c
under ti/psp/iss/core/src/
h3a_aewb_params_default.aewb_enable = H3A_FEATURE_ENABLE;
but observed no changes