Skip to content

Satyajithchary/QR_Code_Detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

QR_Code_Detection

Project Logo or Banner

QR Code Detection with Webcam in Google Colab


Overview

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.

QR Code Detection Example

Prerequisites

  • Python
  • OpenCV
  • pyzbar
  • Google Colab

Installation

  1. Open the provided Jupyter notebook in Google Colab.
  2. Execute the notebook cells to run the code.

Usage

  1. Run the notebook cells to initiate the webcam feed.
  2. Point your webcam towards a QR code.
  3. 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.

Credits

  • The QR code detection is powered by the pyzbar library.

About

Welcome to the QR Code Detection project designed for Google Colab! This Python script empowers users to seamlessly integrate their computer's webcam feed into Google Colab, enabling real-time QR code detection. Leveraging the capabilities of OpenCV and the pyzbar library, the script captures frames from the webcam feed, processes them efficiently,

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors