![]() |
NVIDIA DeepStream SDK API Reference4.0.2 Release |
Holds information about latency of the given frame.
Definition at line 59 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... | |
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 74 of file nvds_latency_meta.h.
guint NvDsFrameLatencyInfo::frame_num |
current frame number for which latency is measured
Definition at line 68 of file nvds_latency_meta.h.
gdouble NvDsFrameLatencyInfo::latency |
the latency of the frame in ms
Definition at line 78 of file nvds_latency_meta.h.
guint NvDsFrameLatencyInfo::source_id |