This repo produce a QML Module with custom types that can detect and decode QRCODEs.
The types should be style independent, but the colors used relies on the EstervDesigns Simple style. If you want to change the colors in your top qml file one can do
The detection and decoding is performed by OpenCV libraries. In case OpenCV is not found on your system CMake will download pre compiled libraries from my action releases.
The library use QtMultimedia if not compiling for wasm. If compiling for wasm the library creates a custom ImageProvider that communicates with the browser.
You can play with the decoder on this page
The [examples](examples) folder shows the use of the different custom types provided by the QML module.
We appreciate any contribution!
You can open an issue or request a feature also. You can open a PR to the develop
branch and the CI/CD will take care of the rest. Make sure to acknowledge your work, ideas when contributing.