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

Animated QR codes should show page count progress down the bottom #93

Open
Transisto opened this issue Nov 9, 2022 · 1 comment
Open

Comments

@Transisto
Copy link

For example if the QR is made of 10 images it should show 1/10 2/10 ect down the bottom.

This is useful to know when scanning if the QR is not being captured properly by the camera or if it's just a very long one.

@jeandudey
Copy link
Collaborator

Hello @Transisto,

Currently, we can't show on Passport the progress/parts left of the animated QR Code as the algorithm that we use to make animated QR codes creates an indefinite sequence of parts (fountain encoding1) so it would show like 11/10, 12/10, etc. if 10 parts are needed. However, the application/program scanning the QR codes can show the number of parts left to scan (when at least one of the QR codes was scanned), either in number form or as a percentage, Envoy already does the latter. Is there any application or program that doesn't show it?

Footnotes

  1. https://github.com/BlockchainCommons/Research/blob/master/papers/bcr-2020-005-ur.md#the-uniform-resource-ur-encoding

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

No branches or pull requests

2 participants