mbox series

[0/2] Add luma 16-bit interlaced pixel format

Message ID c7c24f3f6661e5a01aae4e7ef549801411f063cb.camel@intel.com
Headers show
Series Add luma 16-bit interlaced pixel format | expand

Message

Dmitry Perchanov Aug. 26, 2024, 12:58 p.m. UTC
The formats added by this patch are:

        V4L2_PIX_FMT_Y16I
        UVC_GUID_FORMAT_Y16I

Interlaced lumina format primary use in RealSense
Depth cameras with stereo stream for left and right
image sensors.


Dmitry Perchanov (2):
  v4l: Add luma 16-bit interlaced pixel format
  uvc: Add luma 16-bit interlaced pixel format

 .../userspace-api/media/v4l/pixfmt-y16i.rst   | 74 +++++++++++++++++++
 .../userspace-api/media/v4l/yuv-formats.rst   |  1 +
 drivers/media/common/uvc.c                    |  4 +
 drivers/media/v4l2-core/v4l2-ioctl.c          |  1 +
 include/linux/usb/uvc.h                       |  3 +
 include/uapi/linux/videodev2.h                |  1 +
 6 files changed, 84 insertions(+)
 create mode 100644 Documentation/userspace-api/media/v4l/pixfmt-y16i.rst