Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU): GPU
• DeepStream Version : 6.1
• NVIDIA GPU Driver Version (valid for GPU only): 520.61.05
• Issue Type( questions, new requirements, bugs): 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):
python3 deepstream_test_4.py -i /opt/nvidia/deepstream/deepstream-6.1/samples/streams/sample_720p.h264 -p /opt/nvidia/deepstream/deepstream-6.1/lib/libnvds_kafka_proto.so --conn-str="localhost;9092;ds-kafka" -s 0 --no-display
• Requirement details( This is for new requirement. Including the module name-for which plugin or for which sample application, the function description):
I’m trying to run deepstream app in the docker container with python_apps installed and that’s my error.
Note: I created a docker image from this one nvcr.io/nvidia/deepstream:6.1.1-triton
and installed python_bindings by following the instructions from here: https://github.com/NVIDIA-AI-IOT/deepstream_python_apps/tree/master/bindings
Creating Source
Creating H264Parser
Creating Decoder
0:00:00.009741259 122 0x172d2a0 WARN GST_ELEMENT_FACTORY gstelementfactory.c:458:gst_element_factory_make: no such element factory “nvstreammux”!
Unable to create NvStreamMux
0:00:00.009768171 122 0x172d2a0 WARN GST_ELEMENT_FACTORY gstelementfactory.c:458:gst_element_factory_make: no such element factory “nvinfer”!
Unable to create pgie
0:00:00.009778440 122 0x172d2a0 WARN GST_ELEMENT_FACTORY gstelementfactory.c:458:gst_element_factory_make: no such element factory “nvvideoconvert”!
Unable to create nvvidconv
Creating FakeSinkPlaying file /opt/nvidia/deepstream/deepstream-6.1/samples/streams/sample_720p.h264
Traceback (most recent call last):
File “deepstream_test_4.py”, line 553, in
sys.exit(main(sys.argv))
File “deepstream_test_4.py”, line 411, in main
streammux.set_property(‘width’, 1920)
AttributeError: ‘NoneType’ object has no attribute ‘set_property’