Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU) - RTX A5000
• DeepStream Version - DeepStream v6.1.1
• JetPack Version (valid for Jetson only) - NA
• TensorRT Version
• NVIDIA GPU Driver Version (valid for GPU only) 515.65.01
• Issue Type( questions, new requirements, bugs) - Questions
• 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)
CUDA Version - 11.7
Hi am using dockerised deepstream:6.1.1-devel for development, and tried runing sample apps available under “/opt/nvidia/deepstream/deepstream-6.1/sources/apps/sample_apps/deepstream-test1”.
I have followed README provided to build sample. Upon running with
./deepstream-test1-app dstest1_config.yml
got the following error.
(gst-plugin-scanner:14266): GStreamer-WARNING **: 03:22:49.436: Failed to load plugin ‘/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstchromaprint.so’: libavcodec.so.58: cannot open shared object file: No such file or directory
(gst-plugin-scanner:14266): GStreamer-WARNING **: 03:22:49.471: Failed to load plugin ‘/usr/lib/x86_64-linux-gnu/gstreamer-1.0/deepstream/libnvdsgst_deepstream_bins.so’: libcuda.so.1: cannot open shared object file: No such file or directory
(gst-plugin-scanner:14266): GStreamer-WARNING **: 03:22:49.471: Failed to load plugin ‘/usr/lib/x86_64-linux-gnu/gstreamer-1.0/deepstream/libnvdsgst_udp.so’: librivermax.so.0: cannot open shared object file: No such file or directory
(gst-plugin-scanner:14266): GStreamer-WARNING **: 03:22:49.472: Failed to load plugin ‘/usr/lib/x86_64-linux-gnu/gstreamer-1.0/deepstream/libgstnvvideoconvert.so’: libcuda.so.1: cannot open shared object file: No such file or directory
(gst-plugin-scanner:14266): GStreamer-WARNING **: 03:22:49.472: Failed to load plugin ‘/usr/lib/x86_64-linux-gnu/gstreamer-1.0/deepstream/libnvdsgst_eglglessink.so’: libcuda.so.1: cannot open shared object file: No such file or directory
(gst-plugin-scanner:14266): GStreamer-WARNING **: 03:22:49.484: Failed to load plugin ‘/usr/lib/x86_64-linux-gnu/gstreamer-1.0/deepstream/libnvdsgst_dewarper.so’: libcuda.so.1: cannot open shared object file: No such file or directory
(gst-plugin-scanner:14266): GStreamer-WARNING **: 03:22:49.485: Failed to load plugin ‘/usr/lib/x86_64-linux-gnu/gstreamer-1.0/deepstream/libnvdsgst_preprocess.so’: libcuda.so.1: cannot open shared object file: No such file or directory
(gst-plugin-scanner:14266): GStreamer-WARNING **: 03:22:49.486: Failed to load plugin ‘/usr/lib/x86_64-linux-gnu/gstreamer-1.0/deepstream/libnvdsgst_multistream.so’: libcuda.so.1: cannot open shared object file: No such file or directory
(gst-plugin-scanner:14266): GStreamer-WARNING **: 03:22:49.487: Failed to load plugin ‘/usr/lib/x86_64-linux-gnu/gstreamer-1.0/deepstream/libnvdsgst_multistreamtiler.so’: libcuda.so.1: cannot open shared object file: No such file or directory
(gst-plugin-scanner:14266): GStreamer-WARNING **: 03:22:49.512: Failed to load plugin ‘/usr/lib/x86_64-linux-gnu/gstreamer-1.0/deepstream/libnvdsgst_tracker.so’: libcuda.so.1: cannot open shared object file: No such file or directory
(gst-plugin-scanner:14266): GStreamer-WARNING **: 03:22:49.543: Failed to load plugin ‘/usr/lib/x86_64-linux-gnu/gstreamer-1.0/deepstream/libnvdsgst_infer.so’: libcuda.so.1: cannot open shared object file: No such file or directory
(gst-plugin-scanner:14266): GStreamer-WARNING **: 03:22:49.544: Failed to load plugin ‘/usr/lib/x86_64-linux-gnu/gstreamer-1.0/deepstream/libnvdsgst_inferserver.so’: libtritonserver.so: cannot open shared object file: No such file or directory
(gst-plugin-scanner:14266): GStreamer-WARNING **: 03:22:49.544: Failed to load plugin ‘/usr/lib/x86_64-linux-gnu/gstreamer-1.0/deepstream/libcustom2d_preprocess.so’: libcuda.so.1: cannot open shared object file: No such file or directory
(gst-plugin-scanner:14266): GStreamer-WARNING **: 03:22:49.546: Failed to load plugin ‘/usr/lib/x86_64-linux-gnu/gstreamer-1.0/deepstream/libnvdsgst_nvblender.so’: libcuda.so.1: cannot open shared object file: No such file or directory
(gst-plugin-scanner:14266): GStreamer-WARNING **: 03:22:49.547: Failed to load plugin ‘/usr/lib/x86_64-linux-gnu/gstreamer-1.0/deepstream/libnvdsgst_dsexample.so’: libcuda.so.1: cannot open shared object file: No such file or directory
One element could not be created. Exiting.