DeepStream 6.0 sample test app not showing video windown

Please provide complete information as applicable to your setup.

• Hardware Platform (Jetson / GPU)
RTX2080
• DeepStream Version
6.0
• JetPack Version (valid for Jetson only)
• TensorRT Version
8.0.1
• NVIDIA GPU Driver Version (valid for GPU only)
495.29.05
• Issue Type( questions, new requirements, bugs)
I compiled the sample app localted in

deepstream-6.0/sources/apps/sample_apps/deepstream-test1

but while executing the sample the window of the sample stream is not showing

• How to reproduce the issue ? (This is for bugs. Including which sample app is using, the configuration files content, the command line used and other details for reproducing)
• Requirement details( This is for new requirement. Including the module name-for which plugin or for which sample application, the function description)

Where did you run from? terminal or desktop? any error you met?

I was running on a Desktop machine with dGPU, RTX2080, installed.

Any error you met?

not really, everything works fine in the console, the precomiled samples could work as well.

but compiling the test apps can not show the windows after generate the engine files

Did you run precompiled app and compiled app using same model?

Yes I did try with same model and engine

Precompiled app and compiled app is same, not sure where goes wrong, you can add GST_DEBUG=3 before app to get more info.

Thanks for the reply, GST_DEBUG shows that we have chosen a wrong stream source. It worked fine after change the stream to 720p.h264

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