7.1.2
Released: March 13, 2025
No updates for this framework in this release.
7.1.1
Released: March 7, 2025
Bug Fixes
- Fixed
sc_recognition_context_release
to abort potentially still in-progress background set up of the barcode scanner ifsc_barcode_scanner_wait_for_setup_completed
was not called explicitly.
7.1.0
Released: February 21, 2025
Performance Improvements
Barcode
- We’ve increased the scan rate of 10% on our datasets of QR codes with high perspective distortion (so scanned at high angles). This is particularly important for cases such as receiving boxes or scanning shelf labels.
Behavioral Changes
- After further improving the scanning speed on color-inverted QR and MicroQR codes, these variations can now be scanned without having to set any specific setting (as opposed to before), offering a better experience to developers.
Deprecations
Core
- The following methods of
DataCaptureContext
have been removed:addMode
: Replaced bysetMode
as only one mode can be active at a time.removeAllModes
: Replaced byremoveCurrentMode
as only one mode can be active at a time.
7.0.2
Released: January 20, 2025
No updates for this framework in this release.
7.0.1
Released: December 19, 2024
No updates for this framework in this release.
7.0.0
Released: November 29, 2024
New Features
Scandit's Smart Data Capture SDK v7.0 addresses the industry's toughest scanning challenges with innovative solutions at every layer. Our enhanced scanning engine is context-aware, understanding both the environment and user needs. This results in smoother integrations, a richer user experience, and improved scanning performance without compromising flexibility.
Version 7.0 also offers increased versatility by supporting multiple input formats including text and barcodes.
Barcode
- Added the
remove_delimiter_data
extension to the CODABAR symbology.
Core
- Added the following API for fetching all Open Source Software (OSS) license text and attributions for all OSS used by the Scandit SDK.
DataCaptureContext.openSourceSoftwareLicenseInfo()
Performance Improvements
- Improved tracking of 1D barcodes that are horizontally aligned.
Deprecations
In 7.0, we removed several APIs that were deprecated during the lifetime of 6.0. Before migrating to 7.0, we suggest upgrading to 6.28, fixing all deprecation warnings and then upgrading to 7.0.