Releases: stereolabs/zed-python-api
Releases · stereolabs/zed-python-api
v2.8.x
Python Stable API (ZED SDK 2.7)
This version is the first stable python API, and includes some major (breaking) changes :
- Every "Py" in class/enum names are now removed
- All the features are now in only one import "pyzed.sl"
- PyZEDCamera becomes Camera
- PyRANGE becomes MAPPING_RANGE
- PyRESOLUTION is now separated into RESOLUTION and MAPPING_RESOLUTION
- PyFILTER becomes MESH_FILTER
This version requires the ZED SDK 2.7+
v2.7.x (beta API)
For the ZED SDK 2.7.x
v2.3.x (beta API)
Changelog
- Add missing features form the ZED SDK 2.3 (mainly
Camera::getDeviceList()
) - Fix a memory leak when using the parameters structures
v2.1.x (beta API)
For the ZED SDK 2.1.x