This is a lightweight Python application for scanning and logging QR codes from webcam or image input. Built using opencv-python and pyzbar. Takes an OpenCV image array and detects QR codes. Returns a ...
This project leverages Python's powerful libraries—OpenCV, Pyzbar, and NumPy—to create a robust real-time QR code scanner. It captures video from your webcam, detects QR codes in the live feed, and ...