7.4.1
Released: July 14, 2025
No updates for this framework in this release.
7.4.0
Released: June 19, 2025
New Features
Barcode
- Added an API to update the width and height of the AR View.
- Added the option to enable the
SmartLabelCapture
mode in theSparkScanView
. - The
LaserViewfinder
is now available.
ID
- Added support for Spanish residence permit "Green NIE".
- Added support for US Medical Marijuana IDs from West Virginia, Florida, Pennsylvania, Nevada, New York, and Oklahoma.
Smart Label Capture
- Added an API to set the symbology setting in the label definition.
Performance Improvements
- Updated ARM MbedTLS from 3.6.2 to 3.6.3.
ID
- Improved AAMVA Barcode Verification accuracy for Missouri documents.
Bug Fixes
Barcode
- Fixed a bug where parsing of
selectedBarcodes
andnewlyUnselectedBarcodes
would fail in theBarcodeSelectionSession
due to a wrong casting. - Fix dependencies of the sample applications published in GitHub.
ID
- Fixed an issue where the middle name read from an AAMVA-compliant barcode would be at times returned as
NONE
.
7.3.3
Released: July 25, 2025
Bug Fixes
ID
- Fixed an issue where preexisting OTA models on the device, if any, would be loaded instead of the latest model for the SDK version, leading to errors.
7.3.2
Released: June 25, 2025
No updates for this framework in this release.
7.3.1
Released: June 13, 2025
Bug Fixes
- Fixed a bug where parsing of
selectedBarcodes
andnewlyUnselectedBarcodes
would fail in theBarcodeSelectionSession
due to a wrong casting. - Fix dependencies of the sample applications published in GitHub.
7.3.0
Released: May 16, 2025
New Features
Barcode
- Added support for structured append QR codes in all MatrixScan modes. They are exposed over
ScObjectCountingSession
and rendered as a group. The API is identical to how structured append is used in a single barcode use case: the entire structured append data is accessible on all sub code results.
ID
- Unify the result value when parsing the sex field, including added support for special characters used, so that it is always one of the values
female
,male
orunspecified
. - The following APIs have been added:
AamvaBarcodeVerificationStatus
Bug Fixes
Barcode
- Fixed an issue in SparkScan where the mini preview was closed after a scan, even if the preview behavior was set to
Persistent
.
Deprecations
- The following APIs have been removed:
BarcodePickIconStyle
Behavioral Changes
- MatrixScan Check has been renamed to MatrixScan AR, including in the naming of all relevant APIs.