_NvMOTMiscConfigΒΆ

struct _NvMOTMiscConfig

Holds miscellaneous configurations.

Public Types

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

Holds a pointer to a callback for logging messages.

Public Members

uint32_t gpuId

Holds the ID of the GPU to be used.

uint32_t maxObjPerStream

Holds the maximum number of objects to track per stream.

0 means track an unlimited number of objects.

uint32_t maxObjPerBatch

Holds the maximum number of objects to track per batch.

0 means track an unlimited number of objects.