libcamera: controls: Add a set of initial controls

Add an initial set of controls to demonstrate how controls are defined.

Proper documentation for each control is missing.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Niklas Söderlund <niklas.soderlund@ragnatech.se>
Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
This commit is contained in:
Laurent Pinchart
2019-06-30 16:14:22 +03:00
parent b69ea51c7c
commit 57d9d25a0e
2 changed files with 48 additions and 0 deletions
+6
View File
@@ -13,6 +13,12 @@
namespace libcamera {
enum ControlId {
AwbEnable,
Brightness,
Contrast,
Saturation,
ManualExposure,
ManualGain,
};
} /* namespace libcamera */