Skip to content

Releases: zivid/zivid-python

v2.14.1.2.14.1

28 Jan 15:45
4c79eff
Compare
Choose a tag to compare

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

10 Dec 15:58
b05866c
Compare
Choose a tag to compare

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/

v2.13.1.2.13.1

08 Jul 07:06
106f36a
Compare
Choose a tag to compare

What's Changed

  • Bump to Zivid SDK 2.13.1 in #280

Full Changelog: v2.13.0.2.13.0...v2.13.1.2.13.1

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.

v2.13.0.2.13.0

03 Jul 11:25
a2ae070
Compare
Choose a tag to compare

What's Changed

  • Bump to Zivid SDK 2.13.0 in #278
  • Add serialized and from_serialized functions to datamodels in #274
  • Add new non-experimental calibration board detection functions in #275
  • Add network configuration in #271
  • Add marker detection and hand-eye API wrappers in #276

Full Changelog: v2.12.0.2.12.0...v2.13.0.2.13.0

For a full list of changes and additions in Zivid SDK 2.13.0, find the changelog at
https://www.zivid.com/download-software

Released to PyPI as version 2.13.0.2.13.0.

v2.12.0.2.12.0

10 Apr 10:04
8119715
Compare
Choose a tag to compare

zivid-python version 2.12.0.2.12.0

Support for Zivid SDK 2.12.0

Changes in this release:

  • Several features are no longer considered experimental:
    • The projection module has been moved out of experimental.
    • Stripe and Omni engines are no longer experimental, and so
      Settings.Experimental.Engine is now Settings.Engine.
    • The Reflection Removal filter's mode setting is now accessible as
      Settings.Processing.Filters.Reflection.Removal.Mode.
    • The HoleFilling filter has been renamed to "Hole Repair". It is
      accessible as Settings.Processing.Filters.Hole.Repair.

For a full list of changes and additions, find the changelog at
https://www.zivid.com/download-software

v2.11.1.2.11.1

12 Feb 08:57
9e7f94a
Compare
Choose a tag to compare

What's Changed

  • Support for Zivid SDK 2.11.1

v2.11.0.2.11.0

15 Dec 13:16
8ed4df6
Compare
Choose a tag to compare

What's Changed

  • Support for Zivid SDK 2.11
  • Add support for Python 3.12
  • Load function to load images from files
  • sRGB image support
  • Pixel mapping in experimental calibration module

Full Changelog: v2.10.1.2.10.1...v2.11.0.2.11.0

v2.10.1.2.10.1

20 Oct 07:13
bbe817f
Compare
Choose a tag to compare

What's Changed

  • Support for Zivid SDK 2.10.1
  • Add python support for presets API
  • Add new in-field correction functions

Full Changelog: v2.10.0.2.10.0...v2.10.1.2.10.1

v2.10.0.2.10.0

16 Aug 16:41
747533c
Compare
Choose a tag to compare
Merge pull request #229 from zivid/MISC-2023-07-17-add-support-for-in…

v2.9.0.2.9.0

12 May 11:25
91b39e3
Compare
Choose a tag to compare
Merge pull request #219 from zivid/bump-to-2.9.0.2.9.0

Bump minor version of zivid-python API