DeepStream python apps

Please provide complete information as applicable to your setup.

**• Jetson
**• DeepStream5.0.1
**• 4.4

When I try to run the test-1.py in “/sources/deepstream_python_apps/apps/deepstream-test1”, I receive these errors:

File "deepstream_test_1.py", line 60, in osd_sink_pad_buffer_probe
    batch_meta = pyds.gst_buffer_get_nvds_batch_meta(hash(gst_buffer))
AttributeError: module 'pyds' has no attribute 'gst_buffer_get_nvds_batch_meta'
End-of-stream

In lib I’ve the pyds.so file compiled.
In common/ i’ve changed the path in: '/opt/nvidia/deepstream/deepstream-5.0/lib'.

What is the problem?

Thanks

Please make sure you have all the dependency installed.

1 Like