| 
         | 
      
        NVIDIA DeepStream SDK API Reference6.1.1 Release | 
  
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 | 
| #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 uint64_t NvMOTStreamId | 
Definition at line 44 of file nvdstracker.h.