NVIDIA DeepStream SDK API Reference

6.4 Release
NvTrackerProc::DispatchReq Struct Reference

Detailed Description

Per-sub-batch dispatch to low-level tracker lib.

Definition at line 121 of file nvtracker_proc.h.

Collaboration diagram for NvTrackerProc::DispatchReq:

Data Fields

BatchId batchId
 
std::map< SurfaceStreamId, NvDsFrameMeta * > subBatchFrameMap
 Map for frames present in a sub-batch. More...
 
ProcParams procParams
 
bool removeSource
 Information for stream removal. More...
 
SurfaceStreamId ssId
 Id of the stream to be removed. More...
 

Field Documentation

◆ batchId

BatchId NvTrackerProc::DispatchReq::batchId

Definition at line 123 of file nvtracker_proc.h.

◆ procParams

ProcParams NvTrackerProc::DispatchReq::procParams

Definition at line 127 of file nvtracker_proc.h.

◆ removeSource

bool NvTrackerProc::DispatchReq::removeSource

Information for stream removal.

Set below flag to true if the request is for stream removal

Definition at line 130 of file nvtracker_proc.h.

◆ ssId

SurfaceStreamId NvTrackerProc::DispatchReq::ssId

Id of the stream to be removed.

Definition at line 132 of file nvtracker_proc.h.

◆ subBatchFrameMap

std::map<SurfaceStreamId, NvDsFrameMeta *> NvTrackerProc::DispatchReq::subBatchFrameMap

Map for frames present in a sub-batch.

Definition at line 125 of file nvtracker_proc.h.


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