Object Tracker API¶
-
group
ee_NvMOTracker
Defines the DeepStream object tracker API.
Defines
-
NVMOT_MAX_TRANSFORMS
¶
-
NVMOTCOMP_GPU
¶ 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.
-
NVMOTCOMP_CPU
¶ Defines the “CPU” compute target flag.
-
NVMOTCOMP_PVA
¶ Defines the “PVA” compute target flag.
-
NVMOTCOMP_ANY
¶ Defines a compute target flag for “any target.”.
-
NVMOTCOMP_DEFAULT
¶ Defines the compute target flag for the default target.
Typedefs
-
typedef uint64_t
NvMOTStreamId
¶
-