![]() |
NVIDIA DRIVE 5.0 Linux SDK API Reference5.0.10.3 Release |
Holds Control Algorithm plugin output parameters for bracketed exposure.
Definition at line 840 of file nvmedia_ipp.h.
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... | |
NvMediaIPPAeState NvMediaIPPPluginOutputEx::aeState |
Holds the auto exposure state.
Definition at line 845 of file nvmedia_ipp.h.
float_t NvMediaIPPPluginOutputEx::awbCCT |
Holds CCT estimated by plugin.
Definition at line 870 of file nvmedia_ipp.h.
NvMediaIPPAwbState NvMediaIPPPluginOutputEx::awbState |
Holds the auto white balance state.
Definition at line 852 of file nvmedia_ipp.h.
NvMediaIPPMathFloatMatrix NvMediaIPPPluginOutputEx::colorCorrectionMatrix |
Holds a color correction matrix for use with sRGB output type.
Definition at line 860 of file nvmedia_ipp.h.
NvMediaIPPMathFloatMatrix NvMediaIPPPluginOutputEx::colorCorrectionsMatrixRec2020 |
Holds a color correction matrix for use with rec2020 output type.
Definition at line 863 of file nvmedia_ipp.h.
NvMediaISCExposureControl NvMediaIPPPluginOutputEx::exposureControl[NVMEDIA_IPP_MAX_EXPOSURE_SETS] |
Holds the exposure control values calculated by the Plugin Control Algorithm.
Definition at line 850 of file nvmedia_ipp.h.
float_t NvMediaIPPPluginOutputEx::ispDigitalGain |
Holds ISP digital gain calculated by the plugin control algorithm.
Definition at line 866 of file nvmedia_ipp.h.
uint32_t NvMediaIPPPluginOutputEx::numExposureControl |
Holds the number of sets.
Definition at line 847 of file nvmedia_ipp.h.
NvMediaIPPPluginOutputStreamSettings NvMediaIPPPluginOutputEx::streamSettings[NVMEDIA_IPP_STREAM_MAX_TYPES] |
Holds an array of NvMediaIPPPluginOutputStreamSettings.
Definition at line 868 of file nvmedia_ipp.h.
NvMediaBool NvMediaIPPPluginOutputEx::useBracketedExp |
Holds flag to indicate bracketed or continuous exposure.
Definition at line 843 of file nvmedia_ipp.h.
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 857 of file nvmedia_ipp.h.