7.5.0-beta.2
Released: August 6, 2025
New Features
Barcode
- Added a proper API to configure the file system caching of the Frames:
FrameDataSettings.IsFileSystemCacheEnabled()
. Defaults tofalse
. - SparkScan now supports Smart Scan Selection. Scanning a single barcode is often difficult in environments where multiple barcodes are placed closely together, like on a densely packed warehouse shelf or on a package with various labels. This can lead to scanning the wrong item, causing errors and slowing down operations. Users might have to manually switch to a special, more precise scanning mode (Target Mode), which is inefficient. Smart Scan Selection solves this problem by automatically detecting when a user is trying to scan in a "dense barcode" environment. The interface then intelligently adapts, providing an aimer to help the user precisely select the desired barcode without needing to manually change any settings. This creates a seamless and more intuitive scanning experience.
- Improved support for non-standard GS1 AI codes.
- The
Barcode
class now exposes a module count.
ID
- VIZ scanning now supports checking Real ID compliance for US documents.
- Scanning of ISO-18013 compliant mobile driver licenses is now supported in select justifications (Queensland Digital License).
Bug Fixes
ID
- Fixed bug in
AAMVABarcodeVerifier
that triggered error callbacks for each verification after updating from some older SDK version.
Behavioral Changes
- Sample applications now use
https
to access the DataCapture SPM repository instead ofssh
.
Deprecations
- Deprecated
BarcodeCaptureOverlayStyle
.
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.
Performance Improvements
- Updated ARM MbedTLS from 3.6.2 to 3.6.3.
ID
- Improved AAMVA Barcode Verification accuracy for Missouri documents.
Bug Fixes
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
No updates for this framework in this release.
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
.