NVIDIA DRIVE OS Linux API Reference

5.1.6.1 Release
For Test and Development only

 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Camera AutoControl Plugin

Detailed Description

The Camera AutoControl Plugin API provides ACP configuration functions.

Data Structures

struct  NvMediaACPVersionInfo
 Version information for the NvMedia ACP library. More...
 

Macros

#define NVMEDIA_ACP_VERSION_MAJOR   1u
 Major Version number. More...
 
#define NVMEDIA_ACP_VERSION_MINOR   4u
 Minor Version number. More...
 

Functions

NvMediaStatus NvMediaACPCreate (NvMediaIPPComponent *parentControlAlgorithmHandle, NvMediaIPPPluginSupportFuncs *pSupportFunctions, NvMediaIPPPropertyStatic *pStaticProperties, void *clientContext, NvMediaIPPPlugin **pluginHandle, NvMediaIPPISPVersion ispVersion)
 
NvMediaStatus NvMediaACPProcess (NvMediaIPPPlugin *pluginHandle, NvMediaIPPPluginInput *pluginInput, NvMediaIPPPluginOutputEx *pluginOutput)
 
void NvMediaACPDestroy (NvMediaIPPPlugin *pluginHandle)
 
NvMediaStatus NvMediaACPGetVersionInfo (NvMediaACPVersionInfo *versionInfo)
 
NvMediaStatus NvMediaBEPCreate (NvMediaIPPComponent *parentControlAlgorithmHandle, NvMediaIPPPluginSupportFuncs *pSupportFunctions, NvMediaIPPPropertyStatic *pStaticProperties, void *clientContext, NvMediaIPPPlugin **pluginHandle, NvMediaIPPISPVersion ispVersion)
 
void NvMediaBEPDestroy (NvMediaIPPPlugin *pluginHandle)
 
NvMediaStatus NvMediaBEPProcessEx (NvMediaIPPPlugin *pluginHandle, NvMediaIPPPluginInput *pluginInput, NvMediaIPPPluginOutputEx *pluginOutput)
 

Macro Definition Documentation

#define NVMEDIA_ACP_VERSION_MAJOR   1u

Major Version number.

Definition at line 31 of file nvmedia_acp.h.

#define NVMEDIA_ACP_VERSION_MINOR   4u

Minor Version number.

Definition at line 33 of file nvmedia_acp.h.

Function Documentation

NvMediaStatus NvMediaACPCreate ( NvMediaIPPComponent parentControlAlgorithmHandle,
NvMediaIPPPluginSupportFuncs pSupportFunctions,
NvMediaIPPPropertyStatic pStaticProperties,
void *  clientContext,
NvMediaIPPPlugin **  pluginHandle,
NvMediaIPPISPVersion  ispVersion 
)
void NvMediaACPDestroy ( NvMediaIPPPlugin pluginHandle)
NvMediaStatus NvMediaACPGetVersionInfo ( NvMediaACPVersionInfo versionInfo)
NvMediaStatus NvMediaACPProcess ( NvMediaIPPPlugin pluginHandle,
NvMediaIPPPluginInput pluginInput,
NvMediaIPPPluginOutputEx pluginOutput 
)
NvMediaStatus NvMediaBEPCreate ( NvMediaIPPComponent parentControlAlgorithmHandle,
NvMediaIPPPluginSupportFuncs pSupportFunctions,
NvMediaIPPPropertyStatic pStaticProperties,
void *  clientContext,
NvMediaIPPPlugin **  pluginHandle,
NvMediaIPPISPVersion  ispVersion 
)
void NvMediaBEPDestroy ( NvMediaIPPPlugin pluginHandle)
NvMediaStatus NvMediaBEPProcessEx ( NvMediaIPPPlugin pluginHandle,
NvMediaIPPPluginInput pluginInput,
NvMediaIPPPluginOutputEx pluginOutput 
)