Skip to content

Releases: zivid/zivid-python

v2.18.0

Choose a tag to compare

@johningve johningve released this 09 Jul 11:30
3815e0b

See the SDK changelog for a full list of changes in this SDK.

Published to PyPI: https://pypi.org/project/zivid/2.18.0/

v2.17.2

Choose a tag to compare

@RMPR RMPR released this 14 Jan 10:48
d16105a

See the SDK changelog for a full list of changes in this SDK.

Published to PyPI: https://pypi.org/project/zivid/2.17.2/

v2.17.1

Choose a tag to compare

@johningve johningve released this 26 Nov 11:42
cb49c65

See the SDK changelog for a full list of changes in this SDK.

This release adds support for Python 3.14.

Published to PyPI: https://pypi.org/project/zivid/2.17.1/

v2.17.0

Choose a tag to compare

@johningve johningve released this 04 Nov 13:03
bdca0f0

See the SDK changelog for a full list of changes in this SDK.

Python-specific changes can be found under the Python heading in the changelog.

Published to PyPI: https://pypi.org/project/zivid/2.17.0/

v2.16.0

Choose a tag to compare

@johningve johningve released this 03 Jul 13:21
02c9e6e

Versioning Change

zivid-python will now be released with the same semantic version as the SDK that it supports.

Changelog

See the SDK changelog for a full list of changes in this SDK.

Python-specific changes can be found under the Python heading in the changelog.

Published to PyPI: https://pypi.org/project/zivid/2.16.0/

v2.15.1.2.15.0

Choose a tag to compare

@johningve johningve released this 07 May 08:59
732909c

This patch release fixes a bug where the firmare update function would deadlock if a callback was provided.

Released to PyPI: https://pypi.org/project/zivid/2.15.1.2.15.0/

v2.15.0.2.15.0

Choose a tag to compare

@johningve johningve released this 04 Apr 15:00
7b6a157

Changes

  • Support for Zivid SDK 2.15.0
  • Added feature_points, feature_points_2d, status and status_description methods to DetectionResult class.
  • Added transformation_matrix property to PointCloud class.
  • Added the possibility to include normals in export to PLY/PCD formats.
  • Added new formats for colors in the sRGB color space.
  • Added capture_2d method to ProjectedImage class.
  • Implemented support for shallow copy using copy.copy function to PointCloud, Image, Frame and Frame2D classes.
  • Implemented support for deep copy using either clone method or copy.deepcopy function to PointCloud, Frame and Frame2D classes.

See the SDK changelog for more details on what's new.

View all changes since last release: v2.14.2.2.14.2...v2.15.0.2.15.0

Released to PyPI: https://pypi.org/project/zivid/2.15.0.2.15.0

v2.14.2.2.14.2

Choose a tag to compare

@johningve johningve released this 21 Feb 15:13
cc09f60

See the SDK changelog for more details on what's new.

Released to PyPI: https://pypi.org/project/zivid/2.14.2.2.14.2

v2.14.1.2.14.1

Choose a tag to compare

@johningve johningve released this 28 Jan 15:45
4c79eff

See the SDK changelog for more details on what's new.

Released to PyPI: https://pypi.org/project/zivid/2.14.1.2.14.1

v2.14.0.2.14.0

Choose a tag to compare

@johningve johningve released this 10 Dec 15:58
b05866c

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 for more details on what's new.

View changes since last release: 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/