- Oct 28, 2020
-
-
Steinwender, Tamara authored
-
Steinwender, Tamara authored
-
- Oct 22, 2020
-
-
Reiter, Christoph authored
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.
-
Reiter, Christoph authored
-
Reiter, Christoph authored
This allows the detection to be async and pasue execution between capturing the image, analyzing it and then finally drawing it.
-
Reiter, Christoph authored
With both being async it's hard to follow what would happen if both run at the same time, so just prevent it and serialize start/stopping instead.
-
Reiter, Christoph authored
-
Reiter, Christoph authored
so 'this' is the same
-
Reiter, Christoph authored
-
Reiter, Christoph authored
-
Reiter, Christoph authored
-
Reiter, Christoph authored
This lets the user decide what to do (like scrolling)
-
Reiter, Christoph authored
-
Reiter, Christoph authored
-
Reiter, Christoph authored
Instead handle everything throuh property updates.
-
Reiter, Christoph authored
Instead stop it form outside which gives us more control.
-
- Oct 21, 2020
-
-
Reiter, Christoph authored
-
Reiter, Christoph authored
This way we can extend the message with more data in the future if needed.
-
Reiter, Christoph authored
In case we move it out of view and back again we want a second event. The user can filter those out if needed.
-
Reiter, Christoph authored
We need to give feedback to the user, so better let the user decide.
-
Reiter, Christoph authored
We use it for user feedback now, so there is no good reason to allow disabling it.
-
Reiter, Christoph authored
-
Reiter, Christoph authored
This allows us to show feedback to the user by coloring the clip border. Also in case there is no match we don't send an event.
-
Reiter, Christoph authored
-
Reiter, Christoph authored
-
Reiter, Christoph authored
-
Reiter, Christoph authored
-
Reiter, Christoph authored
There is no need to emit the same thing 5 times a second.
-
Reiter, Christoph authored
-
Reiter, Christoph authored
-
Reiter, Christoph authored
fewer confusing callbacks..
-
Reiter, Christoph authored
We would get two scanning loops both scanning for qr codes. This makes sure only one loop is active at all times.
-
Reiter, Christoph authored
This reverts commit 3c5c82f9.
-
- Oct 20, 2020
-
-
Reiter, Christoph authored
-
Reiter, Christoph authored
-
Reiter, Christoph authored
-
Reiter, Christoph authored
-
Reiter, Christoph authored
so they can be reused
-
Reiter, Christoph authored
-
Reiter, Christoph authored
-