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 562 of file NvSIPLPipelineMgr.hpp.
Data Fields | |
INvSIPLFrameCompletionQueue * | captureCompletionQueue {nullptr} |
The queue for completed capture frames. More... | |
INvSIPLFrameCompletionQueue * | isp0CompletionQueue {nullptr} |
The queue for completed frames from the first ISP output. More... | |
INvSIPLFrameCompletionQueue * | isp1CompletionQueue {nullptr} |
The queue for completed frames from the second ISP output. More... | |
INvSIPLFrameCompletionQueue * | isp2CompletionQueue {nullptr} |
The queue for completed frames from the third ISP output. More... | |
INvSIPLNotificationQueue * | notificationQueue {nullptr} |
The queue for event notifications. More... | |
INvSIPLFrameCompletionQueue* nvsipl::NvSIPLPipelineQueues::captureCompletionQueue {nullptr} |
The queue for completed capture frames.
Will be null if capture output was not requested.
Definition at line 568 of file NvSIPLPipelineMgr.hpp.
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 574 of file NvSIPLPipelineMgr.hpp.
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 580 of file NvSIPLPipelineMgr.hpp.
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 586 of file NvSIPLPipelineMgr.hpp.
INvSIPLNotificationQueue* nvsipl::NvSIPLPipelineQueues::notificationQueue {nullptr} |
The queue for event notifications.
Definition at line 589 of file NvSIPLPipelineMgr.hpp.