![]() |
NVIDIA DRIVE 5.0 Linux SDK API Reference5.0.10.3 Release |
Holds dynamic properties associated with the camera.
Definition at line 257 of file nvmedia_ipp.h.
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... | |
NvMediaIPPAeState NvMediaIPPPropertyDynamic::aeState |
Holds auto exposure state.
Definition at line 260 of file nvmedia_ipp.h.
uint32_t NvMediaIPPPropertyDynamic::awbCCT |
Holds auto white balance CCT.
Definition at line 283 of file nvmedia_ipp.h.
NvMediaIPPAwbState NvMediaIPPPropertyDynamic::awbState |
Holds auto white balance state.
Definition at line 269 of file nvmedia_ipp.h.
float_t NvMediaIPPPropertyDynamic::brightness |
Holds current scene brightness.
Definition at line 280 of file nvmedia_ipp.h.
NvMediaIPPMathFloatMatrix NvMediaIPPPropertyDynamic::colorCorrectionMatrix |
Holds color correction matrix.
Definition at line 286 of file nvmedia_ipp.h.
NvMediaIPPComputedAntiFlicker NvMediaIPPPropertyDynamic::computedAntiFlicker |
Holds computed anti-flicker.
Definition at line 289 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 266 of file nvmedia_ipp.h.
float_t NvMediaIPPPropertyDynamic::ispDigitalGain |
Holds digital gain applied in ISP.
Definition at line 277 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 274 of file nvmedia_ipp.h.