NVIDIA DeepStream SDK API Reference6.1.1 Release |
Holds information about the latency of a given frame.
Definition at line 82 of file nvds_latency_meta.h.
Data Fields | |
guint | source_id |
Holds the source ID of the component, e.g. More... | |
guint | frame_num |
Holds the current frame number for which latency is measured. More... | |
gdouble | comp_in_timestamp |
Holds the system timestamp of the buffer when it arrives at the input of the first component in the pipeline. More... | |
gdouble | latency |
Holds the latency of the frame in milliseconds. More... | |
gdouble NvDsFrameLatencyInfo::comp_in_timestamp |
Holds the system timestamp of the buffer when it arrives at the input of the first component in the pipeline.
By default, the decoder is considered to be the first component in the pipeline.
Definition at line 91 of file nvds_latency_meta.h.
guint NvDsFrameLatencyInfo::frame_num |
Holds the current frame number for which latency is measured.
Definition at line 87 of file nvds_latency_meta.h.
gdouble NvDsFrameLatencyInfo::latency |
Holds the latency of the frame in milliseconds.
Definition at line 93 of file nvds_latency_meta.h.
guint NvDsFrameLatencyInfo::source_id |
Holds the source ID of the component, e.g.
the camera ID.
Definition at line 85 of file nvds_latency_meta.h.