Dear all,
we are in the process of bringing up a new camera sensor (OV2311) with the iMX8M Mini SoC using Yocto. We created a new driver for the sensor and are able to capture images and stream video using GStreamer.
However, the camera driver supports manual control of the sensor exposure time using standard V4L2 controls (V4L2_CID_EXPOSURE control) but this is not working, opening the camera device and trying to set the exposure time using ioctl call fails.
According to this forum post about the iMX6, the V4L2 implementation in NXP's yocto linux is incomplete, but even the "solution" mentioned in that post, namely controlling the sensor using ioctl, is not working for us on the iMX8M Mini.
Is there any other way of controlling the camera parameters like exposure time from Linux userspace?
Thanks,
Michael