NVIDIA DriveOS Linux NSR SDK API Reference

7.0.3.0 Release
nvsipl::SiplControlAutoAwbSetting Struct Reference

Detailed Description

Automatic white balance settings.

Definition at line 142 of file NvSiplControlAutoDef.hpp.

Data Fields

std::array< SiplControlAutoAwbGain, NVSIPL_ISP_MAX_INPUT_PLANESwbGainTotal
 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_DIMccmMatrix
 Color correction matrix Valid Range: [-8.0, 8.0]. More...
 

Field Documentation

◆ ccmMatrix

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.

◆ cct

float_t nvsipl::SiplControlAutoAwbSetting::cct

Correlated color temperature.

Valid Range: [2000, 20000]

Definition at line 152 of file NvSiplControlAutoDef.hpp.

◆ wbGainTotal

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.


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