Skip to content

Releases: ifm/o2x5xx-python

v0.4.3-pre

25 Jun 12:51
Compare
Choose a tag to compare
v0.4.3-pre Pre-release
Pre-release

What's Changed

  • Hotfix: Missing default ROI for autofocus and autoexposure if no parameter given
  • Extend image client for raw images
  • Hotfix: Fixed source imports for image client
  • Update examples/create_rawimage_application.py

Full Changelog: v0.4.2-pre...v0.4.3-pre

v0.4.2-pre

06 May 07:26
747c470
Compare
Choose a tag to compare
v0.4.2-pre Pre-release
Pre-release

What's Changed

  • Hotfix: Missing default ROI for autofocus and autoexposure if no para… by @Galoshi in #42
  • Incrementing package version to 0.4.2-pre by @Galoshi in #44

Full Changelog: v0.4.1-pre...v0.4.2-pre

v0.4.1-pre

03 May 10:06
97236c5
Compare
Choose a tag to compare
v0.4.1-pre Pre-release
Pre-release

See the new example script examples/create_rawimage_application.py which demonstrates how to create a camera application, configure it for uncompressed image output and grab uncompressed images.

The script examples/image_viewer.py also supports the display of uncompressed images.

I-command for uncompressed image output also working now:
device.pcic.request_last_image_taken_deserialized(image_id=2, datatype="ndarray")

v0.3.2-beta

03 May 10:17
b203e1b
Compare
Choose a tag to compare

What's Changed

  • Hotfix: Missing default ROI for autofocus and autoexposure if no para… by @Galoshi in #43

Full Changelog: v0.3.1-beta...v0.3.2-beta

v0.4-pre

26 Apr 13:49
Compare
Choose a tag to compare
v0.4-pre Pre-release
Pre-release

See the new example script examples/create_rawimage_application.py which demonstrates how to create a camera application and configure it for uncompressed image output. The script examples/image_viewer.py also supports the display of uncompressed images.

Full Changelog: v0.3.1-beta...v0.4-pre

v0.3.1-beta

24 Apr 12:54
116ad30
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.0-beta...v0.3.1-beta

v0.3.0-beta

04 Apr 12:27
bc84fd3
Compare
Choose a tag to compare

What's Changed

  • Added installation of required packages by @Kottanidisan in #9
  • Multi firmware updater script for O2I5xx and O2D5xx with HowTo in REA… by @Galoshi in #11
  • Discovery feature for multiple sensors in network for linux and windows platform by @Galoshi in #12
  • Implemented context managers for PCIC and RPC clients and added tests… by @Galoshi in #13
  • 20 logic graph overwrite feature eg fpr gpio handling example by @Galoshi in #21
  • Hotfix: Fixed wrong imports in RPC client by @Galoshi in #22
  • Fix #27 issue. Reduces no. of calls for sending PCIC commands by @bnozka in #29
  • Fix #26 issue. Fix receiving in chunks instead of one big buffer. by @bnozka in #30
  • Fix #23 issue. Add socket timeout for each recv call. by @bnozka in #28
  • Fix for backwards compatibility, new feature ROIs and RODs for AutoFocus and new timeout mechanic for all clients by @Galoshi in #34

New Contributors

Full Changelog: v0.2.0-beta...v0.3.0-beta

v0.2.0-beta

04 Apr 12:19
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.0-beta...v0.2.0-beta

v0.1.0-beta

23 Feb 14:40
Compare
Choose a tag to compare
Initial commit