Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU) Jetson Nano
• DeepStream Version 5.1
• JetPack Version (valid for Jetson only) 4.5.1
• TensorRT Version 8.0.1-1+cuda10.2
• Issue Type( questions, new requirements, bugs) Question
I am following below guides and can’t handle this prolem.
https://docs.nvidia.com/metropolis/deepstream/dev-guide/text/DS_Quickstart.html
https://docs.nvidia.com/metropolis/deepstream/dev-guide/text/DS_Python_Sample_Apps.html
python3 deepstream_test_1_usb.py /dev/video0
Creating Pipeline
Creating Source
Creating Video Converter
Unable to create pgie
Unable to create nvosd
Creating EGLSink
Playing cam /dev/video0
Traceback (most recent call last):
File "deepstream_test_1_usb.py", line 289, in <module>
sys.exit(main(sys.argv))
File "deepstream_test_1_usb.py", line 220, in main
pgie.set_property('config-file-path', "dstest1_pgie_config.txt")
AttributeError: 'NoneType' object has no attribute 'set_property'