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 -- 2.43.0