Releases: Idein/actfw-core
Releases · Idein/actfw-core
release-2.9.0
- add autofocus function for v3/v3wide camera #106
Full Changelog: release-2.8.0...release-2.9.0
release-2.8.0
What's Changed
- chore: fix_csi_camera_error_message by @tawashichan in #103
- V3 (not wide) Camera Support by @lp6m in #104
- Bump 2.8.0 by @cutsea110 in #107
New Contributors
- @tawashichan made their first contribution in #103
- @cutsea110 made their first contribution in #107
Full Changelog: release-2.7.0...release-2.8.0
release-2.7.0
What's Changed
- add exposure adjustment API to UnicamIspCapture by @eguchi1904 in #101
- Bump 2.7.0 by @eldesh in #102
Full Changelog: release-2.6.0...release-2.7.0
release-2.6.0
What's Changed
- Fix a bug: query non image_source devices for capabilities.
Full Changelog: release-2.5.0...release-2.6.0
release-2.5.0
- Add support for the
imx708_wide
sensor toUnicamIspCapture
. Note: Autofocus is not supported. - Add
AppSettings
class andSettingSchema
class toactfw_core.application
.
Full Changelog: release-2.4.0...release-2.5.0
Release 2.4.0
- upgrade pillow version for python>=3.11 environment
Release 2.3.0
- Add
find_usb_camera_device
andfind_csi_camera_device
functions toactfw_core.system
. - Add
vflip
andhflip
parameters toUnicamIspCapture
.
Release 2.2.1
- Add retry logic to open v4l2 Video device.
Release 2.2.0
- Fix a bug: actfw doesn't raise assertion error when it is stopped before
update_image
is called. - Add functions in
actfw_core.system
in order to get environment variables available in the container. V4LCameraCapture
supports USB camera in bullseye.
Release 2.2.0a1
For checking release flow.