NVIDIA DeepStream SDK API Reference

4.0 Release

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Groups
_NvDsMetaCompLatency Struct Reference

Detailed Description

Holds information about latency of the given component.

Definition at line 43 of file nvds_latency_meta.h.

Data Fields

gchar component_name [MAX_COMPONENT_LEN]
 name of the component for which latency is measured More...
 
gdouble in_system_timestamp
 system timestamp of buffer when it arrives at the input of the component More...
 
gdouble out_system_timestamp
 system timestamp of buffer when it is sent out to the downstream component More...
 
guint source_id
 source id of the component e.g. More...
 
guint frame_num
 current frame number for which latency is measured More...
 
guint pad_index
 pad or port index of stream muxer for the frame in the batch More...
 

Field Documentation

gchar _NvDsMetaCompLatency::component_name[MAX_COMPONENT_LEN]

name of the component for which latency is measured

Definition at line 47 of file nvds_latency_meta.h.

guint _NvDsMetaCompLatency::frame_num

current frame number for which latency is measured

Definition at line 63 of file nvds_latency_meta.h.

gdouble _NvDsMetaCompLatency::in_system_timestamp

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

Definition at line 51 of file nvds_latency_meta.h.

gdouble _NvDsMetaCompLatency::out_system_timestamp

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

Definition at line 55 of file nvds_latency_meta.h.

guint _NvDsMetaCompLatency::pad_index

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

Definition at line 67 of file nvds_latency_meta.h.

guint _NvDsMetaCompLatency::source_id

source id of the component e.g.

camera_id

Definition at line 59 of file nvds_latency_meta.h.


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