-
Notifications
You must be signed in to change notification settings - Fork 372
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
Accuracy: Read QR codes using Barcode API for play services app variant #501
Comments
This issue has been automatically marked as stale because it has not had recent activity. Please comment here if it is still valid so that we can reprioritize. Thank you! |
This issue has been automatically marked as stale because it has not had recent activity. Please comment here if it is still valid so that we can reprioritize. Thank you! |
Closing this. Please reopen if you believe it should be addressed. Thank you for your contribution. |
This issue has been automatically marked as stale because it has not had recent activity. Please comment here if it is still valid so that we can reprioritize. Thank you! |
This issue has been automatically marked as stale because it has not had recent activity. Please comment here if it is still valid so that we can reprioritize. Thank you! |
Not stale |
This issue has been automatically marked as stale because it has not had recent activity. Please comment here if it is still valid so that we can reprioritize. Thank you! |
Not stale |
Is your feature request related to a problem? Please describe.
Current you can read
geo:
encoded lat/lon/alt values from QR Codes to set ground truth locations. This currently requires the installation of the Google Zxing barcode reader app. Some users don't trust outside apps, especially if they don't know the history of it.Describe the solution you'd like
For the play services variant, we can read QR codes directly within GPSTest using the Barcode API in Play Services:
https://developers.google.com/vision/android/barcodes-overview
See also https://www.varvet.com/blog/android-qr-code-reader-made-easy/.
The F-droid variant can continue to use the external Zxing app.
The text was updated successfully, but these errors were encountered: