Skip to content
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

Support to input barcode data directly without decoding a QR Code #205

Open
lleoncavallo opened this issue Sep 8, 2021 · 1 comment
Open
Labels
enhancement New feature or request

Comments

@lleoncavallo
Copy link

Current Implementation

This is a reference project and so it could be important to include here all features that could be needed globally. The template of application now supports only the decoding of a QR Code using the smartphone camera and it is a real limitation because many times the solution results very slow. It is not open to different more efficient technologies to decode the QR Code. It could be very useful to implement mechanisms that could open the template to a second input method based for example on Intent technology.

Suggested Enhancement

The proposal is to make an easy change to register an intent listener in addition to the current camera based implementation. If the application receive a broadcast intent it will simply extract the extra data containing the QR Code content and will process that data as it was decoded using the camera. In this way the template and so all the real solutions implemented in different countries will be able to support more advanced decoding systems like for example external readers connected to the smartphone via BT or Android Barcode Readers and so on. We have implemented a demo in very short time and we could submit a proposal if you are interested.

Expected Benefits

Implementing an intent mechanism to input QR barcode data will make possible to implement much more performant solution granting at the same time a certified validation of people Green Passes. Implementing this feature in the template will make possible to share the same solution in all countries in the same way and it will be easier for third parties to implement efficient solutions portable in all Europe countries.

@lleoncavallo lleoncavallo added the enhancement New feature or request label Sep 8, 2021
@mkosunen
Copy link

I second this. I'd like to test how this works with NFC implant on which I have stored the data from the QR-code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants