saornek / ZED-QR-Code-Scanner

A real-time QR code scanner using the ZED Camera and ZED SDK, enabling the detection and decoding of QR codes from live video feeds.

Home Page:https://selinoid.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QR Code Scanner using ZED Camera

QR Code Scanner Demo

Overview

This code utilizes the ZED Camera along with OpenCV and pyzbar libraries to create a real-time QR code scanner.

Setup Instructions

  1. Install ZED SDK:

  2. Install Python Dependencies:

    • Install the required Python libraries using pip:
      sudo apt-get install libzbar0
      pip install pyzed pyzbar opencv-python

Running the Code

  1. Clone the Repository:
    git clone https://github.com/saornek/ZED-QR-Code-Scanner
  2. Navigate to the Code Directory:
    cd ZED-QR-Code-Scanner
  3. Run the Code:
    python qr_scanner.py
  4. Usage:
    • Once the code is running, point the ZED Camera towards QR codes to detect and decode them in real-time.
    • Press 'q' to exit the application.

Notes

  • Ensure the ZED Camera is connected and configured properly before running the code.
  • Adjust any parameters or settings in the code as needed for your specific use case.

Contributing

Contributions to this repository are welcome. If you find any bugs or have suggestions for improvements, please feel-free to submit a pull request.

Acknowledgments

Thank you to Stereolabs for providing the ZED SDK.

Support

For any questions or support related to this code, you can contact me via the repository issues page.

About

A real-time QR code scanner using the ZED Camera and ZED SDK, enabling the detection and decoding of QR codes from live video feeds.

https://selinoid.com/

License:MIT License


Languages

Language:Python 100.0%