This is a Python-based QR code scanner that uses OpenCV and Pyzbar libraries to scan and decode QR codes using a live camera feed.
- Detect and decode QR codes in real-time.
- Draw a bounding box around detected QR codes.
- Display the content of the QR codes on the frame.
- Print detected QR code content to the terminal.
-opencv-python~=4.10.0.84 -pyzbar~=0.1.9
- Clone this repository:
git clone https://github.com/Utkuersy/QRCodeScanner.git