Hi,
My linux os version is 4.14.98_2.0.0. I am trying to operate CMOS camera module connected to CSI0_DAT12 ~ CSI0_DAT19. I have modified camera sensor driver and check camera display but it didn't work.
I have checked it with gst_streamer and test command is below:
gst-launch-1.0 v4l2src device=/dev/video0 ! 'video/x-raw,width=800,height=600' ! imxv4l2sink
after the above command, kernel hangs up and output ioctl command with infinite loop.
In MVC:mxc_v4l_ioctl
In MVC: mxc_v5l_do_ioctl c0485619
case VIDIOC_ENUMSTD
Could you please let me know why the above kernel log display and camera work?