Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shresth26/scan-qr-code

This program is able to scan QR and bar code using webcam
https://github.com/shresth26/scan-qr-code

computer-vision opencv python

Last synced: 15 days ago
JSON representation

This program is able to scan QR and bar code using webcam

Awesome Lists containing this project

README

        

# Scan-QR-code
This program is able to scan QR and bar code using webcam.

Dependencies:

1. ZBar
2. pyzbar
3. OpenCV
4. imutils

The program barcode_scanner.py can be run by typing python3 barcode_scanner.py --image (your image) on your terminal.
This will show you the data in the barcode as well as its type.

The program webcam.py can be run by typing python3 webcam.py on your terminal.
This would open up your webcam and you can scan your QR code.
Press key 'Q' to stop the program.