libcamera v0.7.2+1-aebe4861-nvm
Supporting cameras in Linux since 2019
Loading...
Searching...
No Matches
libcamera::ipa::AgcAlgorithm::ConfigurationParams Struct Reference

Parameters for AgcAlgorithm::configure() More...

Collaboration diagram for libcamera::ipa::AgcAlgorithm::ConfigurationParams:

Public Attributes

const IPACameraSensorInfosensorInfo
 Current configuration of the sensor.
 
const ControlInfoMapsensorControls
 ControlInfoMap of the sensor.
 
ControlInfoMap::MapctrlMap
 ControlInfoMap::Map to update with controls.
 
bool autoAllowed = true
 Whether to enable auto controls.
 

Detailed Description

Member Data Documentation

◆ autoAllowed

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.


The documentation for this struct was generated from the following files: