NVIDIA DeepStream SDK API Reference6.0 Release |
Definition at line 344 of file nvdstracker.h.
Data Fields | |
NvMOTCompute | computeConfig |
Holds flags for supported compute targets. More... | |
uint8_t | numTransforms |
Holds the number of NvMOTPerTransformBatchConfig entries in perTransformBatchConfig. More... | |
NvBufSurfaceColorFormat | colorFormats [NVMOT_MAX_TRANSFORMS] |
Holds the color formats for input buffers; a required value. More... | |
NvBufSurfaceMemType | memType |
Holds the preferred memory type for input buffers. More... | |
NvMOTBatchMode | batchMode |
Holds flags for whether batch or none batch mode is supported. More... | |
bool | supportPastFrame |
Holds a Boolean which is true if outputing past frame is supported. More... | |
NvMOTBatchMode _NvMOTQuery::batchMode |
Holds flags for whether batch or none batch mode is supported.
Definition at line 356 of file nvdstracker.h.
NvBufSurfaceColorFormat _NvMOTQuery::colorFormats[NVMOT_MAX_TRANSFORMS] |
Holds the color formats for input buffers; a required value.
Definition at line 352 of file nvdstracker.h.
NvMOTCompute _NvMOTQuery::computeConfig |
Holds flags for supported compute targets.
Definition at line 347 of file nvdstracker.h.
NvBufSurfaceMemType _NvMOTQuery::memType |
Holds the preferred memory type for input buffers.
Definition at line 354 of file nvdstracker.h.
uint8_t _NvMOTQuery::numTransforms |
Holds the number of NvMOTPerTransformBatchConfig entries in perTransformBatchConfig.
Definition at line 350 of file nvdstracker.h.
bool _NvMOTQuery::supportPastFrame |
Holds a Boolean which is true if outputing past frame is supported.
Definition at line 358 of file nvdstracker.h.