Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/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.
https://github.com/saornek/zed-qr-code-scanner
opencv opencv-python python pyzbar qrcode-scanner zed zed-camera zed2
Last synced: 4 days ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/saornek/zed-qr-code-scanner
- Owner: saornek
- License: mit
- Created: 2024-02-17T08:14:55.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-02-19T07:02:14.000Z (9 months ago)
- Last Synced: 2024-02-19T08:24:34.035Z (9 months ago)
- Topics: opencv, opencv-python, python, pyzbar, qrcode-scanner, zed, zed-camera, zed2
- Language: Python
- Homepage: https://selinoid.com/
- Size: 5.32 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# QR Code Scanner using ZED Camera
![QR Code Scanner Demo](https://github.com/saornek/ZED-QR-Code-Scanner/blob/main/demo.gif)
## 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:**
- Get the latest [ZED SDK](https://www.stereolabs.com/developers/release/) and [pyZED Package](https://www.stereolabs.com/docs/app-development/python/install/)2. **Install Python Dependencies:**
- Install the required Python libraries using pip:
```bash
sudo apt-get install libzbar0
pip install pyzed pyzbar opencv-python
```## Running the Code
1. **Clone the Repository:**
```bash
git clone https://github.com/saornek/ZED-QR-Code-Scanner
```
2. **Navigate to the Code Directory:**
```bash
cd ZED-QR-Code-Scanner
```
3. **Run the Code:**
```bash
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.