Skip to main content
Version: 4.1.7

Changelog

All notable changes to this project will be documented in this file.

4.1.7 (2026-06-03)

  • Added support for ITF (Interleaved 2 of 5) barcodes in accordance with the ISO/IEC 16390:2007 standard. To reduce the likelihood of false positives, the minimum length for an ITF code has been set to 4 digits, rather than the 2 permitted by the standard.

  • A new field, ValidCRC, has been added to the metadata returned for ITF and Code 39 barcodes. As checksum validation is optional for these symbologies, it is left to the user's discretion whether to make use of it.

4.1.6 (2026-04-17)

  • Upgraded Theia plate reader to 1.2.4
    • Fixed a bug on Pixel devices with the Theia plate reader

4.1.5 (2026-03-02)

  • Upgraded Theia plate reader to 1.2.3
    • Minor bug fix

4.1.4 (2026-02-16)

  • Upgraded Theia plate reader to 1.2.2
    • Support for British plates (GBR, Jersey, Manx, Gibraltar)
    • Build optimizations and bug fixes
  • Added a function to fix the focus at a specific distance

4.1.3 (2025-09-15)

  • Added compatibility with the new Android requirement for 16 KB page size.
  • Upgraded Theia Plate Reader to version 1.2.1
    • Fixed an edge case where multiple separators could be detected consecutively.
  • Upgraded Legacy Plate Reader to version 1.5.2
    • Fixed a crash on Android devices with 16 KB page size enabled.

4.1.2 (2025-08-06)

  • Upgrade to Theia Plate reader 1.1.0
    • Enhance Plate detection and data extraction
    • Better formatting for Italian plates

4.1.1 (2025-03-03)

  • Improve LIE Formatter

4.1.0 (2024-10-25)

  • Improve Theia extraction model
  • Improve device compatibility
    • CPU fallback for low end devices
    • Fix RowStride handling for captured images

4.0.0 (2024-09-01)

  • License Changes: builds are now generic and require you to add a license file. This change simplifies license renewal and feature management.
  • Build sizes may be slightly larger, especially when including Theia, but the resulting binary should increase by no more than 10-20 MB.
  • Instead of using code Type and Subtype, more information is now provided through the metadata parameters of SmartScanResult, which is a dictionary. For Theia, the country will be available under the "country" key in this metadata.

3.11.0 (2022-11-11)

Added:

  • Add function to manage the rate of decoded frames

3.10.0 (2022-11-08)

Added:

  • Enable use of cameraX api
  • Add possibility to save decoded image

3.9.0 (2022-09-02)

Added:

  • New force focus on ROI functionality for smartscan

3.8.0 (2022-03-01)

Added:

  • New high-resolution functionality for smartscan

3.7.0 (2022-02-17)

Added:

  • New build with Conan

3.6.7 (2022-01-19)

Added:

  • Updated EU plate to 1.3.0 (handles german plate finishing with E)

3.6.6 (2022-01-05)

Fix:

  • Improve find best camera for SmartScanner

3.6.5 (2022-01-04)

Fix:

  • Improve scan with device Blackview 600Pro

3.6.4 (2021-10-21)

Fix:

  • Improve scan with Android 12

3.6.3 (2021-03-23)

Fix:

  • Improvements Qr-Code decoder for Windows

3.6.2 (2020-12-4)

Fix:

  • Fix readings when multiple decoders are activated with QR-Codes

3.6.1 (2020-11-12)

Fix:

  • Fix scans with some swiss plates

3.6.0 (2020-11-12)

Added:

  • Add scan for mirrored and inverses QR-Codes

3.5.1 (2020-10-30)

Fix:

  • ECI support for QR-Codes

3.5.0 (2020-08-20)

Added:

  • Add astra formatting for DEU and AUT plates

3.4.0 (2020-07-15)

Added:

  • Fix visual debug preview with enforced orientation
  • One class implementation

3.3.0 (2020-05-27)

Added:

  • Add the possibility to change the decoder type on running instance
  • Add infomration camera FPS and time computation

3.2.0 (2020-01-14)

Added:

  • Add Video capture
  • Add Picture capture
  • Fix a framerate issue that could occurs in some cases on Samsung S8
  • Improvement of QR-codes scanning under certain conditions (tilted images)
  • Improvement of car plates recognition success rate and speed detection
  • Fix angle when decoding with Nexus 5X

3.1.2 (2019-10-04)

Fixed:

  • Fix multiple results value

3.1.1 (2019-10-04)

Fixed:

  • Fix bug in Samsung S10 5G

3.1.0 (2019-09-24)

Added:

  • Add functionality to set orientation decoding

3.0.3 (2019-09-12)

Fixed:

  • Improved search for the optimal resolution (aspect ratio)
  • Add stride information to the native decoder

3.0.2 (2019-09-06)

Fixed:

  • Fix ROI area (portrait rotation) when is setted manually.