Scandit Data Capture SDK 6.15 Release Notes (November 7th 2022)
See also the System Requirements of the Scandit Data Capture SDK across all platforms.
New Features
Barcode
Added the possibility to scan barcodes that are using the structured append mode to encode data across multiple codes. Check Barcode.structuredAppendData for more information.
Added the Ean13UpcaClassification helper class to easily distinguish UPC-A and EAN-13 barcodes. Normally they are both returned as an Symbology.EAN13UPCA because UPC-A codes are a subset of EAN-13 instead of an entirely separate symbology.
Performance Improvements
ID
Improved ID scanning performance for machine readable zones (MRZ) with print defects and noisy backgrounds.
Bug Fixes
Barcode
Fixed parsing of pad codewords for MicroQR codes.
Fixed switching camera position not possible in BarcodeSelection.
ID
Fixed an issue that caused some AAMVA PDF417 documents to be returned with ‘NONE’ as a middle name in CapturedId.firstName.
Fixed an issue that caused some AAMVA PDF417 documents to be returned with empty CapturedId.firstName and CapturedId.lastName fields.
Core
Fixed an issue where orientation changes with unexpected arguments from the OS could lead to the camera preview ending up in the wrong orientation.