DriveWorks SDK Reference
3.0.4260 Release
For Test and Development only

Camera Plugin

Detailed Description

Provides an interface for supporting non-standard Radar sensors.

Note
SW Release Applicability: These APIs are available in both NVIDIA DriveWorks and NVIDIA DRIVE Software releases.

Functions

NvMediaStatus NvMediaCustomCaptureComponentCreate (NvMediaIPPComponent *parentControlAlgorithmHandle, NvMediaIPPPluginSupportFuncs *pSupportFunctions, NvMediaIPPPropertyStatic *pStaticProperties, void *clientContext, NvMediaIPPPlugin **pluginHandle, NvMediaIPPISPVersion ispVersion)
 
void NvMediaCustomCaptureComponentDestroy (NvMediaIPPPlugin *pluginHandle)
 
NvMediaStatus NvMediaCustomCaptureComponentProcess (NvMediaIPPPlugin *pluginHandle, NvMediaIPPPluginInput *pluginInput, NvMediaIPPPluginOutputEx *pluginOutput)
 

Function Documentation

◆ NvMediaCustomCaptureComponentCreate()

NvMediaStatus NvMediaCustomCaptureComponentCreate ( NvMediaIPPComponent *  parentControlAlgorithmHandle,
NvMediaIPPPluginSupportFuncs *  pSupportFunctions,
NvMediaIPPPropertyStatic *  pStaticProperties,
void *  clientContext,
NvMediaIPPPlugin **  pluginHandle,
NvMediaIPPISPVersion  ispVersion 
)

◆ NvMediaCustomCaptureComponentDestroy()

void NvMediaCustomCaptureComponentDestroy ( NvMediaIPPPlugin *  pluginHandle)

◆ NvMediaCustomCaptureComponentProcess()

NvMediaStatus NvMediaCustomCaptureComponentProcess ( NvMediaIPPPlugin *  pluginHandle,
NvMediaIPPPluginInput *  pluginInput,
NvMediaIPPPluginOutputEx *  pluginOutput 
)