NVIDIA DeepStream SDK API Reference

5.0 Release

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
NvDsFrameLatencyInfo Struct Reference

Detailed Description

Holds information about the latency of a given frame.

Definition at line 64 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

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 73 of file nvds_latency_meta.h.

guint NvDsFrameLatencyInfo::frame_num

Holds the current frame number for which latency is measured.

Definition at line 69 of file nvds_latency_meta.h.

gdouble NvDsFrameLatencyInfo::latency

Holds the latency of the frame in milliseconds.

Definition at line 75 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 67 of file nvds_latency_meta.h.


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