[PATCH 0/2] libcamera: Make simplepipeline + softisp work with intel-ipu6

Hans de Goede hdegoede at redhat.com
Tue Apr 30 19:17:26 CEST 2024


Hi All,

Now that the now that the IPU6 CSI2 receiver (aka the isys driver) has
landed in media_staging/master:

https://git.linuxtv.org/media_stage.git/log/

It can be enabled in the simplepipeline handler.

The /dev/video# nodes of the IPU6 driver set both V4L2_CAP_VIDEO_CAPTURE
and V4L2_CAP_META_CAPTURE capabilities, a small workaround is needed for
V4L2VideoDevice to deal with this. This is the first patch in the series
and I'm not 100% sure this is the best way to with this, so this patch
needs some extra attention when reviewing.

Regards,

Hans


Dennis Bonke (1):
  libcamera: pipeline: simple: Enable simplepipeline for intel-ipu6

Hans de Goede (1):
  libcamera: v4l2_videodevice: Fix devices which set both V4L2_CAP_VIDEO
    and V4L2_CAP_META

 include/libcamera/internal/v4l2_videodevice.h | 4 ++++
 src/libcamera/pipeline/simple/simple.cpp      | 1 +
 2 files changed, 5 insertions(+)

-- 
2.44.0



More information about the libcamera-devel mailing list