Deepstream visualization over VNC viewer

Please provide complete information as applicable to your setup.

• Hardware Platform (Jetson / GPU) Jetson
• DeepStream Version Deepstream 6.0
• JetPack Version (valid for Jetson only) 4.6.0
• TensorRT Version 8.0.1

I am trying to build a deepstream pipeline and wanted to visualize the output using nvoverlaysink/autovideo sink. When I connect display to Jetson, I could visualize the output on that display but cannot visualize the same on VNC viewer.
Jetson Desktop is visible and controllable over VNC but cannot visualize the output. Request help in debugging the issue

This is GStreamer question. Can you try if below command line works over VNC viewer?
gst-launch-1.0 videotestsrc ! autovideosink
gst-launch-1.0 videotestsrc ! glimagesink
gst-launch-1.0 videotestsrc ! ximagesink

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.