NVIDIA DeepStream SDK API Reference

7.1 Release
GstNvInferSourceInfo Struct Reference

Detailed Description

Holds source-specific information.

Definition at line 163 of file gstnvinfer.h.

Data Fields

GstNvInferObjectHistoryMap object_history_map
 Map of object tracking ID and the object infer history. More...
 
gulong last_cleanup_frame_num
 Frame number of the buffer when the history map was last cleaned up. More...
 
gulong last_seen_frame_num
 Frame number of the frame which . More...
 

Field Documentation

◆ last_cleanup_frame_num

gulong GstNvInferSourceInfo::last_cleanup_frame_num

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

Definition at line 168 of file gstnvinfer.h.

◆ last_seen_frame_num

gulong GstNvInferSourceInfo::last_seen_frame_num

Frame number of the frame which .

Definition at line 170 of file gstnvinfer.h.

◆ object_history_map

GstNvInferObjectHistoryMap GstNvInferSourceInfo::object_history_map

Map of object tracking ID and the object infer history.

Definition at line 166 of file gstnvinfer.h.


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