|
|
NVIDIA DeepStream SDK API Reference4.0.2 Release |
Parameters for processing each batch.
See NvMOTProcessFrame
Definition at line 224 of file nvdstracker.h.

Data Fields | |
| uint32_t | numFrames |
| Number of frames in the batch. More... | |
| NvMOTFrame * | frameList |
| Pointer to an array of frame data. More... | |
| NvMOTFrame* _NvMOTProcessParams::frameList |
Pointer to an array of frame data.
Definition at line 227 of file nvdstracker.h.
| uint32_t _NvMOTProcessParams::numFrames |
Number of frames in the batch.
Definition at line 226 of file nvdstracker.h.