NVIDIA DeepStream SDK API Reference

8.0 Release
_NvMOTMFConfig Struct Reference

Detailed Description

Definition at line 51 of file nvdsmotmetafusion.h.

Data Fields

uint32_t frameWidth
 Width and height of the video frame. More...
 
uint32_t frameHeight
 
uint32_t maxVideoChunkLength
 Holds the maximum possible length of a video chunk
More...
 
uint16_t customConfigFilePathSize
 Holds the length of customConfigFilePath. More...
 
char * customConfigFilePath
 A pointer to the pathname of the tracker's custom configuration file. More...
 

Field Documentation

◆ customConfigFilePath

char* _NvMOTMFConfig::customConfigFilePath

A pointer to the pathname of the tracker's custom configuration file.

A null-terminated string.

Definition at line 62 of file nvdsmotmetafusion.h.

◆ customConfigFilePathSize

uint16_t _NvMOTMFConfig::customConfigFilePathSize

Holds the length of customConfigFilePath.

Definition at line 59 of file nvdsmotmetafusion.h.

◆ frameHeight

uint32_t _NvMOTMFConfig::frameHeight

Definition at line 55 of file nvdsmotmetafusion.h.

◆ frameWidth

uint32_t _NvMOTMFConfig::frameWidth

Width and height of the video frame.

Definition at line 54 of file nvdsmotmetafusion.h.

◆ maxVideoChunkLength

uint32_t _NvMOTMFConfig::maxVideoChunkLength

Holds the maximum possible length of a video chunk

Definition at line 57 of file nvdsmotmetafusion.h.


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