Webcam as Barcode Scanner
Loading...
42,107
Loading...
Uploader Comments (wedesoft)
see all
All Comments (16)
-
Good, I like that you share this video, I wish success always Webcam as Barcode Scanner
-
Your Video Is Very Useful Sharing The software extracts a scan-line from the camera image. The edges of the bars are determined and reading is attempted at different starting positions.
-
hamma :D
-
Oojami- Time Is Now 8.85PUNTS at ZAVVI.COM
-
I have a webcam now it's the playstation 2 eye toy and it has pretty good quality. can I scan any barcode or only certain ones?
-
@JayPattersonTV I want to do that on my PSP but sony has locked the PSP down and I dont feel like turning it into a brick.
-
@coondogthelady1235 Lolz
-
I hear theres an app for the iPhone that does this and it may work on the new iPod touch with cameras.
Loading...
I've used Kubuntu (a distribution of GNU+Linux) and a Linux-compatible webcam (Logitech Quickcam 4000).
wedesoft 2 years ago
can I use this with my digital camera like take a pic of a barcode then run the pic thru your software? that would be cool.
coondogtheman1234 2 years ago
@coondogtheman1234 Sorry for the late response. Yes. You can load an image (MultiArray.load_ubytergb) instead of capturing images from a webcam. Of course you'd have to remove the capture loop as well.
wedesoft 1 year ago
Sorry about that. The source code is for Kubuntu. However you can change the line "input = V4L2Input.new '/dev/video0', 640, 480" to "input = DShowInput.new 0, 640, 480" or just "input = DShowInput.new". Furthermore you need to replace "X11Display.show do" with "W32Display.show do". Let me know if it doesn't work.
wedesoft 2 years ago