libcamera  v0.1.0
Supporting cameras in Linux since 2019
control_ids.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: LGPL-2.1-or-later */
2 /*
3  * Copyright (C) 2019, Google Inc.
4  *
5  * control_ids.h - Control ID list
6  *
7  * This file is auto-generated. Do not edit.
8  */
9 
10 #pragma once
11 
12 #include <array>
13 #include <stdint.h>
14 
15 #include <libcamera/controls.h>
16 
17 namespace libcamera {
18 
19 namespace controls {
20 
21 enum {
22  AE_ENABLE = 1,
23  AE_LOCKED = 2,
24  AE_METERING_MODE = 3,
25  AE_CONSTRAINT_MODE = 4,
26  AE_EXPOSURE_MODE = 5,
27  EXPOSURE_VALUE = 6,
28  EXPOSURE_TIME = 7,
29  ANALOGUE_GAIN = 8,
30  BRIGHTNESS = 9,
31  CONTRAST = 10,
32  LUX = 11,
33  AWB_ENABLE = 12,
34  AWB_MODE = 13,
35  AWB_LOCKED = 14,
36  COLOUR_GAINS = 15,
37  COLOUR_TEMPERATURE = 16,
38  SATURATION = 17,
39  SENSOR_BLACK_LEVELS = 18,
40  SHARPNESS = 19,
41  FOCUS_FO_M = 20,
42  COLOUR_CORRECTION_MATRIX = 21,
43  SCALER_CROP = 22,
44  DIGITAL_GAIN = 23,
45  FRAME_DURATION = 24,
46  FRAME_DURATION_LIMITS = 25,
47  SENSOR_TEMPERATURE = 26,
48  SENSOR_TIMESTAMP = 27,
49  AF_MODE = 28,
50  AF_RANGE = 29,
51  AF_SPEED = 30,
52  AF_METERING = 31,
53  AF_WINDOWS = 32,
54  AF_TRIGGER = 33,
55  AF_PAUSE = 34,
56  LENS_POSITION = 35,
57  AF_STATE = 36,
58  AF_PAUSE_STATE = 37,
59  AE_PRECAPTURE_TRIGGER = 38,
60  NOISE_REDUCTION_MODE = 39,
61  COLOR_CORRECTION_ABERRATION_MODE = 40,
62  AE_STATE = 41,
63  AWB_STATE = 42,
64  SENSOR_ROLLING_SHUTTER_SKEW = 43,
65  LENS_SHADING_MAP_MODE = 44,
66  SCENE_FLICKER = 45,
67  PIPELINE_DEPTH = 46,
68  MAX_LATENCY = 47,
69  TEST_PATTERN_MODE = 48,
70 };
71 
72 extern const Control<bool> AeEnable;
73 extern const Control<bool> AeLocked;
79 };
80 extern const std::array<const ControlValue, 4> AeMeteringModeValues;
81 extern const Control<int32_t> AeMeteringMode;
87 };
88 extern const std::array<const ControlValue, 4> AeConstraintModeValues;
95 };
96 extern const std::array<const ControlValue, 4> AeExposureModeValues;
97 extern const Control<int32_t> AeExposureMode;
98 extern const Control<float> ExposureValue;
99 extern const Control<int32_t> ExposureTime;
100 extern const Control<float> AnalogueGain;
101 extern const Control<float> Brightness;
102 extern const Control<float> Contrast;
103 extern const Control<float> Lux;
104 extern const Control<bool> AwbEnable;
106  AwbAuto = 0,
114 };
115 extern const std::array<const ControlValue, 8> AwbModeValues;
116 extern const Control<int32_t> AwbMode;
117 extern const Control<bool> AwbLocked;
120 extern const Control<float> Saturation;
122 extern const Control<float> Sharpness;
123 extern const Control<int32_t> FocusFoM;
125 extern const Control<Rectangle> ScalerCrop;
126 extern const Control<float> DigitalGain;
127 extern const Control<int64_t> FrameDuration;
129 extern const Control<float> SensorTemperature;
130 extern const Control<int64_t> SensorTimestamp;
135 };
136 extern const std::array<const ControlValue, 3> AfModeValues;
137 extern const Control<int32_t> AfMode;
142 };
143 extern const std::array<const ControlValue, 3> AfRangeValues;
144 extern const Control<int32_t> AfRange;
148 };
149 extern const std::array<const ControlValue, 2> AfSpeedValues;
150 extern const Control<int32_t> AfSpeed;
154 };
155 extern const std::array<const ControlValue, 2> AfMeteringValues;
156 extern const Control<int32_t> AfMetering;
161 };
162 extern const std::array<const ControlValue, 2> AfTriggerValues;
163 extern const Control<int32_t> AfTrigger;
168 };
169 extern const std::array<const ControlValue, 3> AfPauseValues;
170 extern const Control<int32_t> AfPause;
171 extern const Control<float> LensPosition;
177 };
178 extern const std::array<const ControlValue, 4> AfStateValues;
179 extern const Control<int32_t> AfState;
184 };
185 extern const std::array<const ControlValue, 3> AfPauseStateValues;
186 extern const Control<int32_t> AfPauseState;
187 
188 extern const ControlIdMap controls;
189 
190 namespace draft {
191 
196 };
197 extern const std::array<const ControlValue, 3> AePrecaptureTriggerValues;
205 };
206 extern const std::array<const ControlValue, 5> NoiseReductionModeValues;
212 };
213 extern const std::array<const ControlValue, 3> ColorCorrectionAberrationModeValues;
222 };
223 extern const std::array<const ControlValue, 6> AeStateValues;
224 extern const Control<int32_t> AeState;
230 };
231 extern const std::array<const ControlValue, 4> AwbStateValues;
232 extern const Control<int32_t> AwbState;
237 };
238 extern const std::array<const ControlValue, 2> LensShadingMapModeValues;
244 };
245 extern const std::array<const ControlValue, 3> SceneFlickerValues;
246 extern const Control<int32_t> SceneFlicker;
247 extern const Control<int32_t> PipelineDepth;
248 extern const Control<int32_t> MaxLatency;
256 };
257 extern const std::array<const ControlValue, 6> TestPatternModeValues;
258 extern const Control<int32_t> TestPatternMode;
259 
260 } /* namespace draft */
261 
262 } /* namespace controls */
263 
264 } /* namespace libcamera */
controls.h
Framework to manage controls related to an object.
libcamera::controls::AwbIndoor
@ AwbIndoor
Indoor AWB lighting mode.
Definition: control_ids.h:110
libcamera::controls::AfPauseStateValues
const std::array< const ControlValue, 3 > AfPauseStateValues
List of all AfPauseState supported values.
libcamera::controls::AeMeteringMode
const Control< int32_t > AeMeteringMode
Specify a metering mode for the AE algorithm to use. The metering modes determine which parts of the ...
libcamera::controls::draft::AeStateFlashRequired
@ AeStateFlashRequired
The AE algorithm would need a flash for good results.
Definition: control_ids.h:220
libcamera::controls::DigitalGain
const Control< float > DigitalGain
Digital gain value applied during the processing steps applied to the image as captured from the sens...
libcamera::controls::AfPauseResume
@ AfPauseResume
Resume continuous autofocus operation. The algorithm starts again from exactly where it left off,...
Definition: control_ids.h:167
libcamera::Control
Describe a control and its intrinsic properties.
Definition: controls.h:255
libcamera::controls::draft::AeStateSearching
@ AeStateSearching
The AE algorithm has not converged yet.
Definition: control_ids.h:217
libcamera::controls::AwbCloudy
@ AwbCloudy
Cloudy AWB lighting mode.
Definition: control_ids.h:112
libcamera::controls::AfPauseValues
const std::array< const ControlValue, 3 > AfPauseValues
List of all AfPause supported values.
libcamera::controls::ConstraintShadows
@ ConstraintShadows
Shadows constraint mode. This mode adjusts the exposure levels in order to try and avoid under-exposi...
Definition: control_ids.h:85
libcamera::controls::draft::AeStateLocked
@ AeStateLocked
The AE algorithm is locked.
Definition: control_ids.h:219
libcamera::controls::draft::AeStateInactive
@ AeStateInactive
The AE algorithm is inactive.
Definition: control_ids.h:216
libcamera::controls::draft::AePrecaptureTriggerEnum
AePrecaptureTriggerEnum
Supported AePrecaptureTrigger values.
Definition: control_ids.h:192
libcamera::controls::draft::LensShadingMapModeValues
const std::array< const ControlValue, 2 > LensShadingMapModeValues
List of all LensShadingMapMode supported values.
libcamera::controls::draft::TestPatternModePn9
@ TestPatternModePn9
All pixel data is replaced by a pseudo-random sequence generated from a PN9 512-bit sequence (typical...
Definition: control_ids.h:254
libcamera::controls::AfTriggerCancel
@ AfTriggerCancel
Cancel an AF scan. This does not cause the lens to move anywhere else. Ignored if no scan is in progr...
Definition: control_ids.h:160
libcamera::controls::AfStateIdle
@ AfStateIdle
The AF algorithm is in manual mode (AfModeManual) or in auto mode (AfModeAuto) and a scan has not yet...
Definition: control_ids.h:173
libcamera::controls::draft::TestPatternModeCustom1
@ TestPatternModeCustom1
The first custom test pattern. All custom patterns that are available only on this camera device are ...
Definition: control_ids.h:255
libcamera::controls::draft::ColorCorrectionAberrationMode
const Control< int32_t > ColorCorrectionAberrationMode
Control to select the color correction aberration mode. Currently identical to ANDROID_COLOR_CORRECTI...
libcamera::controls::draft::AePrecaptureTriggerValues
const std::array< const ControlValue, 3 > AePrecaptureTriggerValues
List of all AePrecaptureTrigger supported values.
libcamera::controls::AfSpeedValues
const std::array< const ControlValue, 2 > AfSpeedValues
List of all AfSpeed supported values.
libcamera::controls::draft::AwbState
const Control< int32_t > AwbState
Control to report the current AWB algorithm state. Currently identical to ANDROID_CONTROL_AWB_STATE.
libcamera::controls::ExposureTime
const Control< int32_t > ExposureTime
Exposure time (shutter speed) for the frame applied in the sensor device. This value is specified in ...
libcamera::controls::ColourCorrectionMatrix
const Control< Span< const float, 9 > > ColourCorrectionMatrix
The 3x3 matrix that converts camera RGB to sRGB within the imaging pipeline. This should describe the...
libcamera::controls::AeExposureModeValues
const std::array< const ControlValue, 4 > AeExposureModeValues
List of all AeExposureMode supported values.
libcamera::controls::AeLocked
const Control< bool > AeLocked
Report the lock status of a running AE algorithm.
libcamera::controls::controls
const ControlIdMap controls
List of all supported libcamera controls.
Definition: control_ids.cpp:1310
libcamera::controls::draft::SceneFicker60Hz
@ SceneFicker60Hz
60Hz flickering detected.
Definition: control_ids.h:243
libcamera::controls::SensorBlackLevels
const Control< Span< const int32_t, 4 > > SensorBlackLevels
Reports the sensor black levels used for processing a frame, in the order R, Gr, Gb,...
libcamera::controls::AfSpeed
const Control< int32_t > AfSpeed
Control that determines whether the AF algorithm is to move the lens as quickly as possible or more s...
libcamera::controls::draft::NoiseReductionModeEnum
NoiseReductionModeEnum
Supported NoiseReductionMode values.
Definition: control_ids.h:199
libcamera::controls::Brightness
const Control< float > Brightness
Specify a fixed brightness parameter. Positive values (up to 1.0) produce brighter images; negative v...
libcamera::controls::AwbTungsten
@ AwbTungsten
Tungsten AWB lamp mode.
Definition: control_ids.h:108
libcamera::controls::AwbAuto
@ AwbAuto
Search over the whole colour temperature range.
Definition: control_ids.h:106
libcamera::controls::draft::TestPatternModeColorBars
@ TestPatternModeColorBars
All pixel data is replaced with an 8-bar color pattern. The vertical bars (left-to-right) are as foll...
Definition: control_ids.h:252
libcamera::controls::draft::AePrecaptureTrigger
const Control< int32_t > AePrecaptureTrigger
Control for AE metering trigger. Currently identical to ANDROID_CONTROL_AE_PRECAPTURE_TRIGGER.
libcamera::controls::draft::NoiseReductionModeMinimal
@ NoiseReductionModeMinimal
Minimal noise reduction is applied without reducing the frame rate.
Definition: control_ids.h:203
libcamera::controls::AeConstraintModeEnum
AeConstraintModeEnum
Supported AeConstraintMode values.
Definition: control_ids.h:82
libcamera::controls::AfPauseEnum
AfPauseEnum
Supported AfPause values.
Definition: control_ids.h:164
libcamera::controls::draft::NoiseReductionModeValues
const std::array< const ControlValue, 5 > NoiseReductionModeValues
List of all NoiseReductionMode supported values.
libcamera::controls::AeExposureMode
const Control< int32_t > AeExposureMode
Specify an exposure mode for the AE algorithm to use. These specify how the desired total exposure is...
libcamera::controls::draft::NoiseReductionModeZSL
@ NoiseReductionModeZSL
Noise reduction is applied at different levels to different streams.
Definition: control_ids.h:204
libcamera::controls::AfPauseStateEnum
AfPauseStateEnum
Supported AfPauseState values.
Definition: control_ids.h:180
libcamera::controls::AfMeteringEnum
AfMeteringEnum
Supported AfMetering values.
Definition: control_ids.h:151
libcamera::controls::AfRangeValues
const std::array< const ControlValue, 3 > AfRangeValues
List of all AfRange supported values.
libcamera::controls::FocusFoM
const Control< int32_t > FocusFoM
Reports a Figure of Merit (FoM) to indicate how in-focus the frame is. A larger FocusFoM value indica...
libcamera::controls::AfPause
const Control< int32_t > AfPause
This control has no effect except when in continuous autofocus mode (AfModeContinuous)....
libcamera::controls::draft::ColorCorrectionAberrationFast
@ ColorCorrectionAberrationFast
Aberration correction will not slow down the frame rate.
Definition: control_ids.h:210
libcamera::controls::AfStateValues
const std::array< const ControlValue, 4 > AfStateValues
List of all AfState supported values.
libcamera::controls::MeteringMatrix
@ MeteringMatrix
Matrix metering mode.
Definition: control_ids.h:77
libcamera::controls::AfStateEnum
AfStateEnum
Supported AfState values.
Definition: control_ids.h:172
libcamera::controls::draft::AePrecaptureTriggerStart
@ AePrecaptureTriggerStart
The pre-capture AE metering is started by the camera.
Definition: control_ids.h:194
libcamera::controls::Contrast
const Control< float > Contrast
Specify a fixed contrast parameter. Normal contrast is given by the value 1.0; larger values produce ...
libcamera::controls::AfRangeFull
@ AfRangeFull
The full range of focus distances is scanned just as with AfRangeNormal but this time including the v...
Definition: control_ids.h:141
libcamera::controls::draft::AwbLocked
@ AwbLocked
The AWB algorithm is locked.
Definition: control_ids.h:229
libcamera::controls::draft::ColorCorrectionAberrationHighQuality
@ ColorCorrectionAberrationHighQuality
High quality aberration correction which might reduce the frame rate.
Definition: control_ids.h:211
libcamera::controls::draft::SensorRollingShutterSkew
const Control< int64_t > SensorRollingShutterSkew
Control to report the time between the start of exposure of the first row and the start of exposure o...
libcamera::controls::draft::AeStatePrecapture
@ AeStatePrecapture
The AE algorithm has started a pre-capture metering session.
Definition: control_ids.h:221
libcamera::controls::FrameDurationLimits
const Control< Span< const int64_t, 2 > > FrameDurationLimits
The minimum and maximum (in that order) frame duration, expressed in microseconds.
libcamera::controls::ScalerCrop
const Control< Rectangle > ScalerCrop
Sets the image portion that will be scaled to form the whole of the final output image....
libcamera
Top-level libcamera namespace.
Definition: backtrace.h:17
libcamera::controls::AfWindows
const Control< Span< const Rectangle > > AfWindows
Sets the focus windows used by the AF algorithm when AfMetering is set to AfMeteringWindows....
libcamera::controls::draft::AwbStateValues
const std::array< const ControlValue, 4 > AwbStateValues
List of all AwbState supported values.
libcamera::controls::LensPosition
const Control< float > LensPosition
Acts as a control to instruct the lens to move to a particular position and also reports back the pos...
libcamera::controls::MeteringCustom
@ MeteringCustom
Custom metering mode.
Definition: control_ids.h:78
libcamera::controls::draft::SceneFlickerEnum
SceneFlickerEnum
Supported SceneFlicker values.
Definition: control_ids.h:240
libcamera::controls::AfModeEnum
AfModeEnum
Supported AfMode values.
Definition: control_ids.h:131
libcamera::controls::draft::SceneFlickerValues
const std::array< const ControlValue, 3 > SceneFlickerValues
List of all SceneFlicker supported values.
libcamera::controls::AeConstraintModeValues
const std::array< const ControlValue, 4 > AeConstraintModeValues
List of all AeConstraintMode supported values.
libcamera::controls::draft::AeStateEnum
AeStateEnum
Supported AeState values.
Definition: control_ids.h:215
libcamera::controls::draft::NoiseReductionModeFast
@ NoiseReductionModeFast
Noise reduction is applied without reducing the frame rate.
Definition: control_ids.h:201
libcamera::controls::AfModeManual
@ AfModeManual
The AF algorithm is in manual mode. In this mode it will never perform any action nor move the lens o...
Definition: control_ids.h:132
libcamera::controls::AfRangeEnum
AfRangeEnum
Supported AfRange values.
Definition: control_ids.h:138
libcamera::controls::AfStateFailed
@ AfStateFailed
The AF algorithm is in auto (AfModeAuto) or continuous (AfModeContinuous) mode and a scan has complet...
Definition: control_ids.h:176
libcamera::controls::AfTriggerEnum
AfTriggerEnum
Supported AfTrigger values.
Definition: control_ids.h:158
libcamera::controls::draft::ColorCorrectionAberrationOff
@ ColorCorrectionAberrationOff
No aberration correction is applied.
Definition: control_ids.h:209
libcamera::controls::AwbEnable
const Control< bool > AwbEnable
Enable or disable the AWB.
libcamera::controls::ConstraintCustom
@ ConstraintCustom
Custom constraint mode.
Definition: control_ids.h:86
libcamera::controls::draft::PipelineDepth
const Control< int32_t > PipelineDepth
Specifies the number of pipeline stages the frame went through from when it was exposed to when the f...
libcamera::controls::SensorTimestamp
const Control< int64_t > SensorTimestamp
The time when the first row of the image sensor active array is exposed.
libcamera::controls::draft::LensShadingMapModeEnum
LensShadingMapModeEnum
Supported LensShadingMapMode values.
Definition: control_ids.h:234
libcamera::controls::ExposureLong
@ ExposureLong
Exposure mode allowing long exposure times.
Definition: control_ids.h:93
libcamera::controls::AfRangeMacro
@ AfRangeMacro
Only close distances are scanned.
Definition: control_ids.h:140
libcamera::controls::draft::NoiseReductionModeHighQuality
@ NoiseReductionModeHighQuality
High quality noise reduction at the expense of frame rate.
Definition: control_ids.h:202
libcamera::controls::draft::TestPatternModeSolidColor
@ TestPatternModeSolidColor
Each pixel in [R, G_even, G_odd, B] is replaced by its respective color channel provided in test patt...
Definition: control_ids.h:251
libcamera::controls::AfRangeNormal
@ AfRangeNormal
A wide range of focus distances is scanned, all the way from infinity down to close distances,...
Definition: control_ids.h:139
libcamera::controls::draft::AeStateValues
const std::array< const ControlValue, 6 > AeStateValues
List of all AeState supported values.
libcamera::controls::Lux
const Control< float > Lux
Report an estimate of the current illuminance level in lux. The Lux control can only be returned in m...
libcamera::controls::AfMode
const Control< int32_t > AfMode
Control to set the mode of the AF (autofocus) algorithm.
libcamera::controls::draft::AwbStateEnum
AwbStateEnum
Supported AwbState values.
Definition: control_ids.h:225
libcamera::controls::draft::MaxLatency
const Control< int32_t > MaxLatency
The maximum number of frames that can occur after a request (different than the previous) has been su...
libcamera::controls::draft::TestPatternMode
const Control< int32_t > TestPatternMode
Control to select the test pattern mode. Currently identical to ANDROID_SENSOR_TEST_PATTERN_MODE.
libcamera::controls::ConstraintHighlight
@ ConstraintHighlight
Highlight constraint mode. This mode adjusts the exposure levels in order to try and avoid over-expos...
Definition: control_ids.h:84
libcamera::controls::ConstraintNormal
@ ConstraintNormal
Default constraint mode. This mode aims to balance the exposure of different parts of the image so as...
Definition: control_ids.h:83
libcamera::controls::FrameDuration
const Control< int64_t > FrameDuration
The instantaneous frame duration from start of frame exposure to start of next exposure,...
libcamera::controls::AfStateFocused
@ AfStateFocused
The AF algorithm is in auto (AfModeAuto) or continuous (AfModeContinuous) mode and a scan has complet...
Definition: control_ids.h:175
libcamera::controls::draft::SceneFicker50Hz
@ SceneFicker50Hz
50Hz flickering detected.
Definition: control_ids.h:242
libcamera::controls::draft::LensShadingMapModeOn
@ LensShadingMapModeOn
The lens shading map mode is available.
Definition: control_ids.h:236
libcamera::controls::ExposureShort
@ ExposureShort
Exposure mode allowing only short exposure times.
Definition: control_ids.h:92
libcamera::controls::draft::AwbStateSearching
@ AwbStateSearching
The AWB algorithm has not converged yet.
Definition: control_ids.h:227
libcamera::controls::draft::ColorCorrectionAberrationModeValues
const std::array< const ControlValue, 3 > ColorCorrectionAberrationModeValues
List of all ColorCorrectionAberrationMode supported values.
libcamera::controls::AfPauseState
const Control< int32_t > AfPauseState
Only applicable in continuous (AfModeContinuous) mode, this reports whether the algorithm is currentl...
libcamera::controls::AfSpeedEnum
AfSpeedEnum
Supported AfSpeed values.
Definition: control_ids.h:145
libcamera::controls::Saturation
const Control< float > Saturation
Specify a fixed saturation parameter. Normal saturation is given by the value 1.0; larger values prod...
libcamera::controls::AwbIncandescent
@ AwbIncandescent
Incandescent AWB lamp mode.
Definition: control_ids.h:107
libcamera::controls::AfSpeedFast
@ AfSpeedFast
Move the lens more quickly.
Definition: control_ids.h:147
libcamera::controls::draft::AwbConverged
@ AwbConverged
The AWB algorithm has converged.
Definition: control_ids.h:228
libcamera::controls::AwbDaylight
@ AwbDaylight
Daylight AWB lighting mode.
Definition: control_ids.h:111
libcamera::controls::AeEnable
const Control< bool > AeEnable
Enable or disable the AE.
libcamera::controls::AfModeContinuous
@ AfModeContinuous
The AF algorithm is in continuous mode. This means that the lens can re-start a scan spontaneously at...
Definition: control_ids.h:134
libcamera::controls::AfState
const Control< int32_t > AfState
Reports the current state of the AF algorithm in conjunction with the reported AfMode value and (in c...
libcamera::controls::AfPauseStatePaused
@ AfPauseStatePaused
Continuous AF is paused. No further state changes or lens movements will occur until the AfPauseResum...
Definition: control_ids.h:183
libcamera::controls::AfTriggerValues
const std::array< const ControlValue, 2 > AfTriggerValues
List of all AfTrigger supported values.
libcamera::controls::AwbFluorescent
@ AwbFluorescent
Fluorescent AWB lamp mode.
Definition: control_ids.h:109
libcamera::controls::draft::AwbStateInactive
@ AwbStateInactive
The AWB algorithm is inactive.
Definition: control_ids.h:226
libcamera::controls::draft::LensShadingMapModeOff
@ LensShadingMapModeOff
No lens shading map mode is available.
Definition: control_ids.h:235
libcamera::controls::ExposureCustom
@ ExposureCustom
Custom exposure mode.
Definition: control_ids.h:94
libcamera::controls::ExposureNormal
@ ExposureNormal
Default exposure mode.
Definition: control_ids.h:91
libcamera::controls::AeExposureModeEnum
AeExposureModeEnum
Supported AeExposureMode values.
Definition: control_ids.h:90
libcamera::controls::AfModeAuto
@ AfModeAuto
The AF algorithm is in auto mode. This means that the algorithm will never move the lens or change st...
Definition: control_ids.h:133
libcamera::controls::draft::TestPatternModeEnum
TestPatternModeEnum
Supported TestPatternMode values.
Definition: control_ids.h:249
libcamera::controls::AwbCustom
@ AwbCustom
Custom AWB mode.
Definition: control_ids.h:113
libcamera::controls::draft::TestPatternModeValues
const std::array< const ControlValue, 6 > TestPatternModeValues
List of all TestPatternMode supported values.
libcamera::ControlIdMap
std::unordered_map< unsigned int, const ControlId * > ControlIdMap
A map of numerical control ID to ControlId.
Definition: controls.h:303
libcamera::controls::draft::AeState
const Control< int32_t > AeState
Control to report the current AE algorithm state. Currently identical to ANDROID_CONTROL_AE_STATE.
libcamera::controls::AfTriggerStart
@ AfTriggerStart
Start an AF scan. Ignored if a scan is in progress.
Definition: control_ids.h:159
libcamera::controls::AfMeteringAuto
@ AfMeteringAuto
The AF algorithm should decide for itself where it will measure focus.
Definition: control_ids.h:152
libcamera::controls::draft::LensShadingMapMode
const Control< int32_t > LensShadingMapMode
Control to report if the lens shading map is available. Currently identical to ANDROID_STATISTICS_LEN...
libcamera::controls::draft::NoiseReductionModeOff
@ NoiseReductionModeOff
No noise reduction is applied.
Definition: control_ids.h:200
libcamera::controls::AeMeteringModeValues
const std::array< const ControlValue, 4 > AeMeteringModeValues
List of all AeMeteringMode supported values.
libcamera::controls::MeteringCentreWeighted
@ MeteringCentreWeighted
Centre-weighted metering mode.
Definition: control_ids.h:75
libcamera::controls::AwbLocked
const Control< bool > AwbLocked
Report the lock status of a running AWB algorithm.
libcamera::controls::AfMeteringWindows
@ AfMeteringWindows
The AF algorithm should use the rectangles defined by the AfWindows control to measure focus....
Definition: control_ids.h:153
libcamera::controls::AfStateScanning
@ AfStateScanning
The AF algorithm is in auto mode (AfModeAuto), and a scan has been started using the AfTrigger contro...
Definition: control_ids.h:174
libcamera::controls::AnalogueGain
const Control< float > AnalogueGain
Analogue gain value applied in the sensor device. The value of the control specifies the gain multipl...
libcamera::controls::AfModeValues
const std::array< const ControlValue, 3 > AfModeValues
List of all AfMode supported values.
libcamera::controls::AeMeteringModeEnum
AeMeteringModeEnum
Supported AeMeteringMode values.
Definition: control_ids.h:74
libcamera::controls::draft::AeStateConverged
@ AeStateConverged
The AE algorithm has converged.
Definition: control_ids.h:218
libcamera::controls::ColourGains
const Control< Span< const float, 2 > > ColourGains
Pair of gain values for the Red and Blue colour channels, in that order. ColourGains can only be appl...
libcamera::controls::draft::TestPatternModeOff
@ TestPatternModeOff
No test pattern mode is used. The camera device returns frames from the image sensor.
Definition: control_ids.h:250
libcamera::controls::AfPauseImmediate
@ AfPauseImmediate
Pause the continuous autofocus algorithm immediately, whether or not any kind of scan is underway....
Definition: control_ids.h:165
libcamera::controls::ExposureValue
const Control< float > ExposureValue
Specify an Exposure Value (EV) parameter. The EV parameter will only be applied if the AE algorithm i...
libcamera::controls::AfMetering
const Control< int32_t > AfMetering
Instruct the AF algorithm how it should decide which parts of the image should be used to measure foc...
libcamera::controls::AwbMode
const Control< int32_t > AwbMode
Specify the range of illuminants to use for the AWB algorithm. The modes supported are platform speci...
libcamera::controls::SensorTemperature
const Control< float > SensorTemperature
Temperature measure from the camera sensor in Celsius. This is typically obtained by a thermal sensor...
libcamera::controls::Sharpness
const Control< float > Sharpness
A value of 0.0 means no sharpening. The minimum value means minimal sharpening, and shall be 0....
libcamera::controls::AwbModeValues
const std::array< const ControlValue, 8 > AwbModeValues
List of all AwbMode supported values.
libcamera::controls::draft::AePrecaptureTriggerCancel
@ AePrecaptureTriggerCancel
The camera will cancel any active or completed metering sequence. The AE algorithm is reset to its in...
Definition: control_ids.h:195
libcamera::controls::MeteringSpot
@ MeteringSpot
Spot metering mode.
Definition: control_ids.h:76
libcamera::controls::AeConstraintMode
const Control< int32_t > AeConstraintMode
Specify a constraint mode for the AE algorithm to use. These determine how the measured scene brightn...
libcamera::controls::AwbModeEnum
AwbModeEnum
Supported AwbMode values.
Definition: control_ids.h:105
libcamera::controls::draft::SceneFickerOff
@ SceneFickerOff
No flickering detected.
Definition: control_ids.h:241
libcamera::controls::AfPauseStateRunning
@ AfPauseStateRunning
Continuous AF is running and the algorithm may restart a scan spontaneously.
Definition: control_ids.h:181
libcamera::controls::draft::TestPatternModeColorBarsFadeToGray
@ TestPatternModeColorBarsFadeToGray
The test pattern is similar to TestPatternModeColorBars, except that each bar should start at its spe...
Definition: control_ids.h:253
libcamera::controls::draft::ColorCorrectionAberrationModeEnum
ColorCorrectionAberrationModeEnum
Supported ColorCorrectionAberrationMode values.
Definition: control_ids.h:208
libcamera::controls::ColourTemperature
const Control< int32_t > ColourTemperature
Report the current estimate of the colour temperature, in kelvin, for this frame. The ColourTemperatu...
libcamera::controls::AfTrigger
const Control< int32_t > AfTrigger
This control starts an autofocus scan when AfMode is set to AfModeAuto, and can also be used to termi...
libcamera::controls::AfSpeedNormal
@ AfSpeedNormal
Move the lens at its usual speed.
Definition: control_ids.h:146
libcamera::controls::AfPauseDeferred
@ AfPauseDeferred
This is similar to AfPauseImmediate, and if the AfState is currently reporting AfStateFocused or AfSt...
Definition: control_ids.h:166
libcamera::controls::AfPauseStatePausing
@ AfPauseStatePausing
Continuous AF has been sent an AfPauseDeferred control, and will pause as soon as any in-progress sca...
Definition: control_ids.h:182
libcamera::controls::AfRange
const Control< int32_t > AfRange
Control to set the range of focus distances that is scanned. An implementation may choose not to impl...
libcamera::controls::AfMeteringValues
const std::array< const ControlValue, 2 > AfMeteringValues
List of all AfMetering supported values.
libcamera::controls::draft::SceneFlicker
const Control< int32_t > SceneFlicker
Control to report the detected scene light frequency. Currently identical to ANDROID_STATISTICS_SCENE...
libcamera::controls::draft::NoiseReductionMode
const Control< int32_t > NoiseReductionMode
Control to select the noise reduction algorithm mode. Currently identical to ANDROID_NOISE_REDUCTION_...
libcamera::controls::draft::AePrecaptureTriggerIdle
@ AePrecaptureTriggerIdle
The trigger is idle.
Definition: control_ids.h:193