NVIDIA DeepStream SDK API Reference

4.0.2 Release

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

Detailed Description

Miscellaneous configurations.

Definition at line 65 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 70 of file nvdstracker.h.

Field Documentation

uint32_t _NvMOTMiscConfig::gpuId

GPU to be used.

Definition at line 67 of file nvdstracker.h.

uint32_t _NvMOTMiscConfig::maxObjPerBatch

Max number of objects to track per batch.

0 means no limit.

Definition at line 69 of file nvdstracker.h.

uint32_t _NvMOTMiscConfig::maxObjPerStream

Max number of objects to track per stream.

0 means no limit.

Definition at line 68 of file nvdstracker.h.


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