NVIDIA DeepStream SDK API Reference

6.4 Release
_NvMOTQuery Struct Reference

Detailed Description

Definition at line 373 of file nvdstracker.h.

Data Fields

NvMOTCompute computeConfig
 Holds flags for supported compute targets. More...
 
uint8_t numTransforms
 Holds the number of NvMOTPerTransformBatchConfig entries in perTransformBatchConfig. More...
 
NvBufSurfaceColorFormat colorFormats [1]
 Holds the color formats for input buffers; a required value. More...
 
NvBufSurfaceMemType memType
 Holds the preferred memory type for input buffers. More...
 
uint32_t maxTargetsPerStream
 Holds maximum number of targets per stream. More...
 
uint32_t maxShadowTrackingAge
 Holds maximum shadow tracking age per stream. More...
 
bool outputReidTensor
 Whether to output ReID tensor in user meta. More...
 
uint32_t reidFeatureSize
 Reid feature size. More...
 
bool outputTrajectory
 Whether to output target trajectories in user meta. More...
 
bool outputVisibility
 Whether to output visibility in user meta. More...
 
bool outputFootLocation
 Whether to output foot location in user meta. More...
 
bool outputConvexHull
 Whether to output convex hull in user meta. More...
 
uint32_t maxConvexHullSize
 Holdes maximum number of points in a convex hull. More...
 
bool supportPastFrame
 Holds a Boolean which is true if outputing past frame is supported. More...
 
NvMOTBatchMode batchMode
 Holds flags for whether batch or none batch mode is supported. More...
 
bool outputTerminatedTracks
 Whether to output terminted Tacks info in user meta. More...
 
uint32_t maxTrajectoryBufferLength
 maximum frame of history to save per terminated track. More...
 
bool outputShadowTracks
 Whether to output Shadow Tracks info in user meta. More...
 

Field Documentation

◆ batchMode

NvMOTBatchMode _NvMOTQuery::batchMode

Holds flags for whether batch or none batch mode is supported.

Definition at line 405 of file nvdstracker.h.

◆ colorFormats

NvBufSurfaceColorFormat _NvMOTQuery::colorFormats[1]

Holds the color formats for input buffers; a required value.

Definition at line 381 of file nvdstracker.h.

◆ computeConfig

NvMOTCompute _NvMOTQuery::computeConfig

Holds flags for supported compute targets.

See also
NvMOTCompute.

Definition at line 376 of file nvdstracker.h.

◆ maxConvexHullSize

uint32_t _NvMOTQuery::maxConvexHullSize

Holdes maximum number of points in a convex hull.

Definition at line 401 of file nvdstracker.h.

◆ maxShadowTrackingAge

uint32_t _NvMOTQuery::maxShadowTrackingAge

Holds maximum shadow tracking age per stream.

Definition at line 387 of file nvdstracker.h.

◆ maxTargetsPerStream

uint32_t _NvMOTQuery::maxTargetsPerStream

Holds maximum number of targets per stream.

Definition at line 385 of file nvdstracker.h.

◆ maxTrajectoryBufferLength

uint32_t _NvMOTQuery::maxTrajectoryBufferLength

maximum frame of history to save per terminated track.

Definition at line 409 of file nvdstracker.h.

◆ memType

NvBufSurfaceMemType _NvMOTQuery::memType

Holds the preferred memory type for input buffers.

Definition at line 383 of file nvdstracker.h.

◆ numTransforms

uint8_t _NvMOTQuery::numTransforms

Holds the number of NvMOTPerTransformBatchConfig entries in perTransformBatchConfig.

Definition at line 379 of file nvdstracker.h.

◆ outputConvexHull

bool _NvMOTQuery::outputConvexHull

Whether to output convex hull in user meta.

Definition at line 399 of file nvdstracker.h.

◆ outputFootLocation

bool _NvMOTQuery::outputFootLocation

Whether to output foot location in user meta.

Definition at line 397 of file nvdstracker.h.

◆ outputReidTensor

bool _NvMOTQuery::outputReidTensor

Whether to output ReID tensor in user meta.

Definition at line 389 of file nvdstracker.h.

◆ outputShadowTracks

bool _NvMOTQuery::outputShadowTracks

Whether to output Shadow Tracks info in user meta.

Definition at line 411 of file nvdstracker.h.

◆ outputTerminatedTracks

bool _NvMOTQuery::outputTerminatedTracks

Whether to output terminted Tacks info in user meta.

Definition at line 407 of file nvdstracker.h.

◆ outputTrajectory

bool _NvMOTQuery::outputTrajectory

Whether to output target trajectories in user meta.

Definition at line 393 of file nvdstracker.h.

◆ outputVisibility

bool _NvMOTQuery::outputVisibility

Whether to output visibility in user meta.

Definition at line 395 of file nvdstracker.h.

◆ reidFeatureSize

uint32_t _NvMOTQuery::reidFeatureSize

Reid feature size.

Definition at line 391 of file nvdstracker.h.

◆ supportPastFrame

bool _NvMOTQuery::supportPastFrame

Holds a Boolean which is true if outputing past frame is supported.

Definition at line 403 of file nvdstracker.h.


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