I am using my ZED camera to feed a NVIDIA deepstream gstreamer pipeline to do object recognition.
I would like to extract the depth measurement from the (“zedsrc”, “stream-type=0”) so I can add it to the object recognition results produced by the Nvidia gstreamer pipeline.
In the python Opencv example the following script extracts the depth data.
Hi @joev
the pointcloud information is not available in the GStreamer pipeline.
Sincerely I never found an example of it.
To extract the X, Y, and Z information you can use the depth map and the math formulas for the points that you need: