From 57d9d25a0e835962f58d0b873d389ee5ac768828 Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Sun, 30 Jun 2019 16:14:22 +0300 Subject: libcamera: controls: Add a set of initial controls MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add an initial set of controls to demonstrate how controls are defined. Proper documentation for each control is missing. Signed-off-by: Laurent Pinchart Reviewed-by: Niklas Söderlund Reviewed-by: Kieran Bingham --- include/libcamera/control_ids.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include') diff --git a/include/libcamera/control_ids.h b/include/libcamera/control_ids.h index d0e700da..75b6a2d5 100644 --- a/include/libcamera/control_ids.h +++ b/include/libcamera/control_ids.h @@ -13,6 +13,12 @@ namespace libcamera { enum ControlId { + AwbEnable, + Brightness, + Contrast, + Saturation, + ManualExposure, + ManualGain, }; } /* namespace libcamera */ -- cgit v1.2.1