NVIDIA DeepStream SDK API Reference

4.0.1 Release

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

Detailed Description

Definition at line 242 of file nvdstracker.h.

Data Fields

NvMOTCompute computeConfig
 Supported compute targets. More...
 
uint8_t numTransforms
 Number of NvMOTPerTransformBatchConfig entries in perTransformBatchConfig. More...
 
NvBufSurfaceColorFormat colorFormats [NVMOT_MAX_TRANSFORMS]
 Required color formats for input buffers. More...
 
NvBufSurfaceMemType memType
 Preferred memory type of input buffers. More...
 
bool supportBatchProcessing
 Whether batch processing is supported. More...
 

Field Documentation

NvBufSurfaceColorFormat _NvMOTQuery::colorFormats[NVMOT_MAX_TRANSFORMS]

Required color formats for input buffers.

Definition at line 246 of file nvdstracker.h.

NvMOTCompute _NvMOTQuery::computeConfig

Supported compute targets.

see NvMOTCompute

Definition at line 244 of file nvdstracker.h.

NvBufSurfaceMemType _NvMOTQuery::memType

Preferred memory type of input buffers.

Definition at line 247 of file nvdstracker.h.

uint8_t _NvMOTQuery::numTransforms

Number of NvMOTPerTransformBatchConfig entries in perTransformBatchConfig.

Definition at line 245 of file nvdstracker.h.

bool _NvMOTQuery::supportBatchProcessing

Whether batch processing is supported.

Definition at line 248 of file nvdstracker.h.


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