NVIDIA DeepStream SDK API Reference

6.4 Release
deepstream_tracker.h File Reference

Go to the source code of this file.

Data Structures

struct  NvDsTrackerConfig
 
struct  NvDsTrackerBin
 

Typedefs

typedef uint64_t NvDsTrackerStreamId
 

Functions

gboolean create_tracking_bin (NvDsTrackerConfig *config, NvDsTrackerBin *bin)
 Initialize NvDsTrackerBin. More...
 

Typedef Documentation

◆ NvDsTrackerStreamId

typedef uint64_t NvDsTrackerStreamId

Definition at line 60 of file deepstream_tracker.h.

Function Documentation

◆ create_tracking_bin()

gboolean create_tracking_bin ( NvDsTrackerConfig config,
NvDsTrackerBin bin 
)

Initialize NvDsTrackerBin.

It creates and adds tracker and other elements needed for processing to the bin. It also sets properties mentioned in the configuration file under group CONFIG_GROUP_TRACKER

Parameters
[in]configpointer of type NvDsTrackerConfig parsed from configuration file.
[in]binpointer of type NvDsTrackerBin to be filled.
Returns
true if bin created successfully.