Please provide complete information as applicable to your setup.
**• Hardware Platform Jetson nano
• DeepStream Version 6.0 using docker
**• JetPack Version ** 4.6
• TensorRT Version 8.0.1
**• Issue Type questions
**• How to reproduce the issue ?
I implement success on x86 Deepstream 6.3, nvidia 535, cuda 12.1. Now i want build source and using it on jetson nano, deepstream 6.0. I remove config can’t using in source code 6.3. And i build success but get error when like that
**• Requirement details
I implement method get_image_from_surface and using NvBufSurfTransform copy image to host. Error:
NvBufSurfTransform failed with error -2 while converting
At line 3669 nvbufsurftransfrom.cpp => failed to configure VIC Target Surface.
How can i fix it?