![]() |
NVIDIA DRIVE 5.0 Linux SDK API Reference5.0.10.3 Release |
Holds Control Algorithm plugin input parameters.
Definition at line 751 of file nvmedia_ipp.h.
Data Fields | |
NvMediaIPPImageInformation | imageInfo |
Image information. More... | |
NvMediaIPPPropertyControls * | controlsProperties |
A pointer to properties that determine the operation mode of the Plugin Control Algorithm. More... | |
NvMediaISCExposureControl | exposureControl |
Holds exposure control values associated with the currently processed image. More... | |
NvMediaISCWBGainControl | whiteBalanceGainControl [2] |
Holds the two sets of white balance gain control values, one associated with sensor before hdr merge and other associated with ISP after hdr merge. More... | |
NvMediaISCEmbeddedDataBuffer | topEmbeddedData |
Holds top embedded data of current image. More... | |
NvMediaISCEmbeddedDataBuffer | bottomEmbeddedData |
Holds bottom embedded data of current image. More... | |
NvMediaIPPPluginInputStreamData | streamData [NVMEDIA_IPP_STREAM_MAX_TYPES] |
Holds an array of NvMediaIPPPluginInputStreamData. More... | |
NvMediaBool | firstRun |
Holds first run flag. More... | |
float_t | brightness |
Holds scene brightness. More... | |
NvMediaISCEmbeddedDataBuffer NvMediaIPPPluginInput::bottomEmbeddedData |
Holds bottom embedded data of current image.
Definition at line 768 of file nvmedia_ipp.h.
float_t NvMediaIPPPluginInput::brightness |
Holds scene brightness.
Definition at line 774 of file nvmedia_ipp.h.
NvMediaIPPPropertyControls* NvMediaIPPPluginInput::controlsProperties |
A pointer to properties that determine the operation mode of the Plugin Control Algorithm.
Definition at line 757 of file nvmedia_ipp.h.
NvMediaISCExposureControl NvMediaIPPPluginInput::exposureControl |
Holds exposure control values associated with the currently processed image.
Definition at line 760 of file nvmedia_ipp.h.
NvMediaBool NvMediaIPPPluginInput::firstRun |
Holds first run flag.
Definition at line 772 of file nvmedia_ipp.h.
NvMediaIPPImageInformation NvMediaIPPPluginInput::imageInfo |
Image information.
Definition at line 754 of file nvmedia_ipp.h.
NvMediaIPPPluginInputStreamData NvMediaIPPPluginInput::streamData[NVMEDIA_IPP_STREAM_MAX_TYPES] |
Holds an array of NvMediaIPPPluginInputStreamData.
Definition at line 770 of file nvmedia_ipp.h.
NvMediaISCEmbeddedDataBuffer NvMediaIPPPluginInput::topEmbeddedData |
Holds top embedded data of current image.
Definition at line 766 of file nvmedia_ipp.h.
NvMediaISCWBGainControl NvMediaIPPPluginInput::whiteBalanceGainControl[2] |
Holds the two sets of white balance gain control values, one associated with sensor before hdr merge and other associated with ISP after hdr merge.
Definition at line 764 of file nvmedia_ipp.h.