NVIDIA DeepStream SDK API Reference

9.0 Release
NvTrackerProc::DispatchReq Struct Reference

Detailed Description

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

Definition at line 154 of file sources/gst-plugins/gst-nvtracker/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

◆ procParams

ProcParams NvTrackerProc::DispatchReq::procParams

◆ subBatchFrameMap

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

Map for frames present in a sub-batch.

Definition at line 162 of file sources/gst-plugins/gst-nvtracker/nvtracker_proc.h.


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