NVIDIA DRIVE OS Linux SDK API Reference

5.1.6.0 Release

 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
NvMediaISCWhiteBalance Struct Reference

Detailed Description

Holds the sensor white balance gain structure.

Definition at line 1211 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

float_t NvMediaISCWhiteBalance::value[NVM_ISC_MAX_COLOR_COMPONENT]

Definition at line 1226 of file nvmedia_isc.h.

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.

NvMediaBool NvMediaISCWhiteBalance::wbValid

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

Definition at line 1215 of file nvmedia_isc.h.


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