NVIDIA DeepStream SDK API Reference6.0.1 Release |
Holds a tracker configuration.
Holds configuration options for the tracker, applied to the whole context.
Definition at line 111 of file nvdstracker.h.
Data Fields | |
NvMOTCompute | computeConfig |
Holds the compute target. More... | |
uint32_t | maxStreams |
Holds the maximum number of streams in a batch. More... | |
uint32_t | maxBufSurfAddrSize |
Holds the max number of surface buffer addresses from buffer pool. More... | |
uint8_t | numTransforms |
Holds the number of NvMOTPerTransformBatchConfig entries in perTransformBatchConfig. More... | |
NvMOTPerTransformBatchConfig * | perTransformBatchConfig |
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... | |
NvMOTCompute _NvMOTConfig::computeConfig |
char* _NvMOTConfig::customConfigFilePath |
A pointer to the pathname of the tracker's custom configuration file.
A null-terminated string.
Definition at line 131 of file nvdstracker.h.
uint16_t _NvMOTConfig::customConfigFilePathSize |
Holds the length of customConfigFilePath.
Definition at line 128 of file nvdstracker.h.
uint32_t _NvMOTConfig::maxBufSurfAddrSize |
Holds the max number of surface buffer addresses from buffer pool.
Definition at line 118 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 126 of file nvdstracker.h.
uint8_t _NvMOTConfig::numTransforms |
Holds the number of NvMOTPerTransformBatchConfig entries in perTransformBatchConfig.
Definition at line 121 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 124 of file nvdstracker.h.