Skip to content

Releases: artoolkitx/artoolkitx

1.1.19

03 May 04:43
767a187
Compare
Choose a tag to compare

artoolkitX Release Notes


Version 1.1.19

2024-05-03

  • 2D tracker updates:
    • Added new utility check_live_2d_tracking to display 2D tracker features during live tracking session.
    • Added support for SIFT feature type.
    • Allow control of minimum required features and RANSAC threshold in feature detector.
    • Other minor code and documentation improvements.
    • Fix for case where no 2D tracker supported (thanks to Frederic Alinhac).
  • Android: Update to artoolkitx-built opencv-4.7.0. Ensure consistency between manual build and gradle-initiated build by specifying ndk version.
  • Fix: added jepg read buffer overflow protection.

1.1.18

17 Jan 08:23
Compare
Choose a tag to compare

artoolkitX Release Notes


Version 1.1.18

2024-01-17

  • mac OS: use ld_classic for backwards compatibility.
  • In the 2D image tracker, incoming images will only be downsampled for the feature tracking stage if they meet a minimum image size. This will help tracking when the source image stream is low resolution.

1.1.17

06 Dec 09:56
Compare
Choose a tag to compare

artoolkitX Release Notes


Version 1.1.17

2023-12-06

1.1.16

11 Oct 06:47
Compare
Choose a tag to compare

artoolkitX Release Notes


Version 1.1.16

2023-10-11

  • iOS: Adds support for fetching camera parameters remotely by default when using videoExternal module.

1.1.15

04 Oct 07:33
ec82dda
Compare
Choose a tag to compare

artoolkitX Release Notes


Version 1.1.15

2023-10-04

  • Minor fixes to support Xcode 15 (for macOS and iOS platforms).

1.1.14

18 Sep 08:14
0efaa7a
Compare
Choose a tag to compare

artoolkitX Release Notes


Version 1.1.14

2023-09-18

  • Fix iOS libARX.a linkage to avoid conflicts when building into an app that uses libjpeg or minizip.
  • Fix handling of new marker with high-numbered globalID barcodes. Also, reject requests for globalID marker images; these can be generated online only.

1.1.13

11 Sep 14:19
fc795ee
Compare
Choose a tag to compare

artoolkitX Release Notes


Version 1.1.13

2023-09-12

  • Added ability to query Android video module (while open) for available video frame sizes.
  • Minor Fedora Linux packaging fix.
  • Added support to wrapper for fetching barcode marker IDs.

1.1.12

25 Aug 09:59
3dfb04c
Compare
Choose a tag to compare

artoolkitX Release Notes


Version 1.1.12

2023-08-25

Small updates for the Android platform:

  • Android: Improved handling for Android file storage paths on Android 11 and later (API level 30). As part of this, arUtil APIs that used to require an Android Context instance will now fetch the global Application Context if none is supplied externally.
  • Android: add video source info list API to the Java ARXJ library.
  • Android: video sources now have human-readable names.

1.1.11

28 Jun 12:00
54cd366
Compare
Choose a tag to compare

artoolkitX Release Notes


Version 1.1.11

2023-06-28

  • iOS: prelinked OpenCV and CURL so users of libARX.a don't have to.
  • Documentation update.

1.1.10

14 Jun 05:46
Compare
Choose a tag to compare

artoolkitX Release Notes


Version 1.1.10

2023-06-14

  • Added a new "External" video module with support for a new all-platform ar2VideoPush* API, including in wrapper and ARController.
  • Removed entirely support for Android non-native video. Defaults to native now. Users who need pushed video on Android should update to use the new module and API. JNI versions of new wrapper functions optimised for direct byte buffers, same as old arwVideoPushAndroid* functions.
  • Standardised ARVideo handling of camera focal length hints.
  • Added some functions to support adjusting camera intrinsics to provide alternate means of scaling viewing frustum to work with a viewport of arbitrary size.

Bug fixes:

  • Fix iOS builds picking up stray jpeg lib by ensuring libjpeg is included in the static single-object prelink.