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
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.
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,
);
`
The text was updated successfully, but these errors were encountered: