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

Collection of parameters for the mean luminance AGC algorithm. More...

Collaboration diagram for libcamera::ipa::AgcMeanLuminance::Params:

Public Attributes

const Traitstraits
 The traits object implementing the necessary functions.
 
const HistogramyHist
 A histogram from the ISP statistics to use in constraining the calculated gain.
 
utils::Duration effectiveExposureValue
 The EV applied to the frame from which the statistics in use derive.
 
uint32_t constraintModeIndex
 The index of the constraint mode to use.
 
uint32_t exposureModeIndex
 The index of the exposure mode to use.
 
double lux = 0
 The lux level to be used in the AGC calculations. A value of 0 means no measurement and a default value of kDefaultLuxLevel is used if necessary.
 
double exposureCompensation = 1
 The exposure compensation value to be used in the AGC calculations It is expressed as gain instead of EV.
 

Detailed Description

Collection of parameters for the mean luminance AGC algorithm.


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