NVIDIA DRIVE OS Linux SDK API Reference

5.1.15.2 Release
For Test and Development only

Detailed Description

Holds Control Algorithm plugin input parameters.

Definition at line 795 of file nvmedia_ipp.h.

Collaboration diagram for NvMediaIPPPluginInput:

Data Fields

NvMediaIPPImageInformation imageInfo
 Image information. More...
 
NvMediaIPPPropertyControlscontrolsProperties
 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...
 

Field Documentation

◆ bottomEmbeddedData

NvMediaISCEmbeddedDataBuffer NvMediaIPPPluginInput::bottomEmbeddedData

Holds bottom embedded data of current image.

Definition at line 812 of file nvmedia_ipp.h.

◆ brightness

float_t NvMediaIPPPluginInput::brightness

Holds scene brightness.

Definition at line 818 of file nvmedia_ipp.h.

◆ controlsProperties

NvMediaIPPPropertyControls* NvMediaIPPPluginInput::controlsProperties

A pointer to properties that determine the operation mode of the Plugin Control Algorithm.

Definition at line 801 of file nvmedia_ipp.h.

◆ exposureControl

NvMediaISCExposureControl NvMediaIPPPluginInput::exposureControl

Holds exposure control values associated with the currently processed image.

Definition at line 804 of file nvmedia_ipp.h.

◆ firstRun

NvMediaBool NvMediaIPPPluginInput::firstRun

Holds first run flag.

Definition at line 816 of file nvmedia_ipp.h.

◆ imageInfo

NvMediaIPPImageInformation NvMediaIPPPluginInput::imageInfo

Image information.

Definition at line 798 of file nvmedia_ipp.h.

◆ streamData

Holds an array of NvMediaIPPPluginInputStreamData.

Definition at line 814 of file nvmedia_ipp.h.

◆ topEmbeddedData

NvMediaISCEmbeddedDataBuffer NvMediaIPPPluginInput::topEmbeddedData

Holds top embedded data of current image.

Definition at line 810 of file nvmedia_ipp.h.

◆ whiteBalanceGainControl

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 808 of file nvmedia_ipp.h.


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