Getting frame data in python

Hi

I am using deepstream-test3.

I have successfully obtain the bounding box data in tiler_src_pad_buffer_probe() obj_meta.rect_params.top.

I found some answers pointing to gst-dsexample but that’s written in c.

I want to know the exact code in python for getting the real-time frame, process it using opencv and save it to jpg.

Thank you.

I want to know where I can find the documentations for these classes and objects too.

@pijebom737

I think python APIs exist.

Here is a python example.
The source code should be helpful for you: deepstream_imagedata-multistream.py. It is from repository GitHub - NVIDIA-AI-IOT/deepstream_python_apps: DeepStream SDK Python bindings and sample applications

Maybe a directory named deepstream_python_apps already exists in /opt/nvidia/deepstream/deepstream-5.0 on your platform.