/qrcode-detector

Perform QR Code Detection

Primary LanguagePythonApache License 2.0Apache-2.0

QR Code Detector

Use QR Code Detection to detect and decode QR Code(s) in a real-time camera stream.

Requirements

Usage

Once the alwaysAI tools are installed on your development machine (or edge device if developing directly on it) you can install and run the app with the following CLI commands:

To perform initial configuration of the app:

aai app configure

To prepare the runtime environment and install app dependencies:

aai app install

To start the app:

aai app start

To view the real-time QR Code Detection stream and results: Open localhost:5000 on any browser.

To stop the application: Click on the red stop button in the streamer or do CTRL+C from the command line.

Support