NVIDIA DeepStream SDK API Reference

8.0 Release
_NvMOTMFTrackedObjMeta Struct Reference

Detailed Description

Holds all the input metadata of a video chunk to be processed.

Definition at line 117 of file nvdsmotmetafusion.h.

Collaboration diagram for _NvMOTMFTrackedObjMeta:

Data Fields

uint32_t startFrameNumber
 Holds the relative frame number of the first frame in this video chunk w.r.t. More...
 
uint32_t chunkDuration
 Holds the duration of the chunk in number of frames. More...
 
NvDsTargetMiscDataStreamtracklets
 Tracklets per object. More...
 
NvDsReidTensorBatch reidTensorChunk
 The whole chunk's reid embeddings in a sigle vector pointed to by "ptr_host". More...
 
NvMOTReidEmbeddingsList reidEmbeddingsList
 Offset of Reid Embeddings per object. More...
 

Field Documentation

◆ chunkDuration

uint32_t _NvMOTMFTrackedObjMeta::chunkDuration

Holds the duration of the chunk in number of frames.

Definition at line 122 of file nvdsmotmetafusion.h.

◆ reidEmbeddingsList

NvMOTReidEmbeddingsList _NvMOTMFTrackedObjMeta::reidEmbeddingsList

Offset of Reid Embeddings per object.

Definition at line 128 of file nvdsmotmetafusion.h.

◆ reidTensorChunk

NvDsReidTensorBatch _NvMOTMFTrackedObjMeta::reidTensorChunk

The whole chunk's reid embeddings in a sigle vector pointed to by "ptr_host".

Definition at line 126 of file nvdsmotmetafusion.h.

◆ startFrameNumber

uint32_t _NvMOTMFTrackedObjMeta::startFrameNumber

Holds the relative frame number of the first frame in this video chunk w.r.t.

complete video

Definition at line 120 of file nvdsmotmetafusion.h.

◆ tracklets

NvDsTargetMiscDataStream* _NvMOTMFTrackedObjMeta::tracklets

Tracklets per object.

Definition at line 124 of file nvdsmotmetafusion.h.


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