NVIDIA SIPL: Pipeline Manager - NvSIPL Pipeline Manager
Definition in file NvSIPLPipelineMgr.hpp.
Go to the source code of this file.
Data Structures | |
class | nvsipl::NvSIPLPipelineNotifier |
Describes the interfaces of the SIPL pipeline notification handler. More... | |
struct | nvsipl::NvSIPLPipelineNotifier::NotificationData |
Defines the notification data. More... | |
class | nvsipl::NvSIPLImageGroupWriter |
Describes the interfaces of SIPL pipeline feeder. More... | |
struct | nvsipl::NvSIPLImageGroupWriter::RawBuffer |
Describes an unprocessed sensor output buffer. More... | |
struct | nvsipl::NvSIPLPipelineBufferCfg |
Data structure to define the camera pipeline buffer 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 INvSIPLCamera::SetPipelineCfg(). More... | |
struct | nvsipl::NvSIPLDeviceBlockQueues |
Holds the queues used by the client to receive device block event notifications. More... | |
Namespaces | |
nvsipl | |
Contains the classes and variables for implementation of SIPL. | |
Variables | |
static constexpr uint16_t | nvsipl::DEFAULT_SET_CAPTURE_BUFFER_COUNT {40U} |
The default number of capture buffers configured for a given pipeline. More... | |
static constexpr uint16_t | nvsipl::DEFAULT_SET_ISP_BUFFER_COUNT {64U} |
The default number of ISP buffers configured for a given pipeline. More... | |