NVIDIA DeepStream SDK API Reference

4.0.2 Release

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Deprecated List
Global NvBufferCreate (int *dmabuf_fd, int width, int height, NvBufferLayout layout, NvBufferColorFormat colorFormat)
Instead use NvBufferCreateEx().
Parameters
[out]dmabuf_fdReturns dmabuf_fd of hardware buffer.
[in]widthHardware buffer width, in bytes.
[in]heightHardware buffer height, in bytes.
[in]layoutLayout of buffer.
[in]colorFormatThe colorFormat of buffer.