Hi,
I got a jetson orin nano, here is my enviroment:
CUDA: 11.4.315
cuDNN: 8.6.0.166
TensorRT: 8.5.2.2
VPI: 2.2.7
OpenCV: 4.5.4
L4T: 35.3.1
Jetpack: 5.1.1
Deepstream: 6.2
Python: 3.8.10
I try to run deepstream-test1.py with:
sudo python3 deepsteam-test.py 0_xxxx.h264
And I got this:
Creating Pipeline
Creating Source
Creating H264Parser
Creating Decoder
Unable to create NvStreamMux
Unable to create pgie
Creating nv3dsink
Playing file /home/mic-711on/nvVideo/0_20231109195000.h264
Traceback (most recent call last):
File "deepstream_test_1.py", line 258, in <module>
sys.exit(main(sys.argv))
File "deepstream_test_1.py", line 196, in main
streammux.set_property('width', 1920)
AttributeError: 'NoneType' object has no attribute 'set_property'
I already set USE_NEW_NVSTREAMMUX=“yes”, but it did not help.
Hi, junshengy.
I had used the pip install command, and I checked it by pip3 list, and import pyds in python3.8.10. Maybe the Deepstream SDK is not installed correctly? Cuda and other drivers seems fine, I have tried some DL code and decode video with NVDEC. They worked well. So I didn’t install Deepstream through SDK manager. Perhaps that is reason?
There is no update from you for a period, assuming this is not an issue anymore. Hence we are closing this topic. If need further support, please open a new one. Thanks
Try run the install.sh script in /opt/nvidia/deepstream/deepstream.
If it still doesn’t work, you can try use the sdkmanger to reflash