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

iOS crash when using DocumentVerificationOverlaySettings #197

Open
fernandoiwamoto opened this issue Apr 22, 2022 · 1 comment
Open

iOS crash when using DocumentVerificationOverlaySettings #197

fernandoiwamoto opened this issue Apr 22, 2022 · 1 comment

Comments

@fernandoiwamoto
Copy link

fernandoiwamoto commented Apr 22, 2022

When the Camera opens and you click the X to close the camera, the app crash. Using BlinkIdOverlaySettings didnt crash.
Using 5.16.0

`
const blinkIdCombinedRecognizer = new BlinkIDReactNative.BlinkIdRecognizer();
blinkIdCombinedRecognizer.returnFullDocumentImage = true;
blinkIdCombinedRecognizer.returnFaceImage = true;

const scanningResults = await BlinkIDReactNative.BlinkID.scanWithCamera(
new BlinkIDReactNative.DocumentVerificationOverlaySettings(),
new BlinkIDReactNative.RecognizerCollection([blinkIdCombinedRecognizer/* , mrtdSuccessFrameGrabber */]),
licenseKey,
);
`

@MBrizic01
Copy link

Hello Fernando,

Thank you for reaching out.

As you already mentioned, I would suggest you implement BlinkIdOverlaySettings which is optimally designed to be used with BlinkIdRecognizer and BlinkIdCombinedRecognizer. You can read more about it here.

You can see an example in our sample app here.

Please test this and let me know if it helped.

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