diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2022-01-29 16:29:45 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2022-01-29 16:29:45 -0500 |
| commit | 17818710c48f0900cc35a05f9e496ed7a5118529 (patch) | |
| tree | 83873ab035002f68f42cefae7e60ebfba079b96d | |
| parent | dc746645008da9ec7d307b1f1547886ba59265f6 (diff) | |
update Camera QR scanning mode documentation
| -rw-r--r-- | static/usage.html | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/static/usage.html b/static/usage.html index 95b07df1..a2960242 100644 --- a/static/usage.html +++ b/static/usage.html @@ -590,11 +590,15 @@ supported. It's a very quick and high quality QR scanner able to easily scan very high density QR codes from Pixels. Every 2 seconds, it will refresh auto focus, auto exposure and auto white balance on the scanning square. It has - full support for zooming in and out. Support for other kinds of barcodes will - be added in the future, but adding them transparently would result in getting - false positives and would substantially harm the QR scanning capability. It - will need to be done in a way offering more control without having an overly - complex user interface.</p> + full support for zooming in and out. The torch can be toggled with the button + at the bottom center. The auto toggle at the bottom left can be used to toggle + scanning for all supported barcode types. Alternatively, you can select which + barcode types it should scan via the menu at the top. It only scans QR codes + by default since that provides quick and reliable scanning. Most other types + of barcodes can result in false positives. Each enabled type will slow down + the scanning and will make it more prone to false positives. This is generally + fine for simple codes but it would be quite difficult to scan a dense QR code + with all types enabled.</p> <p>Camera permission is the only one that's required. Images and videos are stored via the Media Store API so media/storage permissions aren't required. |
