[libcamera-devel,v3,0/5] Patchset for libcamera controls
mbox series

Message ID 20200403145305.10288-1-naush@raspberrypi.com
Headers show
Series
  • Patchset for libcamera controls
Related show

Message

Naushir Patuck April 3, 2020, 2:53 p.m. UTC
Hi all,

This is the v3 patchset for the changes to libcamera::controls.  Hopefully all
comments from v2 have been addressed.

Highlights of the changes from v2->v3:

1) Reorder some of the changes and reduce the number of patches.
2) Added comments in the control_ids.yaml file to list control direction.
3) Also added comments as TODOs for changes that require a bit more thought.
4) Only list one custom control enum instead of three.
5) Use of the same control for return directions where appropriate.

Please do let me know if you want anything re-arranged or have further review
comments.

Thanks,
Naush

Naushir Patuck (5):
  libcamera: controls: Updates to gain and exposure controls
  libcamera: uvcvideo: Update exposure/gain ctrls set with new units
  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.yaml               | 202 +++++++++++++++++--
 src/libcamera/pipeline/uvcvideo/uvcvideo.cpp |  25 ++-
 2 files changed, 206 insertions(+), 21 deletions(-)