NVIDIA DeepStream SDK API Reference

6.4 Release
_GstNvTracker Struct Reference

Detailed Description

Basic GStreamer class for tracker.

Definition at line 54 of file gstnvtracker.h.

Collaboration diagram for _GstNvTracker:

Data Fields

GstBaseTransform parent_instance
 
GstPad * sinkpad
 
GstPad * srcpad
 
gboolean running
 < private > More...
 
TrackerConfig trackerConfig
 
INvTrackerProctrackerIface
 
GCond eventCondition
 
GMutex eventLock
 
GThread * output_loop
 

Field Documentation

◆ eventCondition

GCond _GstNvTracker::eventCondition

Definition at line 65 of file gstnvtracker.h.

◆ eventLock

GMutex _GstNvTracker::eventLock

Definition at line 66 of file gstnvtracker.h.

◆ output_loop

GThread* _GstNvTracker::output_loop

Definition at line 68 of file gstnvtracker.h.

◆ parent_instance

GstBaseTransform _GstNvTracker::parent_instance

Definition at line 56 of file gstnvtracker.h.

◆ running

gboolean _GstNvTracker::running

< private >

Definition at line 61 of file gstnvtracker.h.

◆ sinkpad

GstPad* _GstNvTracker::sinkpad

Definition at line 58 of file gstnvtracker.h.

◆ srcpad

GstPad * _GstNvTracker::srcpad

Definition at line 58 of file gstnvtracker.h.

◆ trackerConfig

TrackerConfig _GstNvTracker::trackerConfig

Definition at line 62 of file gstnvtracker.h.

◆ trackerIface

INvTrackerProc* _GstNvTracker::trackerIface

Definition at line 63 of file gstnvtracker.h.


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