|
libcamera v0.7.2+1-aebe4861-nvm
Supporting cameras in Linux since 2019
|
Parameters for AgcAlgorithm::configure() More...

Public Attributes | |
| const IPACameraSensorInfo & | sensorInfo |
| Current configuration of the sensor. | |
| const ControlInfoMap & | sensorControls |
| ControlInfoMap of the sensor. | |
| ControlInfoMap::Map & | ctrlMap |
| ControlInfoMap::Map to update with controls. | |
| bool | autoAllowed = true |
| Whether to enable auto controls. | |
Parameters for AgcAlgorithm::configure()
| libcamera::ipa::AgcAlgorithm::ConfigurationParams::autoAllowed = true |
Whether to enable auto controls.
If false, the algorithm is set up for manual exposure and gain control only, without automatic adjustments. In this mode statistics must not be provided to AgcAlgorithm::process(), and ExposureTimeMode and AnalogueGainMode will only advertise manual control.