Skip to content

Latest commit

 

History

History

opencv

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Barcode Reader using pyzbar and Opencv

pyzbar and Opencv based Barcode Reader using example code from An OpenCV barcode and QR code scanner with ZBar

Installation

Ubuntu

sudo apt install libzbar0
pip install opencv-contrib-python pyzbar imutils

Windows

conda install opencv 
pip install pyzbar
pip install imutils

Demo - GUI

python3 gui.py

Demo - Commandline

python3 nongui.py