- Dec 14, 2021
-
-
Steinwender, Tamara authored
-
Steinwender, Tamara authored
-
- Dec 07, 2021
-
-
Steinwender, Tamara authored
-
Steinwender, Tamara authored
-
- Nov 24, 2021
-
-
Reiter, Christoph authored
This reverts commit 6324718b.
-
- Nov 23, 2021
-
-
Reiter, Christoph authored
This reverts commit 3716524b.
-
Reiter, Christoph authored
Just change all imports and dependencies.
-
- Jul 01, 2021
-
-
Reiter, Christoph authored
-
- Jun 28, 2021
-
-
Steinwender, Tamara authored
-
- Dec 09, 2020
-
-
Steinwender, Tamara authored
-
Steinwender, Tamara authored
-
- Dec 01, 2020
-
-
Steinwender, Tamara authored
-
Steinwender, Tamara authored
-
Steinwender, Tamara authored
-
- Nov 19, 2020
-
-
Reiter, Christoph authored
-
- Nov 17, 2020
-
-
Reiter, Christoph authored
Takes a package name and a dest path. This way we can more eassily change the layout and it will error out on package name typos or missing packages.
-
Steinwender, Tamara authored
-
Steinwender, Tamara authored
-
Steinwender, Tamara authored
-
Reiter, Christoph authored
Add a scope so we don't have to care about naming conflicts and set the verison to 0.1.0 since we don't have a stable API yet.
-
Steinwender, Tamara authored
-
- Nov 11, 2020
-
-
Steinwender, Tamara authored
-
- Nov 09, 2020
-
-
Steinwender, Tamara authored
-
Steinwender, Tamara authored
-
- Nov 03, 2020
-
-
Steinwender, Tamara authored
-
Steinwender, Tamara authored
-
Steinwender, Tamara authored
-
Steinwender, Tamara authored
-
Reiter, Christoph authored
-
Reiter, Christoph authored
We already do all this in createVideoElement
-
Reiter, Christoph authored
We no logner use that library and the "qr-scanner" altternative turned out to be better, so remove it completely.
-
Steinwender, Tamara authored
-
Steinwender, Tamara authored
-
- Oct 28, 2020
-
-
Steinwender, Tamara authored
-
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.
-