Linux USB
 help / color / mirror / Atom feed
From: Dmitry Perchanov <dmitry.perchanov@intel.com>
To: linux-media@vger.kernel.org, linux-usb@vger.kernel.org
Cc: laurent.pinchart@ideasonboard.com, mchehab@kernel.org,
	sakari.ailus@iki.fi,  demisrael@gmail.com,
	gregkh@linuxfoundation.org
Subject: [PATCH 0/2] Add luma 16-bit interlaced pixel format
Date: Mon, 26 Aug 2024 15:58:31 +0300	[thread overview]
Message-ID: <c7c24f3f6661e5a01aae4e7ef549801411f063cb.camel@intel.com> (raw)

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



             reply	other threads:[~2024-08-26 13:00 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-08-26 12:58 Dmitry Perchanov [this message]
2024-08-26 13:04 ` [PATCH 1/2] v4l: Add luma 16-bit interlaced pixel format 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=c7c24f3f6661e5a01aae4e7ef549801411f063cb.camel@intel.com \
    --to=dmitry.perchanov@intel.com \
    --cc=demisrael@gmail.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=laurent.pinchart@ideasonboard.com \
    --cc=linux-media@vger.kernel.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=mchehab@kernel.org \
    --cc=sakari.ailus@iki.fi \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox