Skip to content

Releases: stereolabs/zed-python-api

v2.8.x

19 Apr 16:34
50cdaba
Compare
Choose a tag to compare

For the ZED SDK 2.8.x

Python Stable API (ZED SDK 2.7)

14 Dec 17:39
a16e114
Compare
Choose a tag to compare

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)

30 Nov 10:47
Compare
Choose a tag to compare
v2.7.x (beta API) Pre-release
Pre-release

For the ZED SDK 2.7.x

v2.3.x (beta API)

14 Sep 13:42
5bfc7bc
Compare
Choose a tag to compare
v2.3.x (beta API) Pre-release
Pre-release

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)

06 Nov 08:52
Compare
Choose a tag to compare
v2.1.x (beta API) Pre-release
Pre-release

For the ZED SDK 2.1.x