Scandit Data Capture SDK 6.11 Release Notes (February 17th 2022)
See also the System Requirements of the Scandit Data Capture SDK across all platforms.
New Features
SPM archives are now available through a single git repository. Use https://github.com/Scandit/datacapture-spm or git@github.com:Scandit/datacapture-spm.git.
It is now possible to run basic authenticity checks on AAMVA Driver Licenses by comparing the data OCRed from the front side of a document with the data decoded from the barcode at the back side. Check SDCAAMVAVizBarcodeComparisonVerifier for details.
Whenever the back side of an AAMVA document is scanned with SDCIdDocumentTypeDLVIZ selected, now both the VIZ and the barcode data are captured and returned as a combined result.
It is now possible to have a VIZ and an MRZ SDCIdDocumentType selected at the same time.
Added support for SDCArgentinaIdBarcodeResult when the ID has an alternative Argentinian DNI ID format.
Behavioral Changes
Automatic SDCIdLayout of SDCIdCaptureOverlay now better guides the user through the capture of the back side of an AAMVA document when SDCSupportedSidesFrontAndBack selected.
Increased default resolution in recommended camera settings in SDCIdCapture for significantly increased scan range for PDF417 & MRZ documents.
Performance Improvements
Improved 1d barcode reader performance with perspective distortion (pitch) and slight rotation angles.
Bug Fixes
Fixed Error 2 occurrence for unusual configurations with small barcode search areas.
Trying to initialize a SDCParser without a valid license now correctly sets the corresponding error on SDCContextStatus.
ID Capture: Fixed an issue with scanning Dominican Republic MRZ ID documents.
Fixed the wording of some VIN parser error messages.
Fixed an issue where the SDCZoomSwitchControl was not working if no SDCDataCaptureView.zoomGesture is set on the SDCDataCaptureView.
Selecting brush and tap animation are now properly applied in aimer selection.
Fixed freeze background color not always being drawn for SDCBarcodeSelectionBasicOverlay.
Fixed an issue that caused front & back ID Capture to stuck when capturing the back of an AAMVA document.