NVIDIA DeepStream SDK API Reference

5.0 Release

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
_NvMOTQuery Struct Reference

Detailed Description

Definition at line 323 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...
 
bool supportBatchProcessing
 Holds a Boolean which is true if batch processing is supported. More...
 

Field Documentation

NvBufSurfaceColorFormat _NvMOTQuery::colorFormats[NVMOT_MAX_TRANSFORMS]

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

Definition at line 331 of file nvdstracker.h.

NvMOTCompute _NvMOTQuery::computeConfig

Holds flags for supported compute targets.

See also
NvMOTCompute.

Definition at line 326 of file nvdstracker.h.

NvBufSurfaceMemType _NvMOTQuery::memType

Holds the preferred memory type for input buffers.

Definition at line 333 of file nvdstracker.h.

uint8_t _NvMOTQuery::numTransforms

Holds the number of NvMOTPerTransformBatchConfig entries in perTransformBatchConfig.

Definition at line 329 of file nvdstracker.h.

bool _NvMOTQuery::supportBatchProcessing

Holds a Boolean which is true if batch processing is supported.

Definition at line 335 of file nvdstracker.h.


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