Jetson Nano: Deepstream Plugin Memory Management for OpenVX

Hi,
We don’t have experience of using vximage. Is it a CUDA buffer? If yes, you may refer to the sample code:

It demonstrates calling NvBufSurfaceMapEglImage() to get EglImage and cuGraphicsEGLRegisterImage(), cuGraphicsResourceGetMappedEglFrame to get CUDA pointer. If vximage is CUDA buffer, you can move data through the pointer.