This is someone else’s display, it is full screen, using the deepstream configuration project. How is this set up? Which plugin is used to set it up?
Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU)
• DeepStream Version
• JetPack Version (valid for Jetson only)
• TensorRT Version
• NVIDIA GPU Driver Version (valid for GPU only)
- jetson AGX XAVIER
- CUDA 11.4
- deepstream6.1
Other environments are sdkmanage installation and deepstream 6.1 matching the corresponding environment
Please refer to Full screen video on Jetson Xavier with gstreamer - Jetson & Embedded Systems / Jetson AGX Xavier - NVIDIA Developer Forums
sink = Gst.ElementFactory.make("nveglglessink", "nvvideo-renderer")
Replace the nveglglessink inside this code with nvdrmvideosink will do?
To replace the sink element and related properties settings will work. And please follow the instructions in Accelerated GStreamer — Jetson Linux Developer Guide documentation (nvidia.com) to run the app.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.