NVIDIA DeepStream SDK API Reference

9.1 Release
_NvMOTTimeMeta Struct Reference

Detailed Description

Per-frame timing: stream PTS (when valid), host-local ns for deltas, and frame index.

Definition at line 66 of file sources/includes/nvdstracker.h.

Data Fields

NvMOTFrameNum frameNum
 Same logical frame as NvMOTFrame::frameNum. More...
 
NvMOTTimeStamp frameTimeStamp
 Stream/media time (e.g. More...
 
TimeStamp localTimestamp
 Host wall ns from NvDsCurrentTimestampNs when prepared. More...
 
bool frameTimeValid
 True if frameTimeStamp is populated. More...
 

Field Documentation

◆ frameNum

NvMOTFrameNum _NvMOTTimeMeta::frameNum

Same logical frame as NvMOTFrame::frameNum.

Definition at line 68 of file sources/includes/nvdstracker.h.

◆ frameTimeStamp

NvMOTTimeStamp _NvMOTTimeMeta::frameTimeStamp

Stream/media time (e.g.

Gst PTS / NTP) in ns when valid

Definition at line 69 of file sources/includes/nvdstracker.h.

◆ frameTimeValid

bool _NvMOTTimeMeta::frameTimeValid

True if frameTimeStamp is populated.

Definition at line 71 of file sources/includes/nvdstracker.h.

◆ localTimestamp

TimeStamp _NvMOTTimeMeta::localTimestamp

Host wall ns from NvDsCurrentTimestampNs when prepared.

Definition at line 70 of file sources/includes/nvdstracker.h.


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