NVIDIA DeepStream SDK API Reference

4.0.1 Release

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Groups
NvDsFrameLatencyInfo Struct Reference

Detailed Description

Holds information about latency of the given frame.

Definition at line 73 of file nvds_latency_meta.h.

Data Fields

guint source_id
 source id of the component e.g. More...
 
guint frame_num
 current frame number for which latency is measured More...
 
gdouble comp_in_timestamp
 system timestamp of buffer when it arrives at the input of the first component in the pipeline. More...
 
gdouble latency
 the latency of the frame in ms More...
 

Field Documentation

gdouble NvDsFrameLatencyInfo::comp_in_timestamp

system timestamp of buffer when it arrives at the input of the first component in the pipeline.

By default, decoder is considered to be the first component in the pipeline.

Definition at line 88 of file nvds_latency_meta.h.

guint NvDsFrameLatencyInfo::frame_num

current frame number for which latency is measured

Definition at line 82 of file nvds_latency_meta.h.

gdouble NvDsFrameLatencyInfo::latency

the latency of the frame in ms

Definition at line 92 of file nvds_latency_meta.h.

guint NvDsFrameLatencyInfo::source_id

source id of the component e.g.

camera_id

Definition at line 78 of file nvds_latency_meta.h.


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