Releases: ifm/o2x5xx-python
v0.4.3-pre
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
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
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
What's Changed
Full Changelog: v0.3.1-beta...v0.3.2-beta
v0.4-pre
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
v0.3.0-beta
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
- @Kottanidisan made their first contribution in #9
- @bnozka made their first contribution in #29
Full Changelog: v0.2.0-beta...v0.3.0-beta
v0.2.0-beta
What's Changed
Full Changelog: v0.1.0-beta...v0.2.0-beta
v0.1.0-beta
Initial commit