Automatic white balance settings.
Definition at line 142 of file NvSiplControlAutoDef.hpp.
Data Fields | |
std::array< SiplControlAutoAwbGain, NVSIPL_ISP_MAX_INPUT_PLANES > | wbGainTotal |
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... | |
std::array< std::array< float_t, NVSIPL_ISP_MAX_COLORMATRIX_DIM >, NVSIPL_ISP_MAX_COLORMATRIX_DIM > | ccmMatrix |
Color correction matrix Valid Range: [-8.0, 8.0]. More... | |
std::array<std::array<float_t, NVSIPL_ISP_MAX_COLORMATRIX_DIM>, NVSIPL_ISP_MAX_COLORMATRIX_DIM> nvsipl::SiplControlAutoAwbSetting::ccmMatrix |
Color correction matrix Valid Range: [-8.0, 8.0].
Definition at line 157 of file NvSiplControlAutoDef.hpp.
float_t nvsipl::SiplControlAutoAwbSetting::cct |
Correlated color temperature.
Valid Range: [2000, 20000]
Definition at line 152 of file NvSiplControlAutoDef.hpp.
std::array<SiplControlAutoAwbGain, NVSIPL_ISP_MAX_INPUT_PLANES> nvsipl::SiplControlAutoAwbSetting::wbGainTotal |
Total white balance gains, including both sensor channel gains and ISP gains Valid Range: [0, 8.0].
Definition at line 147 of file NvSiplControlAutoDef.hpp.