You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added support for more camera device types in SBSDKCameraDevice. The new device types are SBSDKCameraDeviceTypeUltraWide, SBSDKCameraDeviceTypeDualWide, SBSDKCameraDeviceTypeDual and SBSDKCameraDeviceTypeTriple.
Added new barcode scanner parameter decodeStacks1D to SBSDKBarcodeAdditionalParameters. For stacked RSS barcodes, this should be set to the numbers of stacks with which the barcode was printed.
Added a new text format property configuration in barcodes overlay SBSDKBarcodeOverlayFormat for RTU-UI, see overlayTextFormat in SBSDKUIBarcodeSelectionOverlayConfiguration and for classical component, see overlayTextFormat in SBSDKBarcodeScannerViewController.
🚀 Improvements:
Improved recognition of inverted barcodes.
Improved performance and reduced false positive rate for stacked RSS barcodes.
Improved performance of DataMatrix and QR-codes.
🐞 Bug fixes:
Fixes a crash when navigating from and to scanner viewcontrollers.
Fixes a potential crash when the app using ScanbotSDK is suspended by the operating system.
⚠️ Breaking Changes:
Changed the default back-facing camera to the ultra-wide lens on iPhone 14 Pro (Max) devices, due to close-focusing issues with these devices.
🚙 Under the hood:
Added third-party libraries (backward-cpp v1.6 and magic-enum v0.8.1).