[libcamera-devel,v5,0/7] Patchset for libcamera controls
mbox series

Message ID 20200425004533.26907-1-laurent.pinchart@ideasonboard.com
Headers show
Series
  • Patchset for libcamera controls
Related show

Message

Laurent Pinchart April 25, 2020, 12:45 a.m. UTC
Hello,

Here's a new version of Naush's eponymous patch series.

Compared to v4, two patches have been added to refactor control handling
in the uvcvideo pipeline handler and support the auto-exposure control.
The rest then incorporates review comments, improves the control
handling changes in the uvcvideo pipeline handler and updates the vimc
pipeline handler.

Laurent Pinchart (2):
  libcamera: pipeline: uvcvideo: Refactor control handling
  libcamera: pipeline: uvcvideo: Add support for AeEnable

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               | 218 +++++++++++++++--
 src/libcamera/pipeline/uvcvideo/uvcvideo.cpp | 243 ++++++++++++++++---
 src/libcamera/pipeline/vimc/vimc.cpp         |  29 ++-
 4 files changed, 430 insertions(+), 63 deletions(-)