Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/shresth26/scan-qr-code
- Owner: shresth26
- Created: 2020-03-31T12:54:29.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-03-31T13:01:58.000Z (over 4 years ago)
- Last Synced: 2024-02-23T10:28:22.425Z (10 months ago)
- Topics: computer-vision, opencv, python
- Language: Python
- Size: 22.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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. imutilsThe 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.