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... | |
| NvMOTFrameNum _NvMOTTimeMeta::frameNum |
Same logical frame as NvMOTFrame::frameNum.
Definition at line 68 of file sources/includes/nvdstracker.h.
| 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.
| bool _NvMOTTimeMeta::frameTimeValid |
True if frameTimeStamp is populated.
Definition at line 71 of file sources/includes/nvdstracker.h.
| TimeStamp _NvMOTTimeMeta::localTimestamp |
Host wall ns from NvDsCurrentTimestampNs when prepared.
Definition at line 70 of file sources/includes/nvdstracker.h.