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 venvsource venv/bin/activate.\venv\Scripts\activatepip3 install -r requirements.txtpython3 -m scan_images -i /path/to/image/file.jpgpython3 -m scan_videos -v /path/to/video/file.movpython3 -m scan_videos