-
Notifications
You must be signed in to change notification settings - Fork 31
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
Bug: Blink ID 6.8.0 Unable to scan documents in Firefox Browser #139
Comments
Hello Bandredh, Thank you for the report and for describing the whole behavior and results. The code example that was used to update the recognizer settings: `function run() { blinkId.recognizers = ["BlinkIdMultiSideRecognizer"]; blinkId.recognizerOptions = { Can you please try to repeat the scanning process while using the above suggestion of the recognizer settings? Kind regards, |
Hello Team Thank you for your update. Interestingly, we did discover a temporary workaround where disabling the 'returnFaceImage' and 'returnEncodedFaceImage' fields in the customSettings allowed the scanning to proceed successfully. However, for our project requirements, we need to have these fields enabled to facilitate further facial image comparison processes. Upon reviewing the changelog.md for version 6.6.0, it appears that the added 'BloodType' and 'Sponsor' fields in BlinkIdMultiSideRecognizer.Result cannot be identified as the cause for the issue being triggered. Considering these findings, we suspect that there might be a need for specific polyfill updates or additional browser conditions that are mandatory for Firefox starting from version 6.6.0 in order to overcome this issue. It is worth noting that this issue seems to be limited to the Firefox browser and has only surfaced after the version update from 6.5.2v to any version higher than 6.6.0 without any other code changes. Could you please verify on any new conditions introduced from version 6.6.0 onwards that are specifically relevant to Firefox compatibility |
Bug Description:
An issue arises when using the BlinkID UI Browser SDK in a project and enabling the
returnFaceImage: true
andreturnEncodedFaceImage: true
options within thecustomSettings
configuration, specifically when running the application in the Firefox browser. The problem occurs as the ID scan fails to capture a document, but when these options are set tofalse
, the ID scan successfully captures the document in Firefox.Steps to Reproduce:
returnFaceImage: true
andreturnEncodedFaceImage: true
options within thecustomSettings
configuration.Expected Behavior:
Regardless of the browser being used, the ID scan should properly capture the document and return the face image when the
returnFaceImage: true
andreturnEncodedFaceImage: true
options are enabled within thecustomSettings
configuration.Actual Behavior:
Specifically in the Firefox browser, the ID scan fails to capture the document and does not return the face image when the
returnFaceImage: true
andreturnEncodedFaceImage: true
options are enabled. Conversely, when these options are set tofalse
, the ID scan successfully captures the document in FirefoxFirefox version: 127.0.2
BlinkId version: 6.8.0
Windows 11 Enterprise
The text was updated successfully, but these errors were encountered: