![]() |
NVIDIA DRIVE OS Linux SDK API Reference5.1.6.0 Release |
Holds Control Algorithm plugin input parameters.
Definition at line 785 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 802 of file nvmedia_ipp.h.
float_t NvMediaIPPPluginInput::brightness |
Holds scene brightness.
Definition at line 808 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 791 of file nvmedia_ipp.h.
NvMediaISCExposureControl NvMediaIPPPluginInput::exposureControl |
Holds exposure control values associated with the currently processed image.
Definition at line 794 of file nvmedia_ipp.h.
NvMediaBool NvMediaIPPPluginInput::firstRun |
Holds first run flag.
Definition at line 806 of file nvmedia_ipp.h.
NvMediaIPPImageInformation NvMediaIPPPluginInput::imageInfo |
Image information.
Definition at line 788 of file nvmedia_ipp.h.
NvMediaIPPPluginInputStreamData NvMediaIPPPluginInput::streamData[NVMEDIA_IPP_STREAM_MAX_TYPES] |
Holds an array of NvMediaIPPPluginInputStreamData.
Definition at line 804 of file nvmedia_ipp.h.
NvMediaISCEmbeddedDataBuffer NvMediaIPPPluginInput::topEmbeddedData |
Holds top embedded data of current image.
Definition at line 800 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 798 of file nvmedia_ipp.h.