Using the demo in the SDK, only the YUV image withe the size of 480p can be captured. The sensor board is LI-5M02.
With the demo of "capture_prev_rsz_onthe_fly_bayer.c", we can capture YUV image of UYVY format, and the size is 720*480. The setting is : V4L2_STD_MT9P031_480p_30FPS. But when we change the setting to V4L2_STD_MT9P031_1080p_25FPS or V4L2_STD_MT9P031_VGA_60FPS, and there is no image at all. The program is stopped at " ioctl(capt_fd, VIDIOC_DQBUF, &buf)" in the main function.
And we want to know how to get the 1080p YUV image. Are there any examples?
Best Regards