vgxy61.rst 762 B

12345678910111213141516171819202122232425
  1. .. SPDX-License-Identifier: GPL-2.0
  2. ST VGXY61 camera sensor driver
  3. ==============================
  4. The ST VGXY61 driver implements the following controls:
  5. ``V4L2_CID_HDR_SENSOR_MODE``
  6. -------------------------------
  7. Change the sensor HDR mode. A HDR picture is obtained by merging two
  8. captures of the same scene using two different exposure periods.
  9. .. flat-table::
  10. :header-rows: 0
  11. :stub-columns: 0
  12. :widths: 1 4
  13. * - HDR linearize
  14. - The merger outputs a long exposure capture as long as it is not
  15. saturated.
  16. * - HDR subtraction
  17. - This involves subtracting the short exposure frame from the long
  18. exposure frame.
  19. * - No HDR
  20. - This mode is used for standard dynamic range (SDR) exposures.