NVIDIA DRIVE OS Linux SDK API Reference

5.1.15.0 Release
For Test and Development only
nvmedia_acp.h File Reference

Detailed Description

NVIDIA Media Interface: Auto Control Plugin API

Description: This file contains the Camera AutoControl Plugin API.

Definition in file nvmedia_acp.h.

Go to the source code of this file.

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)