NVIDIA DeepStream SDK API Reference

4.0 Release

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

Detailed Description

Tracker configuration.

Configuration options for the tracker, applied to the whole context.

Note
This config is supposed to be deep-copied when passed to be used persistently

Definition at line 92 of file nvdstracker.h.

Data Fields

NvMOTCompute computeConfig
 Compute target. More...
 
uint32_t maxStreams
 Maximum number of streams in a batch. More...
 
uint8_t numTransforms
 Number of NvMOTPerTransformBatchConfig entries in perTransformBatchConfig. More...
 
NvMOTPerTransformBatchConfigperTransformBatchConfig
 List of numTransform batch configs including type and resolution, one for each transform. More...
 
NvMOTMiscConfig miscConfig
 Miscellaneous configs. More...
 
uint16_t customConfigFilePathSize
 The char length in customConfigFilePath. More...
 
char * customConfigFilePath
 Path to the tracker's custom config file. More...
 

Field Documentation

NvMOTCompute _NvMOTConfig::computeConfig

Compute target.

see NvMOTCompute

Definition at line 94 of file nvdstracker.h.

char* _NvMOTConfig::customConfigFilePath

Path to the tracker's custom config file.

Null terminated

Definition at line 101 of file nvdstracker.h.

uint16_t _NvMOTConfig::customConfigFilePathSize

The char length in customConfigFilePath.

Definition at line 100 of file nvdstracker.h.

uint32_t _NvMOTConfig::maxStreams

Maximum number of streams in a batch.

Definition at line 95 of file nvdstracker.h.

NvMOTMiscConfig _NvMOTConfig::miscConfig

Miscellaneous configs.

Definition at line 99 of file nvdstracker.h.

uint8_t _NvMOTConfig::numTransforms

Number of NvMOTPerTransformBatchConfig entries in perTransformBatchConfig.

Definition at line 96 of file nvdstracker.h.

NvMOTPerTransformBatchConfig* _NvMOTConfig::perTransformBatchConfig

List of numTransform batch configs including type and resolution, one for each transform.

Definition at line 97 of file nvdstracker.h.


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