Hello!
I’m working on a fairly specific use case where I’m trying to stream the ZED camera from Gstreamer into shmsink and then read it into OpenCV for speed purposes. The issue I’m having is that I can’t seem to figure out how to read the depth map frame into any actually usable data within OpenCV. The SDK doesn’t seem to support it, and I’ve gotten everything working from the gstreamer sdk into OpenCV besides distance processing.
Is this possible, and if so are there any suggestions to how I may go about it?