Skip to content

A simple Barcode Scanner application using python, opencv and pyzbar

License

Notifications You must be signed in to change notification settings

bumblebee211196/BarcodeScanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BarcodeScanner

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.

How to run?

1. Create virtual environment

python3 -m venv venv

macOS

source venv/bin/activate

Windows

.\venv\Scripts\activate

2. Install required dependencies

pip3 install -r requirements.txt

3. Execute

a. To detect faces from Images

python3 -m scan_images -i /path/to/image/file.jpg

b. To detect faces from Videos

i. To detect faces from video files
python3 -m scan_videos -v /path/to/video/file.mov
ii. To detect faces realtime using camera
python3 -m scan_videos

About

A simple Barcode Scanner application using python, opencv and pyzbar

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages