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.
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... | |
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.
NvSiplBool DevBlkCDIWhiteBalance::wbValid |
Holds a flag which enables or disables the white balance gain block.
Definition at line 310 of file NvSIPLCDICommon.h.