Scandit Data Capture SDK 6.10 Release Notes (October 29th 2021)
See also the System Requirements of the Scandit Data Capture SDK across all platforms.
New Features
Added styles for BarcodeCaptureOverlay, BarcodeTrackingBasicOverlay and BarcodeSelectionBasicOverlay. It is recommended to switch away from the legacy style for an improved UI.
Replaced the icon of the TorchSwitchControl.
Added ZoomSwitchControl to allow the user to switch between two zoom levels at the press of a button. This is an alternative to the DataCaptureView.zoomGesture and can be customized via CameraSettings.zoomGestureZoomFactor.
Added a new data capture mode, BarcodeSelection. For more information, check our Get Started With Barcode Selection guide.
Performance Improvements
Improved scan performance of thin 1D barcodes at perspective, and 1D barcodes with glare because of reflective packaging material.
Improved scan performance of Aztec codes.
Added ECI (Extended Channel Interpretation) support for MaxiCode codes.
Improved recognition performance on low resolution and single region Data Matrix codes.
Improved speed and usability of MRZ scanning, as documents do not need to be aligned as precisely as before.
Bug Fixes
Corrected reported encoding for MaxiCode codes to “ISO-8859-1” if not explicitly specified with ECI for extended ASCII codes. Previous to this release, “US-ASCII” was returned.
Fixed a bug in Aztec that made it hard to scan some codes with little data / low number of elements.
Fixed binary data processing in DotCode detector.
Fixed an issue that when IdDocumentType.DLVIZ or IdDocumentType.IdCardVIZ was selected with any barcode document option localized document was shown instead of captured barcode document.
GS1 parser: fixed an issue that the returned GTIN (Global Trade Item Number) field omitted first and last character.
GS1 parser: fixed an issue that the returned GSRN (Global Service Relation Number) field omitted last character.
GS1 parser: fixed an issue that the returned SSCC (Serial Shipping Container Code) field omitted first and last character.
ID Capture: Fixed an issue with scanning El Salvador MRZ ID documents.
Fixed an issue on Android where the standby mode did not turn off the frame streaming after a focus/zoom gesture or control is used with camera API 2.
Fixed the exposure of certain Blackview devices.
Fixed memory leak in DataCaptureView.
Deprecations
Deprecated BarcodeCaptureOverlay.defaultBrush(). The default brush is now dependent on the applied BarcodeCaptureOverlayStyle. Use BarcodeCaptureOverlay.brush from a new overlay instance instead.
Updates
Scandit Data Capture SDK 6.10.1 Bug Fixes (November 16th 2021)
Fixed an issue that caused DotCodes not to be recognized when DataMatrix was also enabled.
Fixed rare PDF417 false positives at error correction level zero.
GS1 parser: fixed an issue that the returned SSCC (Serial Shipping Container Code) and ParsedField.rawString contained data from consecutive fields.
Fixed the exposure of Crosscall Core-X4 device.