Not continuous running deepstream_test_3 .py after starting pipeline

Please provide complete information as applicable to your setup.

**• Hardware Platform (Jetson / GPU):GTX 1050
**• DeepStream Version: 5.1
**• NVIDIA GPU Driver Version (valid for GPU only): 460.80

root@c68de5d899ae:/opt/nvidia/deepstream/deepstream-5.1/sources/python/deepstream-test3# python3 deepstream_test_3.py file:/opt/nvidia/deepstream/deepstream-5.1/sources/python/deepstream-test3/6.mp4
Creating Pipeline

Creating streamux

Creating source_bin 0

Creating source bin
source-bin-00
Creating Pgie

Creating tiler

Creating nvvidconv

Creating nvosd

Creating EGLSink

Adding elements to Pipeline

Linking elements in the Pipeline

Now playing…
1 : file:/opt/nvidia/deepstream/deepstream-5.1/sources/python/deepstream-test3/6.mp4
Starting pipeline


not continuous running
I’m a novice.

How about changing nveglglessink to fakesink?
- sink = Gst.ElementFactory.make(“nveglglessink”, “nvvideo-renderer”)
+ sink = Gst.ElementFactory.make(“fakesink”, “nvvideo-renderer”)

Yes, I did
But that just show result console

How to show viewing about graphic output ?

If you want to see the output, if you use nveglglesink, you need to login to desktop, before run docker, run below first.
xhost +

1 Like

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