This repository contains a Python script that captures frames from your computer's webcam in a Google Colab environment, detects QR codes in the frames, and displays the results.
- Python
- OpenCV
- pyzbar
- Google Colab
- Open the provided Jupyter notebook in Google Colab.
- Execute the notebook cells to run the code.
- Run the notebook cells to initiate the webcam feed.
- Point your webcam towards a QR code.
- The script will detect and display information from the QR code on the frames.
Notes
- This code is designed for use in Google Colab, which may have limitations compared to running code locally.
- Ensure you have the required dependencies installed.
- The QR code detection is powered by the pyzbar library.

