Hi Juan,
I am trying to set the exposure values based on the Android API on Ov5640 MIPI on IMX6 board and I did changes based on the response from Alejandro (as below)
case V4L2_CID_GAIN:
OV5640_set_gain16( (__s32)vc->value);
break;
but seems there is no impact on the camera exposure when I change values using Android API. I posted the issue in the Freescale communities and received below response, could you please assist me in implementing the Camera Exposure?
OV5640 MIPI camera on a iMX6 set exposure and gain
Thanks,
Sreekanth