NVIDIA DeepStream SDK API Reference

6.4 Release
_NvDsMetaSubCompLatency Struct Reference

Detailed Description

Holds information about latency of the given subcomponent.

Definition at line 43 of file nvds_latency_meta.h.

Data Fields

gchar sub_comp_name [MAX_COMPONENT_LEN]
 Holds the subcomponent names. 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 the buffer when it leaves at the output of the component. More...
 

Field Documentation

◆ in_system_timestamp

gdouble _NvDsMetaSubCompLatency::in_system_timestamp

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

Definition at line 48 of file nvds_latency_meta.h.

◆ out_system_timestamp

gdouble _NvDsMetaSubCompLatency::out_system_timestamp

Holds the system timestamp of the buffer when it leaves at the output of the component.

Definition at line 51 of file nvds_latency_meta.h.

◆ sub_comp_name

gchar _NvDsMetaSubCompLatency::sub_comp_name[MAX_COMPONENT_LEN]

Holds the subcomponent names.

Definition at line 45 of file nvds_latency_meta.h.


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