NVIDIA DeepStream SDK API Reference6.0.1 Release |
Holds a configuration for batches for an input transform (a scaling/color conversion).
Definition at line 69 of file nvdstracker.h.
Data Fields | |
NvBufSurfaceMemType | bufferType |
Holds the type of buffer. More... | |
uint32_t | maxWidth |
Holds the maximum width of each frame. More... | |
uint32_t | maxHeight |
Holds the maximum height of each frame. More... | |
uint32_t | maxPitch |
Holds the maximum pitch of each buffer. More... | |
uint32_t | maxSize |
Holds the maximum size of the buffer in bytes. More... | |
uint32_t | colorFormat |
Holds the color format: RGB, NV12 etc. More... | |
NvBufSurfaceMemType _NvMOTPerTransformBatchConfig::bufferType |
Holds the type of buffer.
Definition at line 72 of file nvdstracker.h.
uint32_t _NvMOTPerTransformBatchConfig::colorFormat |
Holds the color format: RGB, NV12 etc.
Definition at line 82 of file nvdstracker.h.
uint32_t _NvMOTPerTransformBatchConfig::maxHeight |
Holds the maximum height of each frame.
Definition at line 76 of file nvdstracker.h.
uint32_t _NvMOTPerTransformBatchConfig::maxPitch |
Holds the maximum pitch of each buffer.
Definition at line 78 of file nvdstracker.h.
uint32_t _NvMOTPerTransformBatchConfig::maxSize |
Holds the maximum size of the buffer in bytes.
Definition at line 80 of file nvdstracker.h.
uint32_t _NvMOTPerTransformBatchConfig::maxWidth |
Holds the maximum width of each frame.
Definition at line 74 of file nvdstracker.h.