when i test dm8148 v4l2 caputue driver ( /dev/video0)
the kernel crush during ti81xxvin_check_format(), report divided by zero
I checked the code ,found the reason is that user must fill fmt.pix.bytesperline and fmt.pix.sizeimage.
so I think this is a bug.
because my v4l2 example and ffmpeg both have problems in doing this.
other problems:,
2. when I call V4L2_S_STD with V4L2_STD_1080P_60, it will also failed., why?
3. when I wanna loop back /dev/video0 and /dev/video3,
the V4L2 VIDEOC_STREAMON will failed. why?