NVIDIA DRIVE OS Linux SDK API Reference

5.2.6 Release
For Test and Development only
nvsipl::SiplControlAutoAwbSetting Struct Reference

Detailed Description

Automatic white balance settings.

Definition at line 144 of file NvSIPLControlAutoDef.hpp.

Collaboration diagram for nvsipl::SiplControlAutoAwbSetting:

Data Fields

SiplControlAutoAwbGain wbGainTotal [NVM_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 [NVM_ISP_MAX_COLORMATRIX_DIM][NVM_ISP_MAX_COLORMATRIX_DIM]
 Color correction matrix. More...
 

Field Documentation

◆ ccmMatrix

float_t nvsipl::SiplControlAutoAwbSetting::ccmMatrix[NVM_ISP_MAX_COLORMATRIX_DIM][NVM_ISP_MAX_COLORMATRIX_DIM]

Color correction matrix.

  • Supported values: [-8.0, 8.0]

Definition at line 158 of file NvSIPLControlAutoDef.hpp.

◆ cct

float_t nvsipl::SiplControlAutoAwbSetting::cct

Correlated color temperature.

  • Supported values: [2000, 20000]

Definition at line 154 of file NvSIPLControlAutoDef.hpp.

◆ wbGainTotal

SiplControlAutoAwbGain nvsipl::SiplControlAutoAwbSetting::wbGainTotal[NVM_ISP_MAX_INPUT_PLANES]

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

  • Supported values: [0, 8.0]

Definition at line 149 of file NvSIPLControlAutoDef.hpp.


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