This toolkit provides a set of components and utilities for developers to add an augmented experience to their website. For example, a primary use-case supported is the ability to detect barcodes (in -- say -- a real-world store) with the user's device camera, and to show them extended information on a given product.
Included in this toolkit is:
Device Support Detection
Barcode Detector
getUserMedia and environment camera
Geolocation
Wasm
Detectors
Barcode Detector (native / ZXing)
QR Codes (native / ZXing)
Geolocation (native)
(TODO) Planar Image
(TODO) ML Image Classification
UI
Loader
Card
User onboarding
Utilities
Stream capture (i.e. getUserMedia to image conversion)
Logging
Image resizing
Installation
TODO.
The intended use is detailed under demo/, where you can see how to set up barcode detection and the display of values to the end user.