NVIDIA DeepStream SDK API Reference

9.0 Release
_NvMOTMiscConfig Struct Reference

Detailed Description

Holds miscellaneous configurations.

Definition at line 91 of file sources/includes/nvdstracker.h.

Public Types

typedef void(* logMsg) (int logLevel, const char *format,...)
 Holds a pointer to a callback for logging messages. More...
 
typedef void(* logMsg) (int logLevel, const char *format,...)
 Holds a pointer to a callback for logging messages. More...
 

Data Fields

uint32_t gpuId
 Holds the ID of the GPU to be used. More...
 

Member Typedef Documentation

◆ logMsg [1/2]

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

Holds a pointer to a callback for logging messages.

Definition at line 96 of file sources/includes/nvdstracker.h.

◆ logMsg [2/2]

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

Holds a pointer to a callback for logging messages.

Definition at line 96 of file 9.0/sources/includes/nvdstracker.h.

Field Documentation

◆ gpuId

uint32_t _NvMOTMiscConfig::gpuId

Holds the ID of the GPU to be used.

Definition at line 94 of file sources/includes/nvdstracker.h.


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