See the SDK [changelog](https://support.zivid.com/en/latest/api-reference/changelog.html) for more details on what's new.
Released to PyPI: https://pypi.org/project/zivid/2.14.1.2.14.1
2.14.0.2.14.0
What's Changed * Support for Zivid SDK version 2.14.0 and Zivid 2+ R-series cameras. * Added new Camera capture methods `capture_2d` / `capture_3d` / `capture_2d_3d`. The older `capture` method is now deprecated. * Added method `Frame.frame_2d` to get a 2D frame from a 2D+3D frame. * Implemented `Camera.measure_scene_conditions` to analyze ambient light flicker. * Implemented `Matrix4x4.identity()` function. * Added hand-eye calibration for low degrees-of-freedom (DOF) robots * Added 2D presets * Implemented experimental point cloud export API * Implemented `point_cloud.copy_image()` function
**See the SDK [changelog](https://support.zivid.com/en/latest/api-reference/changelog.html) for more details on what's new.**
**View changes since last release**: https://github.com/zivid/zivid-python/compare/v2.13.1.2.13.1...v2.14.0.2.14.0
Released to PyPI: https://pypi.org/project/zivid/2.14.0.2.14.0/
2.13.1.2.13.1
What's Changed * Bump to Zivid SDK 2.13.1 in https://github.com/zivid/zivid-python/pull/280
For a full list of changes and additions in Zivid SDK 2.13.1, find the changelog at https://www.zivid.com/download-software
Released to PyPI as version `2.13.1.2.13.1`.
2.13.0.2.13.0
What's Changed * Bump to Zivid SDK 2.13.0 in https://github.com/zivid/zivid-python/pull/278 * Add `serialized` and `from_serialized` functions to datamodels in https://github.com/zivid/zivid-python/pull/274 * Add new non-experimental calibration board detection functions in https://github.com/zivid/zivid-python/pull/275 * Add network configuration in https://github.com/zivid/zivid-python/pull/271 * Add marker detection and hand-eye API wrappers in https://github.com/zivid/zivid-python/pull/276