when I ran this command to test deepstream
deepstream-app -c samples/configs/deepstream-app/source30_1080p_dec_infer-resnet_tiled_display_int8.txt
I am getting this error
(gst-plugin-scanner:16826): GStreamer-WARNING **: 20:52:37.382: Failed to load plugin '/usr/lib/aarch64-linux-gnu/gstreamer-1.0/deepstream/libnvdsgst_dewarper.so': libnvdsbufferpool.so.1.0.0: cannot open shared object file: No such file or directory
(gst-plugin-scanner:16826): GStreamer-WARNING **: 20:52:37.387: Failed to load plugin '/usr/lib/aarch64-linux-gnu/gstreamer-1.0/deepstream/libnvdsgst_infer.so': libnvbufsurface.so.1.0.0: cannot open shared object file: No such file or directory
(gst-plugin-scanner:16826): GStreamer-WARNING **: 20:52:37.389: Failed to load plugin '/usr/lib/aarch64-linux-gnu/gstreamer-1.0/deepstream/libnvdsgst_dsexample.so': libnvbufsurface.so.1.0.0: cannot open shared object file: No such file or directory
(gst-plugin-scanner:16826): GStreamer-WARNING **: 20:52:37.392: Failed to load plugin '/usr/lib/aarch64-linux-gnu/gstreamer-1.0/deepstream/libnvdsgst_multistream.so': libnvdsbufferpool.so.1.0.0: cannot open shared object file: No such file or directory
(gst-plugin-scanner:16826): GStreamer-WARNING **: 20:52:37.395: Failed to load plugin '/usr/lib/aarch64-linux-gnu/gstreamer-1.0/deepstream/libnvdsgst_multistreamtiler.so': libnvbufsurface.so.1.0.0: cannot open shared object file: No such file or directory
(gst-plugin-scanner:16826): GStreamer-WARNING **: 20:52:37.397: Failed to load plugin '/usr/lib/aarch64-linux-gnu/gstreamer-1.0/deepstream/libnvdsgst_tracker.so': libnvbufsurface.so.1.0.0: cannot open shared object file: No such file or directory
(gst-plugin-scanner:16826): GStreamer-WARNING **: 20:52:37.398: Failed to load plugin '/usr/lib/aarch64-linux-gnu/gstreamer-1.0/deepstream/libnvdsgst_segvisual.so': libnvdsbufferpool.so.1.0.0: cannot open shared object file: No such file or directory
(gst-plugin-scanner:16826): GStreamer-WARNING **: 20:52:37.399: Failed to load plugin '/usr/lib/aarch64-linux-gnu/gstreamer-1.0/deepstream/libnvdsgst_ofvisual.so': libnvdsbufferpool.so.1.0.0: cannot open shared object file: No such file or directory
** ERROR: <create_multi_source_bin:682>: Failed to create element 'src_bin_muxer'
** ERROR: <create_multi_source_bin:745>: create_multi_source_bin failed
** ERROR: <create_pipeline:1045>: create_pipeline failed
** ERROR: <main:632>: Failed to create pipeline
Quitting
App run failed
I even tried
rm ${HOME}/.cache/gstreamer-1.0/registry.aarch64.bin
but no luck still same error
I have cuda 10.0 in jetson nano
I have followed https://docs.nvidia.com/metropolis/deepstream/4.0/dev-guide/index.html#page/DeepStream_Development_Guide%2Fdeepstream_quick_start.html%23wwpID0E0BB0HA documentation