This code utilizes the ZED Camera along with OpenCV and pyzbar libraries to create a real-time QR code scanner.
-
Install ZED SDK:
- Get the latest ZED SDK and pyZED Package
-
Install Python Dependencies:
- Install the required Python libraries using pip:
sudo apt-get install libzbar0 pip install pyzed pyzbar opencv-python
- Install the required Python libraries using pip:
- Clone the Repository:
git clone https://github.com/saornek/ZED-QR-Code-Scanner
- Navigate to the Code Directory:
cd ZED-QR-Code-Scanner
- Run the Code:
python qr_scanner.py
- 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.
- 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.
Contributions to this repository are welcome. If you find any bugs or have suggestions for improvements, please feel-free to submit a pull request.
Thank you to Stereolabs for providing the ZED SDK.
For any questions or support related to this code, you can contact me via the repository issues page.