/QRcode_DataMatrix

Real Time QR Code Reader using Zxing-cpp and opencv

Primary LanguagePython

Real Time QR CODE Data Matrix Reader

Description

This project use OpenCV and Zxing-cpp library and internal or usb camera on Linux or Windows PC.

When Datamatrix or any compatible with Zxing-cpp QR Code is detected a bouding box is created on the camera picture frame and a thread is writing informations in a CSV File.

Installation

This project requires Python 3.11. After cloning the repository, install the necessary dependencies with the following command:

pip install -r requirements.txt

Run

In a Python Env simply run :

python3 Data_Matrix_Reader_2_CSV.py