From: Benjamin Mugnier <benjamin.mugnier@foss.st.com>
To: <linux-media@vger.kernel.org>
Cc: <alain.volmat@foss.st.com>, <hugues.fruchet@foss.st.com>,
<sylvain.petinot@foss.st.com>, <dave.stevenson@raspberrypi.com>,
<sakari.ailus@linux.intel.com>,
<laurent.pinchart@ideasonboard.com>,
<kieran.bingham@ideasonboard.com>, <nicolas@ndufresne.ca>,
<hverkuil@xs4all.nl>,
Benjamin Mugnier <benjamin.mugnier@foss.st.com>
Subject: [PATCH v7 4/5] media: Documentation: Add ST VGXY61 driver documentation
Date: Tue, 11 Oct 2022 14:30:29 +0200 [thread overview]
Message-ID: <20221011123030.31802-2-benjamin.mugnier@foss.st.com> (raw)
In-Reply-To: <20221011120555.28889-1-benjamin.mugnier@foss.st.com>
Document V4L2_CID_HDR_MODE possible values for this sensor.
Signed-off-by: Benjamin Mugnier <benjamin.mugnier@foss.st.com>
---
.../userspace-api/media/drivers/st-vgxy61.rst | 23 +++++++++++++++++++
1 file changed, 23 insertions(+)
create mode 100644 Documentation/userspace-api/media/drivers/st-vgxy61.rst
diff --git a/Documentation/userspace-api/media/drivers/st-vgxy61.rst b/Documentation/userspace-api/media/drivers/st-vgxy61.rst
new file mode 100644
index 000000000000..213b884dcfa6
--- /dev/null
+++ b/Documentation/userspace-api/media/drivers/st-vgxy61.rst
@@ -0,0 +1,23 @@
+.. SPDX-License-Identifier: GPL-2.0
+
+ST VGXY61 camera sensor driver
+==============================
+
+The ST VGXY61 driver implements the following controls:
+
+``V4L2_CID_HDR_SENSOR_MODE``
+-------------------------------
+ Change the sensor HDR mode. A HDR picture is obtained by merging two captures of the same scene
+ using two different exposure periods.
+
+.. flat-table::
+ :header-rows: 0
+ :stub-columns: 0
+ :widths: 1 4
+
+ * - HDR linearize
+ - The merger outputs a long exposure capture as long as it is not saturated.
+ * - HDR substraction
+ - This involves subtracting the short exposure frame from the long exposure frame.
+ * - "No HDR"
+ - This mode is used for standard dynamic range (SDR) exposures.
--
2.25.1
next prev parent reply other threads:[~2022-10-11 12:33 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-10-11 12:05 [PATCH v7 0/5] media: Add ST VGXY61 camera sensor driver Benjamin Mugnier
2022-10-11 12:16 ` [PATCH v7 1/5] media: v4l: Add 1X16 16-bit greyscale media bus code definition Benjamin Mugnier
2022-10-11 12:16 ` [PATCH v7 2/5] media: v4l: ctrls: Add a control for HDR mode Benjamin Mugnier
2022-11-08 9:50 ` [PATCH v7 1/5] media: v4l: Add 1X16 16-bit greyscale media bus code definition Paul Elder
2022-10-11 12:30 ` [PATCH v7 3/5] media: dt-bindings: Add ST VGXY61 camera sensor binding Benjamin Mugnier
2022-10-11 12:30 ` Benjamin Mugnier [this message]
2022-10-25 7:35 ` [PATCH v7 4/5] media: Documentation: Add ST VGXY61 driver documentation Sakari Ailus
2022-10-11 12:30 ` [PATCH v7 5/5] media: i2c: Add driver for ST VGXY61 camera sensor Benjamin Mugnier
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=20221011123030.31802-2-benjamin.mugnier@foss.st.com \
--to=benjamin.mugnier@foss.st.com \
--cc=alain.volmat@foss.st.com \
--cc=dave.stevenson@raspberrypi.com \
--cc=hugues.fruchet@foss.st.com \
--cc=hverkuil@xs4all.nl \
--cc=kieran.bingham@ideasonboard.com \
--cc=laurent.pinchart@ideasonboard.com \
--cc=linux-media@vger.kernel.org \
--cc=nicolas@ndufresne.ca \
--cc=sakari.ailus@linux.intel.com \
--cc=sylvain.petinot@foss.st.com \
/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