Deepstream 7.1 test1 application error

Please provide complete information as applicable to your setup.

• Hardware Platform (Jetson / GPU) 3050
• DeepStream Version 7.1
• JetPack Version (valid for Jetson only)
• TensorRT Version
• NVIDIA GPU Driver Version (valid for GPU only)
• Issue Type( questions, new requirements, 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)
• Requirement details( This is for new requirement. Including the module name-for which plugin or for which sample application, the function description)

Hi, I just installed deepstream, with python binding. I am running on deepstream-test1, and i got the following error:

Original exception was:
Traceback (most recent call last):
  File "/opt/nvidia/deepstream/deepstream-7.1/sources/deepstream_python_apps/apps/deepstream-test1/deepstream_test_1.py", line 50, in osd_sink_pad_buffer_probe
AttributeError: 'NoneType' object has no attribute 'frame_meta_list'

(python3:45002): GStreamer-CRITICAL **: 15:02:23.620: gst_meta_api_type_has_tag: assertion 'tag != 0' failed
Traceback (most recent call last):
  File "/opt/nvidia/deepstream/deepstream-7.1/sources/deepstream_python_apps/apps/deepstream-test1/deepstream_test_1.py", line 50, in osd_sink_pad_buffer_probe
AttributeError: 'NoneType' object has no attribute 'frame_meta_list'
Error in sys.excepthook:
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/apport_python_hook.py", line 118, in apport_excepthook
  File "/usr/lib/python3/dist-packages/apport/report.py", line 602, in add_proc_info
OSError: [Errno 24] Too many open files: '/proc/45002'

I tried running the h264 file with gstreamer and is working fine

gst-launch-1.0 filesrc location=video.h264 ! h264parse ! avdec_h264 ! autovideosink

Please advise

Please install DeepStreamSDK and pyds correctly.
It is recommended that you use docker, after installing nvidia-container-toolkit

docker run --gpus all -it --rm --network=host --privileged -v /tmp/.X11-unix:/tmp/.X11-unix -e DISPLAY=$DISPLAY -w /opt/nvidia/deepstream/deepstream-7.1 nvcr.io/nvidia/deepstream:7.1-gc-triton-deve

./user_deepstream_python_apps_install.sh --build-bindings -r v1.2.0

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.