Hi,
I am using Deepstream sdk 5.0 on jetson nano jetpack 4.4.
I am trying to use “auto-py-to-exe” to make an exe file of deepstream python file.
The error I get is :
Creating Pipeline
Creating Source
Creating Video Converter
Unable to create Nvvideoconvert
Unable to create NvStreamMux
Unable to create pgie
Unable to create nvvidconv
Unable to create nvosd
Creating EGLSink
Playing cam /dev/video1
Traceback (most recent call last):
File “etest.py”, line 289, in
sys.exit(main(sys.argv))
File “etest.py”, line 216, in main
streammux.set_property(‘width’, 1920)
AttributeError: ‘NoneType’ object has no attribute ‘set_property’
[25634] Failed to execute script
I would appreciate if you help me.
Many thanks