NVIDIA DeepStream SDK API Reference

6.2 Release
_NvMOTQuery Struct Reference

Detailed Description

Definition at line 343 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 [NVMOT_MAX_TRANSFORMS]
 Holds the color formats for input buffers; a required value. More...
 
NvBufSurfaceMemType memType
 Holds the preferred memory type for input buffers. More...
 
NvMOTBatchMode batchMode
 Holds flags for whether batch or none batch mode is supported. More...
 
bool supportPastFrame
 Holds a Boolean which is true if outputing past frame is supported. More...
 

Field Documentation

◆ batchMode

NvMOTBatchMode _NvMOTQuery::batchMode

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

Definition at line 355 of file nvdstracker.h.

◆ colorFormats

NvBufSurfaceColorFormat _NvMOTQuery::colorFormats[NVMOT_MAX_TRANSFORMS]

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

Definition at line 351 of file nvdstracker.h.

◆ computeConfig

NvMOTCompute _NvMOTQuery::computeConfig

Holds flags for supported compute targets.

See also
NvMOTCompute.

Definition at line 346 of file nvdstracker.h.

◆ memType

NvBufSurfaceMemType _NvMOTQuery::memType

Holds the preferred memory type for input buffers.

Definition at line 353 of file nvdstracker.h.

◆ numTransforms

uint8_t _NvMOTQuery::numTransforms

Holds the number of NvMOTPerTransformBatchConfig entries in perTransformBatchConfig.

Definition at line 349 of file nvdstracker.h.

◆ supportPastFrame

bool _NvMOTQuery::supportPastFrame

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

Definition at line 357 of file nvdstracker.h.


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