NVIDIA DeepStream SDK API Reference

4.0 Release

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Groups
_NvMOTMiscConfig Struct Reference

Detailed Description

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...
 

Member Typedef Documentation

typedef void(* _NvMOTMiscConfig::logMsg)(int logLevel, const char *format,...)

Callback for logging messages.

Definition at line 82 of file nvdstracker.h.

Field Documentation

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.


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