• Hardware Platform : Jetson NX
• DeepStream Version: 5.0.1
• JetPack Version - unknown
cat /etc/nv_tegra_release
R32 (release), REVISION: 5.1, GCID: 26202423, BOARD: t186ref, EABI: aarch64, DATE: Fri Feb 19 16:50:29 UTC 2021
• TensorRT Version 7.1.3-1
• Issue Type: question, possibly a bug or software incompatibility
Hello, I have a jetson NX with pre-installed JetPack, it’s a remote system and I’m not currently able to update it via jetpack installer.
The system is missing Deepstream, so I downloaded the 5.0.1 package (both tar and deb)
and tried to make it work.
Install works perfectly, and my app that uses deepstream compiles without issues.
However, when I’m trying to run anything (app or the DS samples) - the pipeline creation fails because of missing deepstream plugins.
I verified with gst-inspect, and all deepstream libs seem to be blacklisted:
nvidia@nvidia-desktop:~$ gst-inspect-1.0 -b
Blacklisted files:
libnvdsgst_multistream.so
libnvdsgst_tracker.so
libnvdsgst_infer.so
libnvdsgst_dsexample.so
libnvdsgst_multistreamtiler.so
libgstnvvideoconvert.so
libnvdsgst_dewarper.so
libnvdsgst_osd.so
libnvdsgst_inferserver.so
Total count: 9 blacklisted files
…
Running gst-inspect with debug level 5 gives this for deepstram plugins:
GST_PLUGIN_LOADING gstpluginloader.c:277:plugin_loader_replay_pending: Plugin file /usr/lib/aarch64-linux-gnu/gstreamer-1.0/deepstream/libgstnvvideoconvert.so failed to load. Blacklisting
gstreamer version is 1.14.5-0
Next week I’ll be able to re-install everything from Jetpack, but I’m just wondering if there is anything I can do to fix this?