NVIDIA DeepStream SDK API Reference

6.4 Release
gstnvinferserver::GstNvInferServerSourceInfo Struct Reference

Detailed Description

Holds information about the detected objects in the specific input source.

Definition at line 102 of file gstnvinferserver_impl.h.

Data Fields

GstNvInferServerObjectHistoryMap object_history_map
 Map of object tracking IDs and inference history of the object. More...
 
gulong last_cleanup_frame_num = 0
 Frame number of the buffer when the history map was last cleaned up. More...
 
gulong last_seen_frame_num = 0
 Frame number of the frame which . More...
 

Field Documentation

◆ last_cleanup_frame_num

gulong gstnvinferserver::GstNvInferServerSourceInfo::last_cleanup_frame_num = 0

Frame number of the buffer when the history map was last cleaned up.

Definition at line 106 of file gstnvinferserver_impl.h.

◆ last_seen_frame_num

gulong gstnvinferserver::GstNvInferServerSourceInfo::last_seen_frame_num = 0

Frame number of the frame which .

Definition at line 108 of file gstnvinferserver_impl.h.

◆ object_history_map

GstNvInferServerObjectHistoryMap gstnvinferserver::GstNvInferServerSourceInfo::object_history_map

Map of object tracking IDs and inference history of the object.

Definition at line 104 of file gstnvinferserver_impl.h.


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