NVIDIA DeepStream SDK API Reference5.0 Release |
Definition at line 323 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... | |
bool | supportBatchProcessing |
Holds a Boolean which is true if batch processing is supported. More... | |
NvBufSurfaceColorFormat _NvMOTQuery::colorFormats[NVMOT_MAX_TRANSFORMS] |
Holds the color formats for input buffers; a required value.
Definition at line 331 of file nvdstracker.h.
NvMOTCompute _NvMOTQuery::computeConfig |
Holds flags for supported compute targets.
Definition at line 326 of file nvdstracker.h.
NvBufSurfaceMemType _NvMOTQuery::memType |
Holds the preferred memory type for input buffers.
Definition at line 333 of file nvdstracker.h.
uint8_t _NvMOTQuery::numTransforms |
Holds the number of NvMOTPerTransformBatchConfig entries in perTransformBatchConfig.
Definition at line 329 of file nvdstracker.h.
bool _NvMOTQuery::supportBatchProcessing |
Holds a Boolean which is true if batch processing is supported.
Definition at line 335 of file nvdstracker.h.