NVIDIA DeepStream SDK API Reference

5.0 Release

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Object Tracker API

Detailed Description

Defines the DeepStream object tracker API.

Macros

#define NVMOT_MAX_TRANSFORMS   4
 
#define NVMOTCOMP_GPU   0x01
 Compute target flags. More...
 
#define NVMOTCOMP_CPU   0x02
 Defines the "CPU" compute target flag. More...
 
#define NVMOTCOMP_PVA   0x04
 Defines the "PVA" compute target flag. More...
 
#define NVMOTCOMP_ANY   0xff
 Defines a compute target flag for "any target.". More...
 
#define NVMOTCOMP_DEFAULT   NVMOTCOMP_ANY
 Defines the compute target flag for the default target. More...
 

Typedefs

typedef uint64_t NvMOTStreamId
 

Macro Definition Documentation

#define NVMOT_MAX_TRANSFORMS   4

Definition at line 42 of file nvdstracker.h.

#define NVMOTCOMP_ANY   0xff

Defines a compute target flag for "any target.".

Definition at line 55 of file nvdstracker.h.

#define NVMOTCOMP_CPU   0x02

Defines the "CPU" compute target flag.

Definition at line 53 of file nvdstracker.h.

#define NVMOTCOMP_DEFAULT   NVMOTCOMP_ANY

Defines the compute target flag for the default target.

Definition at line 58 of file nvdstracker.h.

#define NVMOTCOMP_GPU   0x01

Compute target flags.

You can select multiple targets; the tracker will optimize across them. Combinations are allowed, e.g. NVTCOMP_GPU or NVTCOMP_PVADefines the "GPU" compute target flag.

Definition at line 52 of file nvdstracker.h.

#define NVMOTCOMP_PVA   0x04

Defines the "PVA" compute target flag.

Definition at line 54 of file nvdstracker.h.

Typedef Documentation

typedef uint64_t NvMOTStreamId

Definition at line 44 of file nvdstracker.h.