NVIDIA DRIVE OS Linux SDK API Reference

5.1.15.2 Release
For Test and Development only

Detailed Description

Holds dynamic properties associated with the camera.

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

◆ aeState

NvMediaIPPAeState NvMediaIPPPropertyDynamic::aeState

Holds auto exposure state.

Definition at line 304 of file nvmedia_ipp.h.

◆ awbCCT

uint32_t NvMediaIPPPropertyDynamic::awbCCT

Holds auto white balance CCT.

Definition at line 327 of file nvmedia_ipp.h.

◆ awbState

NvMediaIPPAwbState NvMediaIPPPropertyDynamic::awbState

Holds auto white balance state.

Definition at line 313 of file nvmedia_ipp.h.

◆ brightness

float_t NvMediaIPPPropertyDynamic::brightness

Holds current scene brightness.

Definition at line 324 of file nvmedia_ipp.h.

◆ colorCorrectionMatrix

NvMediaIPPMathFloatMatrix NvMediaIPPPropertyDynamic::colorCorrectionMatrix

Holds color correction matrix.

Definition at line 330 of file nvmedia_ipp.h.

◆ computedAntiFlicker

NvMediaIPPComputedAntiFlicker NvMediaIPPPropertyDynamic::computedAntiFlicker

Holds computed anti-flicker.

Definition at line 333 of file nvmedia_ipp.h.

◆ exposureControl

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 310 of file nvmedia_ipp.h.

◆ ispDigitalGain

float_t NvMediaIPPPropertyDynamic::ispDigitalGain

Holds digital gain applied in ISP.

Definition at line 321 of file nvmedia_ipp.h.

◆ wbGains

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 318 of file nvmedia_ipp.h.


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