NVIDIA DeepStream SDK API Reference

4.0.2 Release

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

Detailed Description

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

Definition at line 50 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 52 of file nvdstracker.h.

uint32_t _NvMOTPerTransformBatchConfig::colorFormat

Color format: RGB, NV12 etc.

Definition at line 57 of file nvdstracker.h.

uint32_t _NvMOTPerTransformBatchConfig::maxHeight

Maximum height of each frame.

Definition at line 54 of file nvdstracker.h.

uint32_t _NvMOTPerTransformBatchConfig::maxPitch

Maximum pitch of each buffer.

Definition at line 55 of file nvdstracker.h.

uint32_t _NvMOTPerTransformBatchConfig::maxSize

Maximum size of the buffer in bytes.

Definition at line 56 of file nvdstracker.h.

uint32_t _NvMOTPerTransformBatchConfig::maxWidth

Maximum width of each frame.

Definition at line 53 of file nvdstracker.h.


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