A simple Barcode Scanner application using python, opencv and pyzbar. For detailed explanation check out my blog.
This was possible only due to the simple and clear explanation by Adrian Rosebrock's blog.
python3 -m venv venv
source venv/bin/activate
.\venv\Scripts\activate
pip3 install -r requirements.txt
python3 -m scan_images -i /path/to/image/file.jpg
python3 -m scan_videos -v /path/to/video/file.mov
python3 -m scan_videos