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 read-only, Key-Value observable property pages of type [SBSDKDocumentPage] to SBSDKDocument.
Added possibility to inject an image to simulate a video stream and a captured image to any scanners camera session for UI testing. See Scanbot.testData, SBSDKTestData and SBSDKSimulatedCameraMockData.
Added isCameraFrozen property to SBSDKBaseScannerViewController.
π Improvements:
IMPORTANT: Changed the default backside cameras on all scanners to the triple or dual camera. On some devices with triple camera this results in a different view port (more zoomed in). Please make sure to adapt your zoom ranges and factors.
Made properties polygon, filter, parametricFilters, documentImageSizeLimit, documentImage, documentImageURL, documentPreviewImage, documentPreviewImageURL of class SBSDKDocumentPage Key-Value observable.
β οΈ Breaking Changes:
Important: The default backfacing camera in all scanners has been changed from the ultra-wide or wide camera to the triple or dual camera.
Renamed function captureOutput(_ output:, didOutput:, from:) to cameraSession(_ session:, didOutput:) in protocol SBSDKCameraSessionDelegate.