![]() |
NVIDIA DRIVE OS Linux SDK API Reference5.1.6.0 Release |
Holds Control Algorithm plugin output parameters for bracketed exposure.
Definition at line 874 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 879 of file nvmedia_ipp.h.
float_t NvMediaIPPPluginOutputEx::awbCCT |
Holds CCT estimated by plugin.
Definition at line 904 of file nvmedia_ipp.h.
NvMediaIPPAwbState NvMediaIPPPluginOutputEx::awbState |
Holds the auto white balance state.
Definition at line 886 of file nvmedia_ipp.h.
NvMediaIPPMathFloatMatrix NvMediaIPPPluginOutputEx::colorCorrectionMatrix |
Holds a color correction matrix for use with sRGB output type.
Definition at line 894 of file nvmedia_ipp.h.
NvMediaIPPMathFloatMatrix NvMediaIPPPluginOutputEx::colorCorrectionsMatrixRec2020 |
Holds a color correction matrix for use with rec2020 output type.
Definition at line 897 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 884 of file nvmedia_ipp.h.
float_t NvMediaIPPPluginOutputEx::ispDigitalGain |
Holds ISP digital gain calculated by the plugin control algorithm.
Definition at line 900 of file nvmedia_ipp.h.
uint32_t NvMediaIPPPluginOutputEx::numExposureControl |
Holds the number of sets.
Definition at line 881 of file nvmedia_ipp.h.
NvMediaIPPPluginOutputStreamSettings NvMediaIPPPluginOutputEx::streamSettings[NVMEDIA_IPP_STREAM_MAX_TYPES] |
Holds an array of NvMediaIPPPluginOutputStreamSettings.
Definition at line 902 of file nvmedia_ipp.h.
NvMediaBool NvMediaIPPPluginOutputEx::useBracketedExp |
Holds flag to indicate bracketed or continuous exposure.
Definition at line 877 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 891 of file nvmedia_ipp.h.