[libcamera-devel] [PATCH v4 0/5] Patchset for libcamera controls

Naushir Patuck naush at raspberrypi.com
Fri Apr 24 12:46:55 CEST 2020


Hi,

Here is patch-set v4 for the changes to libcamera controls.

The following changes have been made from the v3 patch-set:

- Document controls to be bi-directional by default.
- Fix rounding of gain control for the uvcvideo pipeline.
- Merge patches 1 and 2 (gain/exposure unit changes and uvcvideo pipeline changes).
- Remove reference to ManualGain from AwbEnable.
- Contrast/Brightness/Saturation now all use floats for consistency.
- Add Shadow constraint mode to AE.
- Reword documentation for Lux control.
- Fix typo metering mode -> exposure mode.
- Reword AWB CT -> colour temperature.

Hope I did not miss out on any other comments.

Regards,
Naush

Naushir Patuck (5):
  libcamera: control_ids: Add comment to specify control direction
  libcamera: controls: Updates to gain and exposure controls
  libcamera: controls: Reorder and update description of existing
    controls
  libcamera: controls: Add AE related controls
  libcamera: controls: Add AWB related controls

 src/libcamera/control_ids.cpp.in             |   3 +
 src/libcamera/control_ids.yaml               | 213 +++++++++++++++++--
 src/libcamera/pipeline/uvcvideo/uvcvideo.cpp |  37 +++-
 3 files changed, 229 insertions(+), 24 deletions(-)

-- 
2.17.1



More information about the libcamera-devel mailing list