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... | |
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.
uint16_t _NvMOTMFConfig::customConfigFilePathSize |
Holds the length of customConfigFilePath.
Definition at line 59 of file nvdsmotmetafusion.h.
uint32_t _NvMOTMFConfig::frameHeight |
Definition at line 55 of file nvdsmotmetafusion.h.
uint32_t _NvMOTMFConfig::frameWidth |
Width and height of the video frame.
Definition at line 54 of file nvdsmotmetafusion.h.
uint32_t _NvMOTMFConfig::maxVideoChunkLength |
Holds the maximum possible length of a video chunk
Definition at line 57 of file nvdsmotmetafusion.h.