NVIDIA DeepStream SDK API Reference

9.1 Release
NvTrackerProc::PendingBatchInfo Struct Reference

Detailed Description

Per-batch tracking: pending sub-batches and in-order completion state.

Since BatchId is monotonically increasing, map order = submission order. Completed batches are drained from the front to guarantee in-order release.

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

Collaboration diagram for NvTrackerProc::PendingBatchInfo:

Data Fields

std::vector< SubBatchIdsubBatches
 
bool completed = false
 
InputParams completedInput
 

Field Documentation

◆ completed

bool NvTrackerProc::PendingBatchInfo::completed = false

◆ completedInput

InputParams NvTrackerProc::PendingBatchInfo::completedInput

◆ subBatches

std::vector< SubBatchId > NvTrackerProc::PendingBatchInfo::subBatches

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