NVIDIA DeepStream SDK API Reference

5.0 Release

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

Detailed Description

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...
 

Field Documentation

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.


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