Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU) : NVIDIA GeForce RTX 3090 • DeepStream Version : 6.3 • JetPack Version (valid for Jetson only) • TensorRT Version : 12.2 • NVIDIA GPU Driver Version (valid for GPU only) : 535.104.05 • Issue Type( questions, new requirements, bugs) • 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)
I am facing below issue when run deepstream-test3.py example, so please I need your help
(gst-plugin-scanner:1355): GStreamer-WARNING **: 14:18:40.413: Failed to load plugin ‘/usr/lib/x86_64-linux-gnu/gstreamer-1.0/deepstream/libnvdsgst_eglglessink.so’: libnvidia-ml.so.1: cannot open shared object file: No such file or directory
(gst-plugin-scanner:1355): GStreamer-WARNING **: 14:18:40.414: 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
nvbufsurftransform:cuInit failed : 100
Unable to create NvStreamMux
Traceback (most recent call last):
File “deepstream_test_3.py”, line 487, in
sys.exit(main(stream_paths, pgie, config, disable_probe))
File “deepstream_test_3.py”, line 226, in main
pipeline.add(streammux)
File “/usr/lib/python3/dist-packages/gi/overrides/Gst.py”, line 64, in add
if not Gst.Bin.add(self, arg):
TypeError: Argument 1 does not allow None as a value
Unable to create Nvv4l2 Decoder
Unable to create NvStreamMux
Unable to create pgie
Unable to create nvvidconv
Unable to create nvvidconv2
Creating Code Parser
Creating Container
Creating Sink
Playing file ile:///opt/nvidia/deepstream/deepstream-6.3/samples/streams/sample_720p.h264
Traceback (most recent call last):
File “deepstream_test_1.py”, line 311, in
sys.exit(main(sys.argv))
File “deepstream_test_1.py”, line 231, in main
streammux.set_property(‘width’, 1920)
AttributeError: ‘NoneType’ object has no attribute ‘set_property’
Run the install.sh script to clear the cache in the /opt/nvidia/deepstream/deepstream directory
Then what is the output of deepstream --version-all ?
Ensure the native deepstream sdk work fine first. Python bindings depend on native deepstream sdk.
Additional options, use the docker.
docker pull nvcr.io/nvidia/deepstream:6.3-triton-multiarch
# start the docker
cd /opt/nvidia/deepstream/deepstream
./user_deepstream_python_apps_install.sh
deepstream-app version 6.3.0
DeepStreamSDK 6.3.0
CUDA Driver Version: 12.1
CUDA Runtime Version: 12.1
TensorRT Version: 8.5
cuDNN Version: 8.8
Dewarper: not found
root@71de4e18b8ec:/opt/nvidia/deepstream/deepstream-6.3/sources/deepstrea
in old container when run below command gives
gst-inspect-1.0 nvstreammux
Output
Factory Details:
Rank primary (256)
Long-name Stream multiplexer
Klass Generic
Description N-to-1 pipe stream multiplexing
Author NVIDIA Corporation. Post on Deepstream for Tesla forum for any queries @ DeepStream SDK - NVIDIA Developer Forums