Hello,
For developping an application based on the ZED camera, did Its best to use the Zed Api functions, or use only OpenCV functions ?
Thx
Hello,
For developping an application based on the ZED camera, did Its best to use the Zed Api functions, or use only OpenCV functions ?
Thx
Hi @cjacquel,
By using OpenCV, you will only be able to retrieve the left and right images from a ZED camera.
The ZED SDK contains many more features and ready-to-use algorithms for production, you can find more information on these in our documentation: Stereolabs Docs: API Reference, Tutorials, and Integration
For this reason I would recommend using the ZED SDK, however it depends on your use case.