NvDsFrameLatencyInfo¶
-
struct
NvDsFrameLatencyInfo
¶ Holds information about the latency of a given frame.
Public Members
-
guint
source_id
¶ Holds the source ID of the component, e.g.
the camera ID.
-
guint
frame_num
¶ Holds the current frame number for which latency is measured.
-
gdouble
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.
-
gdouble
latency
¶ Holds the latency of the frame in milliseconds.
-
guint