Im getting this error when trying to follow the exercise. It seems that its not reading correctly the path of the config file. Tried to use an absolute path, but still not working. Please help.
Playing file /opt/nvidia/deepstream/deepstream-6.0/samples/streams/sample_720p.h264
Traceback (most recent call last):
File “deepstream_test1_rtsp_out.py”, line 332, in
sys.exit(main(sys.argv))
File “deepstream_test1_rtsp_out.py”, line 224, in main
pgie.set_property(‘config-file-path’, “dstest1_pgie_config.txt”)
AttributeError: ‘NoneType’ object has no attribute ‘set_property’
These are the specs of my nano
**• Jetson Nano. Developer Kit Version
**• JetPack Version 4.6 {L4T 32.6.1} • TensorRT Version 8.0.1.6
**• Exercise 1.14 bug config path not working