|
|
NVIDIA DeepStream SDK API Reference4.0.2 Release |
Tracker configuration.
Configuration options for the tracker, applied to the whole context.
Definition at line 80 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 89 of file nvdstracker.h.
| uint16_t _NvMOTConfig::customConfigFilePathSize |
The char length in customConfigFilePath.
Definition at line 88 of file nvdstracker.h.
| uint32_t _NvMOTConfig::maxStreams |
Maximum number of streams in a batch.
Definition at line 83 of file nvdstracker.h.
| NvMOTMiscConfig _NvMOTConfig::miscConfig |
Miscellaneous configs.
Definition at line 87 of file nvdstracker.h.
| uint8_t _NvMOTConfig::numTransforms |
Number of NvMOTPerTransformBatchConfig entries in perTransformBatchConfig.
Definition at line 84 of file nvdstracker.h.
| NvMOTPerTransformBatchConfig* _NvMOTConfig::perTransformBatchConfig |
List of numTransform batch configs including type and resolution, one for each transform.
Definition at line 85 of file nvdstracker.h.