NVIDIA DeepStream SDK API Reference

5.0 Release

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

Detailed Description

Holds a tracker configuration.

Holds configuration options for the tracker, applied to the whole context.

Note
This structure must be deep-copied to be passed to a component that is to use it persistently.

Definition at line 111 of file nvdstracker.h.

Collaboration diagram for _NvMOTConfig:

Data Fields

NvMOTCompute computeConfig
 Holds the compute target. More...
 
uint32_t maxStreams
 Holds the maximum number of streams in a batch. More...
 
uint8_t numTransforms
 Holds the number of NvMOTPerTransformBatchConfig entries in perTransformBatchConfig. More...
 
NvMOTPerTransformBatchConfigperTransformBatchConfig
 Holds a pointer to a list of numTransform batch configurations, one per transform, including type and resolution. More...
 
NvMOTMiscConfig miscConfig
 Holds miscellaneous configurations. More...
 
uint16_t customConfigFilePathSize
 Holds the length of customConfigFilePath. More...
 
char * customConfigFilePath
 A pointer to the pathname of the tracker's custom configuration file. More...
 

Field Documentation

NvMOTCompute _NvMOTConfig::computeConfig

Holds the compute target.

See also
NvMOTCompute.

Definition at line 114 of file nvdstracker.h.

char* _NvMOTConfig::customConfigFilePath

A pointer to the pathname of the tracker's custom configuration file.

A null-terminated string.

Definition at line 129 of file nvdstracker.h.

uint16_t _NvMOTConfig::customConfigFilePathSize

Holds the length of customConfigFilePath.

Definition at line 126 of file nvdstracker.h.

uint32_t _NvMOTConfig::maxStreams

Holds the maximum number of streams in a batch.

Definition at line 116 of file nvdstracker.h.

NvMOTMiscConfig _NvMOTConfig::miscConfig

Holds miscellaneous configurations.

Definition at line 124 of file nvdstracker.h.

uint8_t _NvMOTConfig::numTransforms

Holds the number of NvMOTPerTransformBatchConfig entries in perTransformBatchConfig.

Definition at line 119 of file nvdstracker.h.

NvMOTPerTransformBatchConfig* _NvMOTConfig::perTransformBatchConfig

Holds a pointer to a list of numTransform batch configurations, one per transform, including type and resolution.

Definition at line 122 of file nvdstracker.h.


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