Holds information about the latency of a given frame.
Definition at line 88 of file sources/includes/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 97 of file sources/includes/nvds_latency_meta.h.
| guint NvDsFrameLatencyInfo::frame_num |
Holds the current frame number for which latency is measured.
Definition at line 93 of file sources/includes/nvds_latency_meta.h.
| gdouble NvDsFrameLatencyInfo::latency |
Holds the latency of the frame in milliseconds.
Definition at line 99 of file sources/includes/nvds_latency_meta.h.
| guint NvDsFrameLatencyInfo::source_id |
Holds the source ID of the component, e.g.
the camera ID.
Definition at line 91 of file sources/includes/nvds_latency_meta.h.