Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash issue in UI sdk #37

Open
rajubhusani opened this issue Jul 18, 2019 · 1 comment
Open

Crash issue in UI sdk #37

rajubhusani opened this issue Jul 18, 2019 · 1 comment

Comments

@rajubhusani
Copy link

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 {
}
}

@dCubelic
Copy link
Contributor

Hi,

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.

Thank you and best regards,
Dominik

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants