Linux USB
 help / color / mirror / Atom feed
* [PATCH 0/2] Add luma 16-bit interlaced pixel format
@ 2024-08-26 12:58 Dmitry Perchanov
  2024-08-26 13:04 ` [PATCH 1/2] v4l: " Dmitry Perchanov
  2024-08-26 13:05 ` [PATCH 2/2] uvc: " Dmitry Perchanov
  0 siblings, 2 replies; 6+ messages in thread
From: Dmitry Perchanov @ 2024-08-26 12:58 UTC (permalink / raw)
  To: linux-media, linux-usb
  Cc: laurent.pinchart, mchehab, sakari.ailus, demisrael, gregkh

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



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2024-08-30 14:07 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-26 12:58 [PATCH 0/2] Add luma 16-bit interlaced pixel format Dmitry Perchanov
2024-08-26 13:04 ` [PATCH 1/2] v4l: " Dmitry Perchanov
2024-08-26 13:14   ` Laurent Pinchart
2024-08-30 14:07   ` Nicolas Dufresne
2024-08-26 13:05 ` [PATCH 2/2] uvc: " Dmitry Perchanov
2024-08-26 13:15   ` Laurent Pinchart

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox