NVIDIA DriveOS Linux NSR SDK API Reference

7.0.3.0 Release
nvsipl::NvSIPLPipelineQueues Struct Reference

Detailed Description

This is the output structure for INvSIPLCamera::SetPipelineCfg().

It contains the queues used by the client to receive completed frames and event notifications.

Definition at line 646 of file NvSIPLPipelineMgr.hpp.

Collaboration diagram for nvsipl::NvSIPLPipelineQueues:

Data Fields

INvSIPLFrameCompletionQueuecaptureCompletionQueue {nullptr}
 The queue for completed capture frames. More...
 
INvSIPLFrameCompletionQueueisp0CompletionQueue {nullptr}
 The queue for completed frames from the first ISP output. More...
 
INvSIPLFrameCompletionQueueisp1CompletionQueue {nullptr}
 The queue for completed frames from the second ISP output. More...
 
INvSIPLFrameCompletionQueueisp2CompletionQueue {nullptr}
 The queue for completed frames from the third ISP output. More...
 
INvSIPLNotificationQueuenotificationQueue {nullptr}
 The queue for event notifications. More...
 

Field Documentation

◆ captureCompletionQueue

INvSIPLFrameCompletionQueue* nvsipl::NvSIPLPipelineQueues::captureCompletionQueue {nullptr}

The queue for completed capture frames.

Will be null if capture output was not requested.

Definition at line 652 of file NvSIPLPipelineMgr.hpp.

◆ isp0CompletionQueue

INvSIPLFrameCompletionQueue* nvsipl::NvSIPLPipelineQueues::isp0CompletionQueue {nullptr}

The queue for completed frames from the first ISP output.

Will be null if the first ISP output was not requested.

Definition at line 658 of file NvSIPLPipelineMgr.hpp.

◆ isp1CompletionQueue

INvSIPLFrameCompletionQueue* nvsipl::NvSIPLPipelineQueues::isp1CompletionQueue {nullptr}

The queue for completed frames from the second ISP output.

Will be null if the second ISP output was not requested.

Definition at line 664 of file NvSIPLPipelineMgr.hpp.

◆ isp2CompletionQueue

INvSIPLFrameCompletionQueue* nvsipl::NvSIPLPipelineQueues::isp2CompletionQueue {nullptr}

The queue for completed frames from the third ISP output.

Will be null if the third ISP output was not requested.

Definition at line 670 of file NvSIPLPipelineMgr.hpp.

◆ notificationQueue

INvSIPLNotificationQueue* nvsipl::NvSIPLPipelineQueues::notificationQueue {nullptr}

The queue for event notifications.

Definition at line 673 of file NvSIPLPipelineMgr.hpp.


The documentation for this struct was generated from the following file: