You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The QR code cycling is entirely broken on my machine, phone, and Jade. None of the devices are able to register any of the other devices QR codes.
Example:
The phone via the Green app, for example, reads a few of the QR codes then fails to read one. Instead of any resuming feature, the phone restarts scanning from the first QR code. This process repeats forever and the series of QR codes is never read.
Desired Behavior:
Add the ability to manually click through one QR code at a time. This allows 1) A user to manually decode the QR codes, and, 2) allows for slower QR code scanners to keep up.
Make the QR code scanner be able to resume "in-place." This means if a scan fails, it does not start from the beginning but instead waits for the cycle to come back around
The text was updated successfully, but these errors were encountered:
The 'normal' scenario here is the QR 'displayer' encodes a 'message' as N QR codes, which are then displayed in a loop.
The QR 'scanner' usually needs some (any) k of these QRs to reconstitute the original 'message'.
The scanner should just keep scanning until it gets sufficient QR frames. If any QRs are missed or error it should just ignore that and carry on scanning following frames. It should not need to 'discard progress so far and start again'.
Usually the scanner will show some sort of progress bar showing progress to the k unique codes.
All that said - the manual click to proceed to the next frame might work, especially if 'k' is small. But then skipping an individual QR that is, for some reason, problematic to scan should be ok, as you should only need any k-of-N codes - you shouldn't need all N.
Issue:
The QR code cycling is entirely broken on my machine, phone, and Jade. None of the devices are able to register any of the other devices QR codes.
Example:
The phone via the Green app, for example, reads a few of the QR codes then fails to read one. Instead of any resuming feature, the phone restarts scanning from the first QR code. This process repeats forever and the series of QR codes is never read.
Desired Behavior:
The text was updated successfully, but these errors were encountered: