CIS_builder replied to the topic 'v4l2 driver for build in cameras' in the forum. 2 years ago

Additional debugging information.
After digging into the indi_v4l2_ccd driver, it appears UVC webcams are V4L2_CAP_VIDEO_CAPTURE capable.

But with <code>v4l2-ctl --all -d /dev/video0</code> mipi rkisp is V4L2_CAP_VIDEO_CAPTURE_MPLANE

So technically, this v4l2 driver is not generic? Instead it is only compatible for UVC through a single layer in v4l2?

Read More...