I have written a small application which captures some images using Argus, do some processing using VisionWorks and should display the result using the nvxio window renderer. Without the renderer, the processing loop runs well. Unfortunately, when I enable the rendering, the program hangs after 2 or 3 frames in the rendering call. This only happens on the Jetson, the same code runs on a PC flawlessly.
I’m also trying to capture frames with Argus and to display them using VisionWorks Render.
Could you maybe share with me a part of your code, where you transfer the frame’s data to a vx_image ?