Skip to content

Releases: Idein/actfw-core

release-2.7.0

17 Sep 08:40
132886d
Compare
Choose a tag to compare

What's Changed

Full Changelog: release-2.6.0...release-2.7.0

release-2.6.0

05 Sep 07:54
42d8950
Compare
Choose a tag to compare

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

23 Aug 05:57
6214fff
Compare
Choose a tag to compare
  • Add support for the imx708_wide sensor to UnicamIspCapture. Note: Autofocus is not supported.
  • Add AppSettings class and SettingSchema class to actfw_core.application.

Full Changelog: release-2.4.0...release-2.5.0

Release 2.4.0

23 Jan 09:47
81222b9
Compare
Choose a tag to compare
  • upgrade pillow version for python>=3.11 environment

Release 2.3.0

12 Sep 07:05
b2e34bb
Compare
Choose a tag to compare
  • Add find_usb_camera_device and find_csi_camera_device functions to actfw_core.system.
  • Add vflip and hflip parameters to UnicamIspCapture.

Release 2.2.1

13 Jul 07:15
368a09c
Compare
Choose a tag to compare
  • Add retry logic to open v4l2 Video device.

Release 2.2.0

04 Nov 02:06
d6af166
Compare
Choose a tag to compare
  • 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

11 Apr 08:41
5e65609
Compare
Choose a tag to compare

For checking release flow.

release-1.4.0: fix deploy-package job in CI (#3)

24 Dec 04:30
7cd8f6e
Compare
Choose a tag to compare
* back version into alpha

* test: using Pipfile, not Pipfile.lock

* debug: see dist/ dir

* commit Pipfile.lock created in Linux env to make twine (depends on DBus via jeepney & secretstorage) work

* updates Pipfile.lock generated from Linux env

* re-create Pipfile.lock w/ Python 3.9 / Ubuntu 18.04

* removes build-tools from Pipfile, install via pip3 on-demaind instead