DEV Community

Sachin pagar
Sachin pagar

Posted on

How to Build real-time OpenCV barcode reader or scanner using python

Note that : Main coding are available on Build real time scanner using python
● Store the barcode data & type in variables
● Store the bounding box locations in variables
● Draw the bounding box on the frame, with desired coordinates, color and thickness.
● Put text (barcode data & type) on the output frame
● Write every uniquely found barcode information to the log file & also print it. Finally add this barcode data to the set.
Resources : https://pythonslearning.com/2021/04/how-to-build-real-time-opencv-barcode-reader-or-scanner-using-python.html

Top comments (0)