Error after successfully installed DeepStreamSDK

Hi everybody. I installed DeepStreamSDK 6.0.1 on my Nano everything went well with no error at all. When I’m trying to execute sudo gst DEBUG=3 ./deepstream-test1-app /opt/nvidia/deepstream/deepstream-6.0/samples/streams/sample_720p.h264
I’m getting error. sudo: GST: command not found
Can somebody tell me what may cause this ?
Thanks

Hello @72erdelyi,

We believe the issue might be that you are executing gst DEBUG=3 as separate commands/arguments.
Please remember that GST_DEBUG is actually an environment variable.
Therefore, you should be able to use it as follows:

sudo GST_DEBUG=3 ./deepstream-test1-app /opt/nvidia/deepstream/deepstream-6.0/samples/streams/sample_720p.h264

Please let us know how that goes.

And do not hesitate to reach out if you are still facing issues or require further help.

regards,
Andrew

1 Like

Hi. Indeed that was the issue. Thanks for the help

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