NVIDIA DRIVE OS Linux SDK API Reference

6.0.9 Release
nvsipl::SiplControlAutoAwbSetting Struct Reference

Detailed Description

Automatic white balance settings.

Definition at line 163 of file NvSIPLControlAutoDef.hpp.

Collaboration diagram for nvsipl::SiplControlAutoAwbSetting:

Data Fields

SiplControlAutoAwbGain wbGainTotal [NVSIPL_ISP_MAX_INPUT_PLANES]
 Total white balance gains, including both sensor channel gains and ISP gains. More...
 
float_t cct
 Correlated color temperature. More...
 
float_t ccmMatrix [NVSIPL_ISP_MAX_COLORMATRIX_DIM][NVSIPL_ISP_MAX_COLORMATRIX_DIM]
 Color correction matrix. More...
 

Field Documentation

◆ ccmMatrix

float_t nvsipl::SiplControlAutoAwbSetting::ccmMatrix[NVSIPL_ISP_MAX_COLORMATRIX_DIM][NVSIPL_ISP_MAX_COLORMATRIX_DIM]

Color correction matrix.

  • Supported values: [-8.0, 8.0]

Definition at line 177 of file NvSIPLControlAutoDef.hpp.

◆ cct

float_t nvsipl::SiplControlAutoAwbSetting::cct

Correlated color temperature.

  • Supported values: [2000, 20000]

Definition at line 173 of file NvSIPLControlAutoDef.hpp.

◆ wbGainTotal

SiplControlAutoAwbGain nvsipl::SiplControlAutoAwbSetting::wbGainTotal[NVSIPL_ISP_MAX_INPUT_PLANES]

Total white balance gains, including both sensor channel gains and ISP gains.

  • Supported values: [0, 8.0]

Definition at line 168 of file NvSIPLControlAutoDef.hpp.


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