![]() |
NVIDIA DeepStream SDK API Reference4.0 Release |
Miscellaneous configurations.
Definition at line 77 of file nvdstracker.h.
Public Types | |
typedef void(* | logMsg )(int logLevel, const char *format,...) |
Callback for logging messages. More... | |
Data Fields | |
uint32_t | gpuId |
GPU to be used. More... | |
uint32_t | maxObjPerStream |
Max number of objects to track per stream. More... | |
uint32_t | maxObjPerBatch |
Max number of objects to track per batch. More... | |
typedef void(* _NvMOTMiscConfig::logMsg)(int logLevel, const char *format,...) |
Callback for logging messages.
Definition at line 82 of file nvdstracker.h.
uint32_t _NvMOTMiscConfig::gpuId |
GPU to be used.
Definition at line 79 of file nvdstracker.h.
uint32_t _NvMOTMiscConfig::maxObjPerBatch |
Max number of objects to track per batch.
0 means no limit.
Definition at line 81 of file nvdstracker.h.
uint32_t _NvMOTMiscConfig::maxObjPerStream |
Max number of objects to track per stream.
0 means no limit.
Definition at line 80 of file nvdstracker.h.