NVIDIA DeepStream SDK API Reference

8.0 Release
NvTrackerProc::DispatchReq Struct Reference

Detailed Description

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

Definition at line 154 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
 

Field Documentation

◆ batchId

BatchId NvTrackerProc::DispatchReq::batchId

Definition at line 160 of file nvtracker_proc.h.

◆ procParams

ProcParams NvTrackerProc::DispatchReq::procParams

Definition at line 164 of file nvtracker_proc.h.

◆ subBatchFrameMap

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

Map for frames present in a sub-batch.

Definition at line 162 of file nvtracker_proc.h.


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