summaryrefslogtreecommitdiff
path: root/src/libcamera/control_ids.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'src/libcamera/control_ids.yaml')
-rw-r--r--src/libcamera/control_ids.yaml35
1 files changed, 35 insertions, 0 deletions
diff --git a/src/libcamera/control_ids.yaml b/src/libcamera/control_ids.yaml
new file mode 100644
index 00000000..819a5967
--- /dev/null
+++ b/src/libcamera/control_ids.yaml
@@ -0,0 +1,35 @@
+# SPDX-License-Identifier: LGPL-2.1-or-later
+#
+# Copyright (C) 2019, Google Inc.
+#
+%YAML 1.2
+---
+controls:
+ - AwbEnable:
+ type: bool
+ description: |
+ Enables or disables the AWB.
+
+ \sa ManualGain
+
+ - Brightness:
+ type: int32_t
+ description: Specify a fixed brightness parameter
+
+ - Contrast:
+ type: int32_t
+ description: Specify a fixed contrast parameter
+
+ - Saturation:
+ type: int32_t
+ description: Specify a fixed saturation parameter
+
+ - ManualExposure:
+ type: int32_t
+ description: Specify a fixed exposure time in milli-seconds
+
+ - ManualGain:
+ type: int32_t
+ description: Specify a fixed gain parameter
+
+...