NVIDIA DriveOS Linux NSR SDK API Reference

7.0.3.0 Release
DevBlkCDIWhiteBalance Struct Reference

Detailed Description

Holds the sensor white balance gain structure.

To use this structure correctly, the number of valid exposures must be tracked separately. When accessed via a DevBlkCDIEmbeddedDataInfo structure, this is known by virtue of DevBlkCDIEmbeddedDataInfo::numExposures.

Definition at line 306 of file NvSIPLCDICommon.h.

Collaboration diagram for DevBlkCDIWhiteBalance:

Data Fields

NvSiplBool wbValid
 Holds a flag which enables or disables the white balance gain block. More...
 
DevBlkCDIWhiteBalanceGain wbGain [DEVBLK_CDI_MAX_EXPOSURES]
 Per-channel white balance gains. More...
 

Field Documentation

◆ wbGain

DevBlkCDIWhiteBalanceGain DevBlkCDIWhiteBalance::wbGain[DEVBLK_CDI_MAX_EXPOSURES]

Per-channel white balance gains.

wbGain has DevBlkCDIEmbeddedDataInfo::numExposures elements. Supports gains for up to DEVBLK_CDI_MAX_EXPOSURES Valid Range: [1.0, 1000.0].

Definition at line 320 of file NvSIPLCDICommon.h.

◆ wbValid

NvSiplBool DevBlkCDIWhiteBalance::wbValid

Holds a flag which enables or disables the white balance gain block.

Definition at line 310 of file NvSIPLCDICommon.h.


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