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 CameraSwitchControl to allow the user to switch between two cameras at the press of a button.
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 default images getters for TorchSwitchControl.
Added a callback IdCaptureListener.onIdLocalized() invoked whenever an ID document is detected in a frame, but not recognized.
Added a callback IdCaptureListener.onIdRejected() invoked whenever an ID document is captured, but either not enabled by IdCaptureSettings.supportedDocuments or encoded in an invalid/unsupported format.
Added rectangular highlights to IdCaptureOverlay drawn automatically when an ID document is localized, captured or rejected. The style of highlights can be controlled by IdCaptureOverlay.localizedBrush, IdCaptureOverlay.capturedBrush or IdCaptureOverlay.rejectedBrush respectively.
Added IdCaptureOverlay.capturedBrush and DEFAULT_CAPTURED_BRUSH.
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 where IdCaptureListener.onIdLocalized() was executed for every frame, even if no ID was present.
Fixed an issue where label drawing were not removed from LabelCaptureBasicOverlay if DataCaptureView was detached.
Fixed an issue that when IdDocumentType.DL_VIZ or IdDocumentType.ID_CARD_VIZ 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 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 crash when invoking DataCaptureView.addControl() providing the same control object instance more than once.
Fixed memory leak in DataCaptureView.
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.
Deprecated BarcodeCaptureOverlay.DEFAULT_BRUSH. The default brush is now dependent on the applied BarcodeCaptureOverlayStyle. Use BarcodeCaptureOverlay.defaultBrush() instead.
Deprecated BarcodeTrackingBasicOverlay.defaultBrush. The default brush is now dependent on the applied BarcodeTrackingBasicOverlayStyle. Use BarcodeTrackingBasicOverlay.defaultBrush() instead.
Deprecated BarcodeSelectionBasicOverlay.DEFAULT_TRACKED_BRUSH. The default brush is now dependent on the applied BarcodeSelectionBasicOverlayStyle. Use BarcodeSelectionBasicOverlay.defaultTrackedBrush() instead.
Deprecated BarcodeSelectionBasicOverlay.DEFAULT_AIMED_BRUSH. The default brush is now dependent on the applied BarcodeSelectionBasicOverlayStyle. Use BarcodeSelectionBasicOverlay.defaultAimedBrush() instead.
Deprecated BarcodeSelectionBasicOverlay.DEFAULT_SELECTED_BRUSH. The default brush is now dependent on the applied BarcodeSelectionBasicOverlayStyle. Use BarcodeSelectionBasicOverlay.defaultSelectedBrush() instead.
Deprecated BarcodeSelectionBasicOverlay.DEFAULT_SELECTING_BRUSH. The default brush is now dependent on the applied BarcodeSelectionBasicOverlayStyle. Use BarcodeSelectionBasicOverlay.defaultSelectingBrush() instead.
Deprecated TextCaptureOverlay.DEFAULT_BRUSH for consistency with the other overlays, use TextCaptureOverlay.defaultBrush() instead.
Deprecated LabelCaptureBasicOverlay.defaultLabelBrush for consistency with the other overlays, use LabelCaptureBasicOverlay.defaultLabelBrush() instead.
Deprecated LabelCaptureBasicOverlay.defaultCapturedFieldBrush for consistency with the other overlays, use LabelCaptureBasicOverlay.defaultCapturedFieldBrush() instead.
Deprecated LabelCaptureBasicOverlay.defaultPredictedFieldBrush for consistency with the other overlays, use LabelCaptureBasicOverlay.defaultPredictedFieldBrush() instead.
Deprecated IdCaptureOverlay.DEFAULT_LOCALIZED_BRUSH for consistency with the other overlays, use IdCaptureOverlay.defaultLocalizedBrush() instead.
Deprecated IdCaptureOverlay.DEFAULT_REJECTED_BRUSH for consistency with the other overlays, use IdCaptureOverlay.defaultRejectedBrush() instead.
Deprecated IdCaptureOverlay.DEFAULT_CAPTURED_BRUSH for consistency with the other overlays, use IdCaptureOverlay.defaultCapturedBrush() instead.