NVIDIA DRIVE OS Linux SDK API Reference

5.2.3 Release
For Test and Development only

Detailed Description

Programs Video Input (VI) and Image Signal Processor (ISP) hardware blocks using NvMedia API to create image processing pipelines for each sensor.

Data Structures

class  nvsipl::NvSIPLPipelineNotifier
 Describes the interfaces of the SIPL pipeline notification handler. More...
 
class  nvsipl::NvSIPLImageGroupWriter
 Describes the interfaces of SIPL pipeline feeder. More...
 
struct  nvsipl::NvSIPLImageAttr
 Describes attributes of images used in image processing pipeline. More...
 
struct  nvsipl::NvSIPLDownscaleCropCfg
 Downscale and crop configuration. More...
 
struct  nvsipl::NvSIPLPipelineConfiguration
 Defines the camera pipeline configuration. More...
 
class  nvsipl::INvSIPLFrameCompletionQueue
 The interface to the frame completion queue. More...
 
class  nvsipl::INvSIPLNotificationQueue
 The interface to the notification queue. More...
 
struct  nvsipl::NvSIPLPipelineQueues
 This is the output structure for SetPipelineCfg(). More...
 
struct  nvsipl::NvSIPLDeviceBlockQueues
 Holds the queues used by the client to receive device block event notifications. More...
 

Enumerations

enum  nvsipl::PluginType {
  nvsipl::NV_PLUGIN = 0,
  nvsipl::CUSTOM_PLUGIN0,
  nvsipl::MAX_NUM_PLUGINS
}
 Defines types of SIPL Control Auto plug-ins. More...
 

Enumeration Type Documentation

◆ PluginType

Defines types of SIPL Control Auto plug-ins.

Enumerator
NV_PLUGIN 

NVIDIA plug-in.

CUSTOM_PLUGIN0 

Custom plug-in 0.

MAX_NUM_PLUGINS 

Maximum number of plug-ins supported.

Definition at line 49 of file NvSIPLPipelineMgr.hpp.