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.yaml22
1 files changed, 14 insertions, 8 deletions
diff --git a/src/libcamera/control_ids.yaml b/src/libcamera/control_ids.yaml
index bcbab195..d8bdb382 100644
--- a/src/libcamera/control_ids.yaml
+++ b/src/libcamera/control_ids.yaml
@@ -12,7 +12,7 @@ controls:
description: |
Enable or disable the AE.
- \sa ManualExposure
+ \sa ExposureTime AnalogueGain
- AeLocked:
type: bool
@@ -30,8 +30,6 @@ controls:
description: |
Enable or disable the AWB.
- \sa ManualGain
-
- Brightness:
type: int32_t
description: Specify a fixed brightness parameter
@@ -44,12 +42,20 @@ controls:
type: int32_t
description: Specify a fixed saturation parameter
- - ManualExposure:
+ - ExposureTime:
type: int32_t
- description: Specify a fixed exposure time in milli-seconds
+ description: |
+ Exposure time (shutter speed) for the frame applied in the sensor
+ device. This value is specified in micro-seconds.
- - ManualGain:
- type: int32_t
- description: Specify a fixed gain parameter
+ \sa AnalogueGain AeEnable
+
+ - AnalogueGain:
+ type: float
+ description: |
+ Analogue gain value applied in the sensor device.
+ The value of the control specifies the gain multiplier applied to all
+ colour channels. This value cannot be lower than 1.0.
+ \sa ExposureTime AeEnable
...