NVIDIA DRIVE OS Linux SDK API Reference

5.1.15.0 Release
For Test and Development only

Detailed Description

Holds Control Algorithm plugin output parameters for bracketed exposure.

Definition at line 884 of file nvmedia_ipp.h.

Collaboration diagram for NvMediaIPPPluginOutputEx:

Data Fields

NvMediaBool useBracketedExp
 Holds flag to indicate bracketed or continuous exposure. More...
 
NvMediaIPPAeState aeState
 Holds the auto exposure state. More...
 
uint32_t numExposureControl
 Holds the number of sets. More...
 
NvMediaISCExposureControl exposureControl [NVMEDIA_IPP_MAX_EXPOSURE_SETS]
 Holds the exposure control values calculated by the Plugin Control Algorithm. More...
 
NvMediaIPPAwbState awbState
 Holds the auto white balance state. More...
 
NvMediaISCWBGainControl whiteBalanceGainControl [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 the other to apply in ISP after hdr merge. More...
 
NvMediaIPPMathFloatMatrix colorCorrectionMatrix
 Holds a color correction matrix for use with sRGB output type. More...
 
NvMediaIPPMathFloatMatrix colorCorrectionsMatrixRec2020
 Holds a color correction matrix for use with rec2020 output type. More...
 
float_t ispDigitalGain
 Holds ISP digital gain calculated by the plugin control algorithm. More...
 
NvMediaIPPPluginOutputStreamSettings streamSettings [NVMEDIA_IPP_STREAM_MAX_TYPES]
 Holds an array of NvMediaIPPPluginOutputStreamSettings. More...
 
float_t awbCCT
 Holds CCT estimated by plugin. More...
 

Field Documentation

◆ aeState

NvMediaIPPAeState NvMediaIPPPluginOutputEx::aeState

Holds the auto exposure state.

Definition at line 889 of file nvmedia_ipp.h.

◆ awbCCT

float_t NvMediaIPPPluginOutputEx::awbCCT

Holds CCT estimated by plugin.


Definition at line 914 of file nvmedia_ipp.h.

◆ awbState

NvMediaIPPAwbState NvMediaIPPPluginOutputEx::awbState

Holds the auto white balance state.

Definition at line 896 of file nvmedia_ipp.h.

◆ colorCorrectionMatrix

NvMediaIPPMathFloatMatrix NvMediaIPPPluginOutputEx::colorCorrectionMatrix

Holds a color correction matrix for use with sRGB output type.

Definition at line 904 of file nvmedia_ipp.h.

◆ colorCorrectionsMatrixRec2020

NvMediaIPPMathFloatMatrix NvMediaIPPPluginOutputEx::colorCorrectionsMatrixRec2020

Holds a color correction matrix for use with rec2020 output type.

Definition at line 907 of file nvmedia_ipp.h.

◆ exposureControl

NvMediaISCExposureControl NvMediaIPPPluginOutputEx::exposureControl[NVMEDIA_IPP_MAX_EXPOSURE_SETS]

Holds the exposure control values calculated by the Plugin Control Algorithm.

Definition at line 894 of file nvmedia_ipp.h.

◆ ispDigitalGain

float_t NvMediaIPPPluginOutputEx::ispDigitalGain

Holds ISP digital gain calculated by the plugin control algorithm.

Definition at line 910 of file nvmedia_ipp.h.

◆ numExposureControl

uint32_t NvMediaIPPPluginOutputEx::numExposureControl

Holds the number of sets.

Definition at line 891 of file nvmedia_ipp.h.

◆ streamSettings

NvMediaIPPPluginOutputStreamSettings NvMediaIPPPluginOutputEx::streamSettings[NVMEDIA_IPP_STREAM_MAX_TYPES]

Holds an array of NvMediaIPPPluginOutputStreamSettings.

Definition at line 912 of file nvmedia_ipp.h.

◆ useBracketedExp

NvMediaBool NvMediaIPPPluginOutputEx::useBracketedExp

Holds flag to indicate bracketed or continuous exposure.

Definition at line 887 of file nvmedia_ipp.h.

◆ whiteBalanceGainControl

NvMediaISCWBGainControl NvMediaIPPPluginOutputEx::whiteBalanceGainControl[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 the other to apply in ISP after hdr merge.

Definition at line 901 of file nvmedia_ipp.h.


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