Automatic white balance settings.
Definition at line 139 of file NvSIPLControlAutoDef.hpp.
Data Fields | |
SiplControlAutoAwbGain | wbGainTotal [NVSIPL_ISP_MAX_INPUT_PLANES] |
Total white balance gains, including both sensor channel gains and ISP gains Valid Range: [0, 8.0]. More... | |
float_t | cct |
Correlated color temperature. More... | |
float_t | ccmMatrix [NVSIPL_ISP_MAX_COLORMATRIX_DIM][NVSIPL_ISP_MAX_COLORMATRIX_DIM] |
Color correction matrix Valid Range: [-8.0, 8.0]. More... | |
float_t nvsipl::SiplControlAutoAwbSetting::ccmMatrix[NVSIPL_ISP_MAX_COLORMATRIX_DIM][NVSIPL_ISP_MAX_COLORMATRIX_DIM] |
Color correction matrix Valid Range: [-8.0, 8.0].
Definition at line 154 of file NvSIPLControlAutoDef.hpp.
float_t nvsipl::SiplControlAutoAwbSetting::cct |
Correlated color temperature.
Valid Range: [2000, 20000]
Definition at line 149 of file NvSIPLControlAutoDef.hpp.
SiplControlAutoAwbGain nvsipl::SiplControlAutoAwbSetting::wbGainTotal[NVSIPL_ISP_MAX_INPUT_PLANES] |
Total white balance gains, including both sensor channel gains and ISP gains Valid Range: [0, 8.0].
Definition at line 144 of file NvSIPLControlAutoDef.hpp.