6.28.0-beta-1
Released: September 10, 2024
New Features
Barcode
- Our Barode Generator now allows the generation of Aztec codes. See
SDCAztecBarcodeGeneratorBuilder
. - On Barcode Capture and SparkScan, we optimized the frame processing time in 4k-UHD resolution with dynamic resolution selection, resulting in up to 35% reduction on high-end devices and consistent performance improvements across all supported devices. platforms.
- MatrixScan Count users can now further classify the "not in list" barcodes when scanning against a list. Tapping on them will show a popup where the barcodes can be accepted or rejected. Check
barcode.count.ui.BarcodeCountView.BarcodeNotInListActionSettings
to enable and customize the functionality. The classified barcodes will be added tobarcode.count.BarcodeCountCaptureListSession.AcceptedBarcodes
orbarcode.count.BarcodeCountCaptureListSession.RejectedBarcodes
. - MatrixScan Find now uses a 4:3 aspect ratio, providing a significantly larger field of view for enhanced scanning accuracy and coverage.
- Added
BarcodeFindView.ShouldShowZoomControl
which enables the display of a button that allows switching to ultra wide lenses on supported devices for scanning at close range in narrow environments.
ID
- ID Capture supports scanning the Visual Inspection Zone (VIZ) of New York City IDs.
- Added
scandit.datacapture.id.CapturedId.UsRealIdStatus
to indicate whether a document is REAL ID compliant.
Label
- Added support for text fields that are identified only based on their data pattern. These do not need textual identifiers to be identified, and therefore no data type patterns (i.e., patterns for the textual identifiers) need to be specified for them.
Bug Fixes
Barcode
- Fixed result data encoding classification for raw byte data in 2d barcodes, in particular for Shift-JIS encoding.
- Resolved cases in which Smart Scan Intention was possibly reporting the wrong barcode when when the camera was quickly changing direction with a single barcode in the scene.
- Fixed an issue where it was not possible to scan non-fluorescent French-Post barcodes without the extension
fluorescent_orange_ink
.
6.27.1
Released September 6, 2024
No updates for this framework in this version.
6.27.0
Released: September 5, 2024
API Changes
Barcode
- The
BarcodeTrackingAdvancedOverlay.ViewForTrackedBarcode()
andBarcodeTrackingAdvancedOverlayListener.ViewForTrackedBarcode()
methods no longer support rendering any kind of images. For further details about this backwards incompatible change, contact Scandit Support.