|
|
NVIDIA DeepStream SDK API Reference4.0 Release |
Definition at line 242 of file nvdstracker.h.
Data Fields | |
| NvMOTCompute | computeConfig |
| Supported compute targets. More... | |
| uint8_t | numTransforms |
| Number of NvMOTPerTransformBatchConfig entries in perTransformBatchConfig. More... | |
| NvBufSurfaceColorFormat | colorFormats [NVMOT_MAX_TRANSFORMS] |
| Required color formats for input buffers. More... | |
| NvBufSurfaceMemType | memType |
| Preferred memory type of input buffers. More... | |
| bool | supportBatchProcessing |
| Whether batch processing is supported. More... | |
| NvBufSurfaceColorFormat _NvMOTQuery::colorFormats[NVMOT_MAX_TRANSFORMS] |
Required color formats for input buffers.
Definition at line 246 of file nvdstracker.h.
| NvMOTCompute _NvMOTQuery::computeConfig |
| NvBufSurfaceMemType _NvMOTQuery::memType |
Preferred memory type of input buffers.
Definition at line 247 of file nvdstracker.h.
| uint8_t _NvMOTQuery::numTransforms |
Number of NvMOTPerTransformBatchConfig entries in perTransformBatchConfig.
Definition at line 245 of file nvdstracker.h.
| bool _NvMOTQuery::supportBatchProcessing |
Whether batch processing is supported.
Definition at line 248 of file nvdstracker.h.