-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
QR venue check-in unavailiable [GMS Vision API] #1297
Comments
The Google GMS Vision API ( https://developers.google.com/android/reference/com/google/android/gms/vision/Detector ) is not implemented, which is used for the QR venue check-in ( https://github.com/nhsx/covid-19-app-android-ag-public/blob/master/app/src/main/java/uk/nhs/nhsx/covid19/android/app/qrcode/QrScannerActivity.kt ). Related Issues: #1211, #670, #395 . |
Vision Barcode API is now added via 5e39818. |
Thank you very much @mar-v-in and @lfxgroove. |
Thanks for your work so far on this! I would like to add that the vision api still appears to be failing with the "Service Victoria" check-in app. Here's a logcat output when trying to take a photo of the QR code. https://pastebin.com/FNy8K5v3 It appears to find the new vision api modules, but then the following suggests the app might be using it in an unexpected way?
Figured I would add this here rather than opening up a new issue. This occurs on all of my Lineage 16 + 17 devices, 2x Moto G7+ and a Nexus 6. |
Just posting that the problem I mentioned above no longer seems to be an issue. The check-in application was updated and now works, so the errors above were likely just red herrings and the issue was within the app itself. |
@edenist FWIW, I thought the Service Vic app didn't work for a long time because of #1536. A workaround is to zoom out so the QR code is relatively small in the centre of the live camera display, and then the app scans it OK. If you zoom in "correctly" so the QR code fills the region marked on the live camera display then the app thinks it is out of bounds and it doesn't scan. It's possible this region check has been totally removed in an app update as well, though. |
The UK NHS Covid-19 app does not allow me to use the QR code scanning facility for venue check-in.
Tested on devices running Android 9, 10 and 11.
Is this because of a limitation in microG?
The text was updated successfully, but these errors were encountered: