pyxploiter / Barcode-Detection-and-Decoding

Barcode detection and decoding using openCV and Zbar.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Using camera or webcam

readdoc-png opened this issue · comments

Hello, i want to ask, can this code be modify to using camera or webcam for detect and decode the barcode and show the result of barcode code ?

commented

@readdoc-png
Yes, it can be done, and more easily you can capture the image using a webcam or camera and save it to file and then use this (temp) image. You will use this capture image as argument.