NVIDIA DeepStream SDK API Reference

6.4 Release
_NvDsMetaCompLatency Struct Reference

Detailed Description

Holds information about latency of the given component.

Definition at line 57 of file nvds_latency_meta.h.

Collaboration diagram for _NvDsMetaCompLatency:

Data Fields

gchar component_name [MAX_COMPONENT_LEN]
 Holds the name of the component for which latency is measured. More...
 
gdouble in_system_timestamp
 Holds the system timestamp of the buffer when it arrives at the input of the component. More...
 
gdouble out_system_timestamp
 Holds the system timestamp of buffer when it is sent to the downstream component. More...
 
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...
 
guint pad_index
 Holds the pad or port index of the stream muxer for the frame in the batch. More...
 
NvDsMetaSubCompLatency sub_comp_latencies [16]
 Holds latency information of subcomponent in an array. More...
 
guint num_sub_comps
 Holds the number of subcomponents for the given component. More...
 

Field Documentation

◆ component_name

gchar _NvDsMetaCompLatency::component_name[MAX_COMPONENT_LEN]

Holds the name of the component for which latency is measured.

Definition at line 59 of file nvds_latency_meta.h.

◆ frame_num

guint _NvDsMetaCompLatency::frame_num

Holds the current frame number for which latency is measured.

Definition at line 69 of file nvds_latency_meta.h.

◆ in_system_timestamp

gdouble _NvDsMetaCompLatency::in_system_timestamp

Holds the system timestamp of the buffer when it arrives at the input of the component.

Definition at line 62 of file nvds_latency_meta.h.

◆ num_sub_comps

guint _NvDsMetaCompLatency::num_sub_comps

Holds the number of subcomponents for the given component.

Definition at line 76 of file nvds_latency_meta.h.

◆ out_system_timestamp

gdouble _NvDsMetaCompLatency::out_system_timestamp

Holds the system timestamp of buffer when it is sent to the downstream component.

Definition at line 65 of file nvds_latency_meta.h.

◆ pad_index

guint _NvDsMetaCompLatency::pad_index

Holds the pad or port index of the stream muxer for the frame in the batch.

Definition at line 72 of file nvds_latency_meta.h.

◆ source_id

guint _NvDsMetaCompLatency::source_id

Holds the source ID of the component, e.g.

the camera ID.

Definition at line 67 of file nvds_latency_meta.h.

◆ sub_comp_latencies

NvDsMetaSubCompLatency _NvDsMetaCompLatency::sub_comp_latencies[16]

Holds latency information of subcomponent in an array.

Definition at line 74 of file nvds_latency_meta.h.


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