Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gill-singh-a/qr-code-reader
A Python Program that uses OpenCV to detect and extract data from QR Codes in Images or in Live Video
https://github.com/gill-singh-a/qr-code-reader
computer-vision opencv python python3 qrcode qrcode-scanner
Last synced: 6 days ago
JSON representation
A Python Program that uses OpenCV to detect and extract data from QR Codes in Images or in Live Video
- Host: GitHub
- URL: https://github.com/gill-singh-a/qr-code-reader
- Owner: Gill-Singh-A
- Created: 2023-04-22T18:31:18.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-05-26T10:40:59.000Z (over 1 year ago)
- Last Synced: 2024-11-09T13:23:19.661Z (2 months ago)
- Topics: computer-vision, opencv, python, python3, qrcode, qrcode-scanner
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# QR Code Reader
A Python Program that uses OpenCV to detect and extract data from QR Codes in Images or in Live Video.## Requirements
Language Used = Python3
Modules/Packages used:
* cv2
* datetime
* optparse
* time
* coloramaInstall the dependencies:
```bash
pip install -r requirements.txt
```## Inputs
It takes the following arguments from the command that is used to run the Python Program:
* '-s', "--save" : Name of the file to save Data extracted from the QR Code
* '-i', "--image" : Load Image from the given file## Output
If no image path is provided, then the Program will start the Default Camera of the Device and start detection of QR Codes and will display the extracted data.
It no output file name is provided, then the data is saved in a file with name as the current date and time.