Skip to content
Snippets Groups Projects
Commit a27d3e8e authored by Reiter, Christoph's avatar Reiter, Christoph :snake:
Browse files

Move the QR detection out of the redraw loop

We now queue it and in the callback check if the scan is still active,
and go from there. This means we redraw all the time and detect mostly
in the background.

This results in worse perf with the old library since that isn't async, but
we can always revert if needed.
parent 93134cd9
No related branches found
No related tags found
No related merge requests found
Pipeline #13669 passed
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment