Hi,
I’m running into a bottleneck with zed.grab() in my pipeline (~50ms blocking) and I noticed in the SDK 5.0 release notes that there’s a new sl::Camera::read() function that can separate frame acquisition from processing for parallel tasks like object detection.
Is there any C++ example or sample code showing how to use this function? I couldn’t find much documentation on it.