NVIDIA DeepStream SDK API Reference

5.0 Release

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

Detailed Description

Holds parameters for processing a batch.

See also
NvMOTProcessFrame.

Definition at line 317 of file nvdstracker.h.

Collaboration diagram for _NvMOTProcessParams:

Data Fields

uint32_t numFrames
 Holds the number of frames in the batch. More...
 
NvMOTFrameframeList
 Holds a pointer to an array of frame data. More...
 

Field Documentation

NvMOTFrame* _NvMOTProcessParams::frameList

Holds a pointer to an array of frame data.

Definition at line 320 of file nvdstracker.h.

uint32_t _NvMOTProcessParams::numFrames

Holds the number of frames in the batch.

Definition at line 319 of file nvdstracker.h.


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