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
While using microblink UI sdk for scannning , some time we are getting crash :
Terminating app due to uncaught exception 'NSGenericException', reason: '* AVCaptureSession can't startRunning between calls to beginConfiguration / commitConfiguration
func didScanEntireDocument(recognitionResult: MBRecognitionResult, successFrame: UIImage?) {
self.blinkIdUI.pauseScanning()
let resultsOfScanned = recognitionResult.resultEntries
for item in resultsOfScanned {
switch item.key {
}
}
The text was updated successfully, but these errors were encountered:
could you please give us some more information about when the crash happens because we are having a hard time reproducing it.
It would also be great if you could send us crash logs, and if possible the sample project that produces the crash.
While using microblink UI sdk for scannning , some time we are getting crash :
func didScanEntireDocument(recognitionResult: MBRecognitionResult, successFrame: UIImage?) {
self.blinkIdUI.pauseScanning()
let resultsOfScanned = recognitionResult.resultEntries
for item in resultsOfScanned {
switch item.key {
}
}
The text was updated successfully, but these errors were encountered: