Documentation/userspace-api/media/drivers/vgxy61.rst

Source file repositories/reference/linux-study-clean/Documentation/userspace-api/media/drivers/vgxy61.rst

File Facts

System
Linux kernel
Corpus path
Documentation/userspace-api/media/drivers/vgxy61.rst
Extension
.rst
Size
762 bytes
Lines
26
Domain
Support Tooling And Documentation
Bucket
Documentation
Inferred role
Support Tooling And Documentation: documentation
Status
atlas-only

Why This File Exists

Repository support layer: documentation, build tooling, samples, user-space helper tools, generated initramfs support, licenses, and validation utilities.

Dependency Surface

Detected Declarations

Annotated Snippet

.. 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 subtraction
      - This involves subtracting the short exposure frame from the long
        exposure frame.
    * - No HDR
      - This mode is used for standard dynamic range (SDR) exposures.

Annotation

Implementation Notes