|
libcamera v0.7.2+1-aebe4861-nvm
Supporting cameras in Linux since 2019
|
Collection of parameters for the mean luminance AGC algorithm. More...

Public Attributes | |
| const Traits & | traits |
| The traits object implementing the necessary functions. | |
| const Histogram & | yHist |
| 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. | |
Collection of parameters for the mean luminance AGC algorithm.