Skip to content

Python Stable API (ZED SDK 2.7)

Compare
Choose a tag to compare
@adujardin adujardin released this 14 Dec 17:39
· 69 commits to master since this release
a16e114

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+