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