NVIDIA DeepStream SDK API Reference4.0 Release |
Tracker configuration.
Configuration options for the tracker, applied to the whole context.
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... | |
NvMOTPerTransformBatchConfig * | perTransformBatchConfig |
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... | |
NvMOTCompute _NvMOTConfig::computeConfig |
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.