You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Simple implementation of a QR Code Scanner using OpenCV.
The first window shows the video capture. A second window is opened to the side showing the scanned QR code.
Quickstart
Dependencies
pip install -r requirements.txt
Usage
python main.py
About
Simple implementation of QR Code Scanner using OpenCV