Hello, Is it possible to set values for exposure and gain of the sensor OV5640?
I have seen that there is a ioctl_s_ctrl in ov5640_mipi.c but does not implement the V4L2_CID_EXPOSURE nor V4L2_CID_GAIN. But it is defined the OV5640_set_gain16 (int gain16) and OV5640_set_shutter (int shutter)
Can someone tell me how to modify those values?
Best regards.