NVIDIA DeepStream SDK API Reference

6.4 Release
NvDsFrameLatencyInfo Struct Reference

Detailed Description

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...
 

Field Documentation

◆ comp_in_timestamp

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.

◆ frame_num

guint NvDsFrameLatencyInfo::frame_num

Holds the current frame number for which latency is measured.

Definition at line 87 of file nvds_latency_meta.h.

◆ latency

gdouble NvDsFrameLatencyInfo::latency

Holds the latency of the frame in milliseconds.

Definition at line 93 of file nvds_latency_meta.h.

◆ source_id

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.


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