NVIDIA DeepStream SDK API Reference

4.0.1 Release

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Groups
_NvMOTPerTransformBatchConfig Struct Reference

Detailed Description

Configuration for batches for each input transform (scaling/color conversion)

Definition at line 62 of file nvdstracker.h.

Data Fields

NvBufSurfaceMemType bufferType
 Type of buffer. More...
 
uint32_t maxWidth
 Maximum width of each frame. More...
 
uint32_t maxHeight
 Maximum height of each frame. More...
 
uint32_t maxPitch
 Maximum pitch of each buffer. More...
 
uint32_t maxSize
 Maximum size of the buffer in bytes. More...
 
uint32_t colorFormat
 Color format: RGB, NV12 etc. More...
 

Field Documentation

NvBufSurfaceMemType _NvMOTPerTransformBatchConfig::bufferType

Type of buffer.

Definition at line 64 of file nvdstracker.h.

uint32_t _NvMOTPerTransformBatchConfig::colorFormat

Color format: RGB, NV12 etc.

Definition at line 69 of file nvdstracker.h.

uint32_t _NvMOTPerTransformBatchConfig::maxHeight

Maximum height of each frame.

Definition at line 66 of file nvdstracker.h.

uint32_t _NvMOTPerTransformBatchConfig::maxPitch

Maximum pitch of each buffer.

Definition at line 67 of file nvdstracker.h.

uint32_t _NvMOTPerTransformBatchConfig::maxSize

Maximum size of the buffer in bytes.

Definition at line 68 of file nvdstracker.h.

uint32_t _NvMOTPerTransformBatchConfig::maxWidth

Maximum width of each frame.

Definition at line 65 of file nvdstracker.h.


The documentation for this struct was generated from the following file: