/barcode-detector

Perform Barcode Detection

Primary LanguagePythonApache License 2.0Apache-2.0

Barcode Detector

Use Barcode Detection to detect and decode Barcode(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 Barcode 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