libcamera v0.3.2+99-1230f78d
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 * Controls ID list
6 *
7 * This file is auto-generated. Do not edit.
8 */
9
10#pragma once
11
12#include <array>
13#include <map>
14#include <stdint.h>
15#include <string>
16
17#include <libcamera/controls.h>
18
19namespace libcamera {
20
21namespace controls {
22
23extern const ControlIdMap controls;
24
25enum {
26 AE_ENABLE = 1,
27 AE_LOCKED = 2,
28 AE_METERING_MODE = 3,
29 AE_CONSTRAINT_MODE = 4,
30 AE_EXPOSURE_MODE = 5,
31 EXPOSURE_VALUE = 6,
32 EXPOSURE_TIME = 7,
33 ANALOGUE_GAIN = 8,
34 AE_FLICKER_MODE = 9,
35 AE_FLICKER_PERIOD = 10,
36 AE_FLICKER_DETECTED = 11,
37 BRIGHTNESS = 12,
38 CONTRAST = 13,
39 LUX = 14,
40 AWB_ENABLE = 15,
41 AWB_MODE = 16,
42 AWB_LOCKED = 17,
43 COLOUR_GAINS = 18,
44 COLOUR_TEMPERATURE = 19,
45 SATURATION = 20,
46 SENSOR_BLACK_LEVELS = 21,
47 SHARPNESS = 22,
48 FOCUS_FO_M = 23,
49 COLOUR_CORRECTION_MATRIX = 24,
50 SCALER_CROP = 25,
51 DIGITAL_GAIN = 26,
52 FRAME_DURATION = 27,
53 FRAME_DURATION_LIMITS = 28,
54 SENSOR_TEMPERATURE = 29,
55 SENSOR_TIMESTAMP = 30,
56 AF_MODE = 31,
57 AF_RANGE = 32,
58 AF_SPEED = 33,
59 AF_METERING = 34,
60 AF_WINDOWS = 35,
61 AF_TRIGGER = 36,
62 AF_PAUSE = 37,
63 LENS_POSITION = 38,
64 AF_STATE = 39,
65 AF_PAUSE_STATE = 40,
66 HDR_MODE = 41,
67 HDR_CHANNEL = 42,
68 GAMMA = 43,
69};
70
71extern const Control<bool> AeEnable;
72extern const Control<bool> AeLocked;
78};
79extern const std::array<const ControlValue, 4> AeMeteringModeValues;
80extern const std::map<std::string, int32_t> AeMeteringModeNameValueMap;
87};
88extern const std::array<const ControlValue, 4> AeConstraintModeValues;
89extern const std::map<std::string, int32_t> AeConstraintModeNameValueMap;
96};
97extern const std::array<const ControlValue, 4> AeExposureModeValues;
98extern const std::map<std::string, int32_t> AeExposureModeNameValueMap;
100extern const Control<float> ExposureValue;
101extern const Control<int32_t> ExposureTime;
102extern const Control<float> AnalogueGain;
107};
108extern const std::array<const ControlValue, 3> AeFlickerModeValues;
109extern const std::map<std::string, int32_t> AeFlickerModeNameValueMap;
113extern const Control<float> Brightness;
114extern const Control<float> Contrast;
115extern const Control<float> Lux;
116extern const Control<bool> AwbEnable;
126};
127extern const std::array<const ControlValue, 8> AwbModeValues;
128extern const std::map<std::string, int32_t> AwbModeNameValueMap;
129extern const Control<int32_t> AwbMode;
130extern const Control<bool> AwbLocked;
133extern const Control<float> Saturation;
135extern const Control<float> Sharpness;
136extern const Control<int32_t> FocusFoM;
138extern const Control<Rectangle> ScalerCrop;
139extern const Control<float> DigitalGain;
148};
149extern const std::array<const ControlValue, 3> AfModeValues;
150extern const std::map<std::string, int32_t> AfModeNameValueMap;
151extern const Control<int32_t> AfMode;
156};
157extern const std::array<const ControlValue, 3> AfRangeValues;
158extern const std::map<std::string, int32_t> AfRangeNameValueMap;
159extern const Control<int32_t> AfRange;
163};
164extern const std::array<const ControlValue, 2> AfSpeedValues;
165extern const std::map<std::string, int32_t> AfSpeedNameValueMap;
166extern const Control<int32_t> AfSpeed;
170};
171extern const std::array<const ControlValue, 2> AfMeteringValues;
172extern const std::map<std::string, int32_t> AfMeteringNameValueMap;
173extern const Control<int32_t> AfMetering;
178};
179extern const std::array<const ControlValue, 2> AfTriggerValues;
180extern const std::map<std::string, int32_t> AfTriggerNameValueMap;
181extern const Control<int32_t> AfTrigger;
186};
187extern const std::array<const ControlValue, 3> AfPauseValues;
188extern const std::map<std::string, int32_t> AfPauseNameValueMap;
189extern const Control<int32_t> AfPause;
190extern const Control<float> LensPosition;
196};
197extern const std::array<const ControlValue, 4> AfStateValues;
198extern const std::map<std::string, int32_t> AfStateNameValueMap;
199extern const Control<int32_t> AfState;
204};
205extern const std::array<const ControlValue, 3> AfPauseStateValues;
206extern const std::map<std::string, int32_t> AfPauseStateNameValueMap;
207extern const Control<int32_t> AfPauseState;
214};
215extern const std::array<const ControlValue, 5> HdrModeValues;
216extern const std::map<std::string, int32_t> HdrModeNameValueMap;
217extern const Control<int32_t> HdrMode;
223};
224extern const std::array<const ControlValue, 4> HdrChannelValues;
225extern const std::map<std::string, int32_t> HdrChannelNameValueMap;
226extern const Control<int32_t> HdrChannel;
227extern const Control<float> Gamma;
228
229namespace draft {
230
231#define LIBCAMERA_HAS_DRAFT_VENDOR_CONTROLS
232
233enum {
234 AE_PRECAPTURE_TRIGGER = 10001,
235 NOISE_REDUCTION_MODE = 10002,
236 COLOR_CORRECTION_ABERRATION_MODE = 10003,
237 AE_STATE = 10004,
238 AWB_STATE = 10005,
239 SENSOR_ROLLING_SHUTTER_SKEW = 10006,
240 LENS_SHADING_MAP_MODE = 10007,
241 PIPELINE_DEPTH = 10008,
242 MAX_LATENCY = 10009,
243 TEST_PATTERN_MODE = 10010,
244 FACE_DETECT_MODE = 10011,
245 FACE_DETECT_FACE_RECTANGLES = 10012,
246 FACE_DETECT_FACE_SCORES = 10013,
247 FACE_DETECT_FACE_LANDMARKS = 10014,
248 FACE_DETECT_FACE_IDS = 10015,
249};
250
255};
256extern const std::array<const ControlValue, 3> AePrecaptureTriggerValues;
257extern const std::map<std::string, int32_t> AePrecaptureTriggerNameValueMap;
265};
266extern const std::array<const ControlValue, 5> NoiseReductionModeValues;
267extern const std::map<std::string, int32_t> NoiseReductionModeNameValueMap;
273};
274extern const std::array<const ControlValue, 3> ColorCorrectionAberrationModeValues;
275extern const std::map<std::string, int32_t> ColorCorrectionAberrationModeNameValueMap;
284};
285extern const std::array<const ControlValue, 6> AeStateValues;
286extern const std::map<std::string, int32_t> AeStateNameValueMap;
287extern const Control<int32_t> AeState;
293};
294extern const std::array<const ControlValue, 4> AwbStateValues;
295extern const std::map<std::string, int32_t> AwbStateNameValueMap;
296extern const Control<int32_t> AwbState;
301};
302extern const std::array<const ControlValue, 2> LensShadingMapModeValues;
303extern const std::map<std::string, int32_t> LensShadingMapModeNameValueMap;
306extern const Control<int32_t> MaxLatency;
314};
315extern const std::array<const ControlValue, 6> TestPatternModeValues;
316extern const std::map<std::string, int32_t> TestPatternModeNameValueMap;
322};
323extern const std::array<const ControlValue, 3> FaceDetectModeValues;
324extern const std::map<std::string, int32_t> FaceDetectModeNameValueMap;
330
331} /* namespace draft */
332
333namespace rpi {
334
335#define LIBCAMERA_HAS_RPI_VENDOR_CONTROLS
336
337enum {
338 STATS_OUTPUT_ENABLE = 20001,
339 BCM2835_STATS_OUTPUT = 20002,
340 SCALER_CROPS = 20003,
341 PISP_STATS_OUTPUT = 20004,
342 CNN_OUTPUT_TENSOR = 20005,
343 CNN_OUTPUT_TENSOR_INFO = 20006,
344 CNN_ENABLE_INPUT_TENSOR = 20007,
345 CNN_INPUT_TENSOR = 20008,
346 CNN_INPUT_TENSOR_INFO = 20009,
347 CNN_KPI_INFO = 20010,
348};
349
360
361} /* namespace rpi */
362
363} /* namespace controls */
364
365} /* namespace libcamera */
Describe a control and its intrinsic properties.
Definition: controls.h:284
Framework to manage controls related to an object.
const Control< int32_t > LensShadingMapMode
Control to report if the lens shading map is available. Currently identical to ANDROID_STATISTICS_LEN...
const Control< int32_t > PipelineDepth
Specifies the number of pipeline stages the frame went through from when it was exposed to when the f...
AeStateEnum
Supported AeState values.
Definition: control_ids.h:277
@ AeStateConverged
The AE algorithm has converged.
Definition: control_ids.h:280
@ AeStateLocked
The AE algorithm is locked.
Definition: control_ids.h:281
@ AeStateInactive
The AE algorithm is inactive.
Definition: control_ids.h:278
@ AeStatePrecapture
The AE algorithm has started a pre-capture metering session.
Definition: control_ids.h:283
@ AeStateSearching
The AE algorithm has not converged yet.
Definition: control_ids.h:279
@ AeStateFlashRequired
The AE algorithm would need a flash for good results.
Definition: control_ids.h:282
NoiseReductionModeEnum
Supported NoiseReductionMode values.
Definition: control_ids.h:259
@ NoiseReductionModeHighQuality
High quality noise reduction at the expense of frame rate.
Definition: control_ids.h:262
@ NoiseReductionModeMinimal
Minimal noise reduction is applied without reducing the frame rate.
Definition: control_ids.h:263
@ NoiseReductionModeOff
No noise reduction is applied.
Definition: control_ids.h:260
@ NoiseReductionModeZSL
Noise reduction is applied at different levels to different streams.
Definition: control_ids.h:264
@ NoiseReductionModeFast
Noise reduction is applied without reducing the frame rate.
Definition: control_ids.h:261
AwbStateEnum
Supported AwbState values.
Definition: control_ids.h:288
@ AwbLocked
The AWB algorithm is locked.
Definition: control_ids.h:292
@ AwbStateInactive
The AWB algorithm is inactive.
Definition: control_ids.h:289
@ AwbConverged
The AWB algorithm has converged.
Definition: control_ids.h:291
@ AwbStateSearching
The AWB algorithm has not converged yet.
Definition: control_ids.h:290
const Control< int32_t > AeState
Control to report the current AE algorithm state. Currently identical to ANDROID_CONTROL_AE_STATE.
const std::map< std::string, int32_t > AePrecaptureTriggerNameValueMap
Map of all AePrecaptureTrigger supported value names (in std::string format) to value.
const Control< Span< const int32_t > > FaceDetectFaceIds
Each detected face is given a unique ID that is valid for as long as the face is visible to the camer...
const Control< int32_t > AwbState
Control to report the current AWB algorithm state. Currently identical to ANDROID_CONTROL_AWB_STATE.
const std::array< const ControlValue, 6 > AeStateValues
List of all AeState supported values.
const std::map< std::string, int32_t > ColorCorrectionAberrationModeNameValueMap
Map of all ColorCorrectionAberrationMode supported value names (in std::string format) to value.
const std::array< const ControlValue, 5 > NoiseReductionModeValues
List of all NoiseReductionMode supported values.
const Control< int32_t > FaceDetectMode
Control to select the face detection mode used by the pipeline.
const Control< Span< const uint8_t > > FaceDetectFaceScores
Confidence score of each of the detected faces. The range of score is [0, 100]. The number of values ...
const Control< int32_t > NoiseReductionMode
Control to select the noise reduction algorithm mode. Currently identical to ANDROID_NOISE_REDUCTION_...
const std::array< const ControlValue, 3 > AePrecaptureTriggerValues
List of all AePrecaptureTrigger supported values.
const Control< int32_t > TestPatternMode
Control to select the test pattern mode. Currently identical to ANDROID_SENSOR_TEST_PATTERN_MODE.
const std::map< std::string, int32_t > AeStateNameValueMap
Map of all AeState supported value names (in std::string format) to value.
const Control< int32_t > AePrecaptureTrigger
Control for AE metering trigger. Currently identical to ANDROID_CONTROL_AE_PRECAPTURE_TRIGGER.
const std::map< std::string, int32_t > NoiseReductionModeNameValueMap
Map of all NoiseReductionMode supported value names (in std::string format) to value.
LensShadingMapModeEnum
Supported LensShadingMapMode values.
Definition: control_ids.h:298
@ LensShadingMapModeOn
The lens shading map mode is available.
Definition: control_ids.h:300
@ LensShadingMapModeOff
No lens shading map mode is available.
Definition: control_ids.h:299
const Control< int32_t > ColorCorrectionAberrationMode
Control to select the color correction aberration mode. Currently identical to ANDROID_COLOR_CORRECTI...
const std::array< const ControlValue, 4 > AwbStateValues
List of all AwbState supported values.
const std::array< const ControlValue, 3 > FaceDetectModeValues
List of all FaceDetectMode supported values.
TestPatternModeEnum
Supported TestPatternMode values.
Definition: control_ids.h:307
@ TestPatternModeColorBarsFadeToGray
The test pattern is similar to TestPatternModeColorBars, except that each bar should start at its spe...
Definition: control_ids.h:311
@ TestPatternModeCustom1
The first custom test pattern. All custom patterns that are available only on this camera device are ...
Definition: control_ids.h:313
@ TestPatternModePn9
All pixel data is replaced by a pseudo-random sequence generated from a PN9 512-bit sequence (typical...
Definition: control_ids.h:312
@ TestPatternModeOff
No test pattern mode is used. The camera device returns frames from the image sensor.
Definition: control_ids.h:308
@ 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:309
@ 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:310
const std::array< const ControlValue, 2 > LensShadingMapModeValues
List of all LensShadingMapMode supported values.
const std::map< std::string, int32_t > TestPatternModeNameValueMap
Map of all TestPatternMode supported value names (in std::string format) to value.
FaceDetectModeEnum
Supported FaceDetectMode values.
Definition: control_ids.h:318
@ FaceDetectModeOff
Pipeline doesn't perform face detection and doesn't report any control related to face detection.
Definition: control_ids.h:319
@ FaceDetectModeSimple
Pipeline performs face detection and reports the FaceDetectFaceRectangles and FaceDetectFaceScores co...
Definition: control_ids.h:320
@ FaceDetectModeFull
Pipeline performs face detection and reports all the controls related to face detection including Fac...
Definition: control_ids.h:321
const std::map< std::string, int32_t > AwbStateNameValueMap
Map of all AwbState supported value names (in std::string format) to value.
const Control< int32_t > MaxLatency
The maximum number of frames that can occur after a request (different than the previous) has been su...
const std::array< const ControlValue, 6 > TestPatternModeValues
List of all TestPatternMode supported values.
ColorCorrectionAberrationModeEnum
Supported ColorCorrectionAberrationMode values.
Definition: control_ids.h:269
@ ColorCorrectionAberrationHighQuality
High quality aberration correction which might reduce the frame rate.
Definition: control_ids.h:272
@ ColorCorrectionAberrationOff
No aberration correction is applied.
Definition: control_ids.h:270
@ ColorCorrectionAberrationFast
Aberration correction will not slow down the frame rate.
Definition: control_ids.h:271
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...
const std::array< const ControlValue, 3 > ColorCorrectionAberrationModeValues
List of all ColorCorrectionAberrationMode supported values.
const Control< Span< const Rectangle > > FaceDetectFaceRectangles
Boundary rectangles of the detected faces. The number of values is the number of detected faces.
const std::map< std::string, int32_t > FaceDetectModeNameValueMap
Map of all FaceDetectMode supported value names (in std::string format) to value.
const Control< Span< const Point > > FaceDetectFaceLandmarks
Array of human face landmark coordinates in format [..., left_eye_i, right_eye_i, mouth_i,...
const std::map< std::string, int32_t > LensShadingMapModeNameValueMap
Map of all LensShadingMapMode supported value names (in std::string format) to value.
AePrecaptureTriggerEnum
Supported AePrecaptureTrigger values.
Definition: control_ids.h:251
@ AePrecaptureTriggerStart
The pre-capture AE metering is started by the camera.
Definition: control_ids.h:253
@ AePrecaptureTriggerIdle
The trigger is idle.
Definition: control_ids.h:252
@ AePrecaptureTriggerCancel
The camera will cancel any active or completed metering sequence. The AE algorithm is reset to its in...
Definition: control_ids.h:254
const Control< Span< const float > > CnnOutputTensor
This control returns a span of floating point values that represent the output tensors from a Convolu...
const Control< Span< const int32_t, 2 > > CnnKpiInfo
This control returns performance metrics for the CNN processing stage. Two values are returned in thi...
const Control< Span< const uint8_t > > PispStatsOutput
Span of the PiSP Frontend ISP generated statistics for the current frame. This is sent in the Request...
const Control< bool > CnnEnableInputTensor
Boolean to control if the IPA returns the input tensor used by the CNN to generate the output tensors...
const Control< Span< const uint8_t > > CnnInputTensor
This control returns a span of uint8_t pixel values that represent the input tensor for a Convolution...
const Control< Span< const uint8_t > > CnnInputTensorInfo
This control returns the structure of the CnnInputTensor. This structure takes the following form:
const Control< Span< const uint8_t > > Bcm2835StatsOutput
Span of the BCM2835 ISP generated statistics for the current frame.
const Control< bool > StatsOutputEnable
Toggles the Raspberry Pi IPA to output the hardware generated statistics.
const Control< Span< const uint8_t > > CnnOutputTensorInfo
This control returns the structure of the CnnOutputTensor. This structure takes the following form:
const Control< Span< const Rectangle > > ScalerCrops
An array of rectangles, where each singular value has identical functionality to the ScalerCrop contr...
const Control< int64_t > SensorTimestamp
The time when the first row of the image sensor active array is exposed.
const std::map< std::string, int32_t > HdrChannelNameValueMap
Map of all HdrChannel supported value names (in std::string format) to value.
const Control< float > Brightness
Specify a fixed brightness parameter.
const std::array< const ControlValue, 2 > AfSpeedValues
List of all AfSpeed supported values.
const std::array< const ControlValue, 4 > AeConstraintModeValues
List of all AeConstraintMode supported values.
const Control< int32_t > AeExposureMode
Specify an exposure mode for the AE algorithm to use.
const Control< int32_t > AfSpeed
Determine whether the AF is to move the lens as quickly as possible or more steadily.
const Control< int32_t > AwbMode
Specify the range of illuminants to use for the AWB algorithm.
const std::array< const ControlValue, 3 > AfModeValues
List of all AfMode supported values.
const Control< Span< const int32_t, 4 > > SensorBlackLevels
Reports the sensor black levels used for processing a frame.
AfModeEnum
Supported AfMode values.
Definition: control_ids.h:144
@ AfModeManual
The AF algorithm is in manual mode.
Definition: control_ids.h:145
@ AfModeContinuous
The AF algorithm is in continuous mode.
Definition: control_ids.h:147
@ AfModeAuto
The AF algorithm is in auto mode.
Definition: control_ids.h:146
const std::array< const ControlValue, 4 > AfStateValues
List of all AfState supported values.
const Control< int64_t > FrameDuration
The instantaneous frame duration from start of frame exposure to start of next exposure,...
AfPauseEnum
Supported AfPause values.
Definition: control_ids.h:182
@ AfPauseDeferred
Pause the continuous autofocus algorithm at the end of the scan.
Definition: control_ids.h:184
@ AfPauseResume
Resume continuous autofocus operation.
Definition: control_ids.h:185
@ AfPauseImmediate
Pause the continuous autofocus algorithm immediately.
Definition: control_ids.h:183
const Control< bool > AwbEnable
Enable or disable the AWB.
const Control< int32_t > AfRange
The range of focus distances that is scanned.
const Control< int32_t > FocusFoM
Reports a Figure of Merit (FoM) to indicate how in-focus the frame is.
const std::array< const ControlValue, 2 > AfMeteringValues
List of all AfMetering supported values.
const Control< int32_t > AfPause
Pause lens movements when in continuous autofocus mode.
const std::map< std::string, int32_t > AeMeteringModeNameValueMap
Map of all AeMeteringMode supported value names (in std::string format) to value.
const std::map< std::string, int32_t > AfMeteringNameValueMap
Map of all AfMetering supported value names (in std::string format) to value.
const Control< int32_t > AfMode
The mode of the AF (autofocus) algorithm.
const std::array< const ControlValue, 3 > AfPauseValues
List of all AfPause supported values.
const Control< int32_t > ExposureTime
Exposure time (shutter speed) for the frame applied in the sensor device.
AfTriggerEnum
Supported AfTrigger values.
Definition: control_ids.h:175
@ AfTriggerStart
Start an AF scan.
Definition: control_ids.h:176
@ AfTriggerCancel
Cancel an AF scan.
Definition: control_ids.h:177
const Control< bool > AeLocked
Report the lock status of a running AE algorithm.
const Control< Span< const int64_t, 2 > > FrameDurationLimits
The minimum and maximum (in that order) frame duration, expressed in microseconds.
const std::array< const ControlValue, 4 > AeMeteringModeValues
List of all AeMeteringMode supported values.
const std::map< std::string, int32_t > AwbModeNameValueMap
Map of all AwbMode supported value names (in std::string format) to value.
const std::array< const ControlValue, 4 > HdrChannelValues
List of all HdrChannel supported values.
const std::array< const ControlValue, 4 > AeExposureModeValues
List of all AeExposureMode supported values.
const Control< int32_t > AeFlickerDetected
Flicker period detected in microseconds.
AfStateEnum
Supported AfState values.
Definition: control_ids.h:191
@ AfStateIdle
The AF algorithm is in manual mode (AfModeManual) or in auto mode (AfModeAuto) and a scan has not yet...
Definition: control_ids.h:192
@ AfStateScanning
The AF algorithm is in auto mode (AfModeAuto), and a scan has been started using the AfTrigger contro...
Definition: control_ids.h:193
@ AfStateFailed
The AF algorithm is in auto (AfModeAuto) or continuous (AfModeContinuous) mode and a scan has complet...
Definition: control_ids.h:195
@ AfStateFocused
The AF algorithm is in auto (AfModeAuto) or continuous (AfModeContinuous) mode and a scan has complet...
Definition: control_ids.h:194
const Control< int32_t > HdrMode
Set the mode to be used for High Dynamic Range (HDR) imaging.
HdrModeEnum
Supported HdrMode values.
Definition: control_ids.h:208
@ HdrModeNight
Multiple frames will be combined to produce "night mode" images.
Definition: control_ids.h:213
@ HdrModeOff
HDR is disabled.
Definition: control_ids.h:209
@ HdrModeMultiExposure
Multiple exposures will be generated and merged to create HDR images.
Definition: control_ids.h:211
@ HdrModeMultiExposureUnmerged
Multiple exposures will be generated in an alternating fashion.
Definition: control_ids.h:210
@ HdrModeSingleExposure
Multiple frames all at a single exposure will be used to create HDR images.
Definition: control_ids.h:212
const Control< int32_t > AfPauseState
Report whether the autofocus is currently running, paused or pausing.
const Control< float > Gamma
Specify a fixed gamma value.
const Control< float > Contrast
Specify a fixed contrast parameter.
const Control< float > ExposureValue
Specify an Exposure Value (EV) parameter.
const Control< bool > AeEnable
Enable or disable the AE.
const std::array< const ControlValue, 2 > AfTriggerValues
List of all AfTrigger supported values.
AwbModeEnum
Supported AwbMode values.
Definition: control_ids.h:117
@ AwbDaylight
Daylight AWB lighting mode.
Definition: control_ids.h:123
@ AwbTungsten
Tungsten AWB lamp mode.
Definition: control_ids.h:120
@ AwbAuto
Search over the whole colour temperature range.
Definition: control_ids.h:118
@ AwbCustom
Custom AWB mode.
Definition: control_ids.h:125
@ AwbIndoor
Indoor AWB lighting mode.
Definition: control_ids.h:122
@ AwbFluorescent
Fluorescent AWB lamp mode.
Definition: control_ids.h:121
@ AwbIncandescent
Incandescent AWB lamp mode.
Definition: control_ids.h:119
@ AwbCloudy
Cloudy AWB lighting mode.
Definition: control_ids.h:124
const Control< float > DigitalGain
Digital gain value applied during the processing steps applied to the image as captured from the sens...
const Control< Rectangle > ScalerCrop
Sets the image portion that will be scaled to form the whole of the final output image.
const Control< int32_t > ColourTemperature
Report the estimate of the colour temperature for the frame, in kelvin.
const std::map< std::string, int32_t > AfSpeedNameValueMap
Map of all AfSpeed supported value names (in std::string format) to value.
const ControlIdMap controls
List of all supported libcamera controls.
Definition: control_ids.cpp:2125
const Control< float > SensorTemperature
Temperature measure from the camera sensor in Celsius.
const Control< float > Saturation
Specify a fixed saturation parameter.
const Control< float > Lux
Report an estimate of the current illuminance level in lux.
const Control< int32_t > AeMeteringMode
Specify a metering mode for the AE algorithm to use.
const std::map< std::string, int32_t > HdrModeNameValueMap
Map of all HdrMode supported value names (in std::string format) to value.
AfRangeEnum
Supported AfRange values.
Definition: control_ids.h:152
@ AfRangeNormal
A wide range of focus distances is scanned.
Definition: control_ids.h:153
@ AfRangeMacro
Only close distances are scanned.
Definition: control_ids.h:154
@ AfRangeFull
The full range of focus distances is scanned.
Definition: control_ids.h:155
const Control< int32_t > HdrChannel
The HDR channel used to capture the frame.
const std::map< std::string, int32_t > AfModeNameValueMap
Map of all AfMode supported value names (in std::string format) to value.
const std::array< const ControlValue, 3 > AfRangeValues
List of all AfRange supported values.
const std::map< std::string, int32_t > AeFlickerModeNameValueMap
Map of all AeFlickerMode supported value names (in std::string format) to value.
const std::array< const ControlValue, 5 > HdrModeValues
List of all HdrMode supported values.
const std::array< const ControlValue, 8 > AwbModeValues
List of all AwbMode supported values.
const std::map< std::string, int32_t > AfTriggerNameValueMap
Map of all AfTrigger supported value names (in std::string format) to value.
AeMeteringModeEnum
Supported AeMeteringMode values.
Definition: control_ids.h:73
@ MeteringCentreWeighted
Centre-weighted metering mode.
Definition: control_ids.h:74
@ MeteringMatrix
Matrix metering mode.
Definition: control_ids.h:76
@ MeteringCustom
Custom metering mode.
Definition: control_ids.h:77
@ MeteringSpot
Spot metering mode.
Definition: control_ids.h:75
AeExposureModeEnum
Supported AeExposureMode values.
Definition: control_ids.h:91
@ ExposureLong
Exposure mode allowing long exposure times.
Definition: control_ids.h:94
@ ExposureNormal
Default exposure mode.
Definition: control_ids.h:92
@ ExposureShort
Exposure mode allowing only short exposure times.
Definition: control_ids.h:93
@ ExposureCustom
Custom exposure mode.
Definition: control_ids.h:95
const std::array< const ControlValue, 3 > AfPauseStateValues
List of all AfPauseState supported values.
const Control< float > AnalogueGain
Analogue gain value applied in the sensor device.
const std::map< std::string, int32_t > AfStateNameValueMap
Map of all AfState supported value names (in std::string format) to value.
AfMeteringEnum
Supported AfMetering values.
Definition: control_ids.h:167
@ AfMeteringAuto
Let the AF algorithm decide for itself where it will measure focus.
Definition: control_ids.h:168
@ AfMeteringWindows
Use the rectangles defined by the AfWindows control to measure focus.
Definition: control_ids.h:169
const std::array< const ControlValue, 3 > AeFlickerModeValues
List of all AeFlickerMode supported values.
AfSpeedEnum
Supported AfSpeed values.
Definition: control_ids.h:160
@ AfSpeedNormal
Move the lens at its usual speed.
Definition: control_ids.h:161
@ AfSpeedFast
Move the lens more quickly.
Definition: control_ids.h:162
AeConstraintModeEnum
Supported AeConstraintMode values.
Definition: control_ids.h:82
@ ConstraintHighlight
Highlight constraint mode.
Definition: control_ids.h:84
@ ConstraintCustom
Custom constraint mode.
Definition: control_ids.h:86
@ ConstraintShadows
Shadows constraint mode.
Definition: control_ids.h:85
@ ConstraintNormal
Default constraint mode.
Definition: control_ids.h:83
const Control< Span< const float, 2 > > ColourGains
Pair of gain values for the Red and Blue colour channels, in that order.
const Control< float > LensPosition
Set and report the focus lens position.
const std::map< std::string, int32_t > AfPauseStateNameValueMap
Map of all AfPauseState supported value names (in std::string format) to value.
const std::map< std::string, int32_t > AfPauseNameValueMap
Map of all AfPause supported value names (in std::string format) to value.
const Control< int32_t > AfTrigger
Start an autofocus scan.
const std::map< std::string, int32_t > AeExposureModeNameValueMap
Map of all AeExposureMode supported value names (in std::string format) to value.
HdrChannelEnum
Supported HdrChannel values.
Definition: control_ids.h:218
@ HdrChannelMedium
This is a medium exposure image.
Definition: control_ids.h:221
@ HdrChannelShort
This is a short exposure image.
Definition: control_ids.h:220
@ HdrChannelNone
This image does not correspond to any of the captures used to create an HDR image.
Definition: control_ids.h:219
@ HdrChannelLong
This is a long exposure image.
Definition: control_ids.h:222
const Control< int32_t > AfMetering
The parts of the image used by the AF algorithm to measure focus.
const std::map< std::string, int32_t > AfRangeNameValueMap
Map of all AfRange supported value names (in std::string format) to value.
const Control< Span< const float, 9 > > ColourCorrectionMatrix
The 3x3 matrix that converts camera RGB to sRGB within the imaging pipeline.
const std::map< std::string, int32_t > AeConstraintModeNameValueMap
Map of all AeConstraintMode supported value names (in std::string format) to value.
const Control< float > Sharpness
Intensity of the sharpening applied to the image.
AfPauseStateEnum
Supported AfPauseState values.
Definition: control_ids.h:200
@ AfPauseStatePausing
Continuous AF has been sent an AfPauseDeferred control, and will pause as soon as any in-progress sca...
Definition: control_ids.h:202
@ AfPauseStateRunning
Continuous AF is running and the algorithm may restart a scan spontaneously.
Definition: control_ids.h:201
@ AfPauseStatePaused
Continuous AF is paused.
Definition: control_ids.h:203
const Control< Span< const Rectangle > > AfWindows
The focus windows used by the AF algorithm when AfMetering is set to AfMeteringWindows.
const Control< bool > AwbLocked
Report the lock status of a running AWB algorithm.
AeFlickerModeEnum
Supported AeFlickerMode values.
Definition: control_ids.h:103
@ FlickerAuto
Automatic flicker period detection and avoidance.
Definition: control_ids.h:106
@ FlickerOff
No flicker avoidance is performed.
Definition: control_ids.h:104
@ FlickerManual
Manual flicker avoidance.
Definition: control_ids.h:105
const Control< int32_t > AeFlickerPeriod
Manual flicker period in microseconds.
const Control< int32_t > AeFlickerMode
Set the flicker avoidance mode for AGC/AEC.
const Control< int32_t > AfState
The current state of the AF algorithm.
const Control< int32_t > AeConstraintMode
Specify a constraint mode for the AE algorithm to use.
Top-level libcamera namespace.
Definition: backtrace.h:17
std::unordered_map< unsigned int, const ControlId * > ControlIdMap
A map of numerical control ID to ControlId.
Definition: controls.h:334