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
NvMediaIPPPropertyDynamic Struct Reference

Detailed Description

Holds dynamic properties associated with the camera.

Definition at line 291 of file nvmedia_ipp.h.

Collaboration diagram for NvMediaIPPPropertyDynamic:

Data Fields

NvMediaIPPAeState aeState
 Holds auto exposure state. More...
 
NvMediaISCExposureControl exposureControl
 Holds sensor exposure time and sensor gain for each sensor exposure mode. More...
 
NvMediaIPPAwbState awbState
 Holds auto white balance state. More...
 
NvMediaISCWBGainControl wbGains [2]
 Holds the two sets of white balance gain control values calculated by the plugin Control Algorithm, one to apply in sensor or before hdr merge and other to apply in ISP after hdr merge. More...
 
float_t ispDigitalGain
 Holds digital gain applied in ISP. More...
 
float_t brightness
 Holds current scene brightness. More...
 
uint32_t awbCCT
 Holds auto white balance CCT. More...
 
NvMediaIPPMathFloatMatrix colorCorrectionMatrix
 Holds color correction matrix. More...
 
NvMediaIPPComputedAntiFlicker computedAntiFlicker
 Holds computed anti-flicker. More...
 

Field Documentation

NvMediaIPPAeState NvMediaIPPPropertyDynamic::aeState

Holds auto exposure state.

Definition at line 294 of file nvmedia_ipp.h.

uint32_t NvMediaIPPPropertyDynamic::awbCCT

Holds auto white balance CCT.

Definition at line 317 of file nvmedia_ipp.h.

NvMediaIPPAwbState NvMediaIPPPropertyDynamic::awbState

Holds auto white balance state.

Definition at line 303 of file nvmedia_ipp.h.

float_t NvMediaIPPPropertyDynamic::brightness

Holds current scene brightness.

Definition at line 314 of file nvmedia_ipp.h.

NvMediaIPPMathFloatMatrix NvMediaIPPPropertyDynamic::colorCorrectionMatrix

Holds color correction matrix.

Definition at line 320 of file nvmedia_ipp.h.

NvMediaIPPComputedAntiFlicker NvMediaIPPPropertyDynamic::computedAntiFlicker

Holds computed anti-flicker.

Definition at line 323 of file nvmedia_ipp.h.

NvMediaISCExposureControl NvMediaIPPPropertyDynamic::exposureControl

Holds sensor exposure time and sensor gain for each sensor exposure mode.

Sensor gain valus within this structure must be within sensorGainRange limits.

Definition at line 300 of file nvmedia_ipp.h.

float_t NvMediaIPPPropertyDynamic::ispDigitalGain

Holds digital gain applied in ISP.

Definition at line 311 of file nvmedia_ipp.h.

NvMediaISCWBGainControl NvMediaIPPPropertyDynamic::wbGains[2]

Holds the two sets of white balance gain control values calculated by the plugin Control Algorithm, one to apply in sensor or before hdr merge and other to apply in ISP after hdr merge.

Definition at line 308 of file nvmedia_ipp.h.


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