NVIDIA DRIVE OS Linux SDK API Reference

5.1.15.0 Release
For Test and Development only
NvMediaISCWhiteBalance Struct Reference

Detailed Description

Holds the sensor white balance gain structure.

Definition at line 1039 of file nvmedia_isc.h.

Data Fields

NvMediaBool wbValid
 Holds a flag which enables or disables the white balance gain block. More...
 
struct {
   float_t   value [NVM_ISC_MAX_COLOR_COMPONENT]
 
wbGain [NVMEDIA_ISC_MAX_EXPOSURES]
 Holds sensor white balance gain values for active exposures, in R Gr Gb B order. More...
 

Field Documentation

◆ value

float_t NvMediaISCWhiteBalance::value[NVM_ISC_MAX_COLOR_COMPONENT]

Definition at line 1054 of file nvmedia_isc.h.

◆ wbGain

struct { ... } NvMediaISCWhiteBalance::wbGain[NVMEDIA_ISC_MAX_EXPOSURES]

Holds sensor white balance gain values for active exposures, in R Gr Gb B order.

wbGain has NvMediaISCSensorAttributes::numActiveExposures elements. Each element is a value array, which has NVM_ISC_MAX_COLOR_COMPONENT elements.

◆ wbValid

NvMediaBool NvMediaISCWhiteBalance::wbValid

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

Definition at line 1043 of file nvmedia_isc.h.


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