MBrizic01

Results 11 comments of MBrizic01

Hello Andres, Thank you for reaching out. Can you please tell us what would you like to customize in UI? If you would like to change a string you can...

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...

Hi @nick-vidm, you can not make it in React Native. The solution is to make it in the native code and then wrap it back.

@nick-vidm Please reach out to [email protected], and we will help you with the licenses. You don't need separate native licenses.

Hello @gburai , thank you for reaching out and reporting this issue. Would you mind sharing the exception you get so we can analyze it? We will also try to...

Hello @ireshetnikov24, thank you for reaching out and reporting the issue. Did you manage to reproduce this crash on your side? "Dokument nicht erkannt" should appear when the unsupported document...

Hello @ireshetnikov24 , thank you for sharing this with us. Unfortunately, it doesn't help in understanding what may cause the issue. But we also wanted to check if you are...

Hi @ireshetnikov24, thank you for your response. Could you send [email protected] a minimal sample code? You can upload it to G Drive and enable us to access it. We will...

Hello @ysoftware , @Vaishnavi610, and whoever might encounter this issue, we cannot reproduce it internally. Could you update to the latest version, 6.7.1, and confirm whether the problem is ongoing?...

Hello, you can obtain the full camera frame with the [saveCameraFrame](https://github.com/BlinkID/blinkid-ios/blob/82b98d61bc14773a769545b90b1d5daf0c4c6652/BlinkID.xcframework/ios-arm64/BlinkID.framework/Headers/MBCameraFrames.h#L4) property by setting it to true when defining the recognizer. ` self.blinkIdRecognizer?.saveCameraFrames = true` and then in the results:...