Hi,
I've found this Tutorial on the web for using OpenCV and ZBar for "xx"-code scanning. I've got this stuff working and it really is a nice clean tut. But now I'm trying to do the same, but now with live camera feed (webcam). I've tried several things to get this working, but I can't seem to get the feed scanned over my webcam feed. Does anyone have any experience with this? Can you share a sample project with me, or refer me to a other sample where I can do this?
Source Tut:
http://blog.ayoungprogrammer.com/2013/07/tutorial-scanning-barcodes-qr-codes.html
!..To be clear: I want to be able to scan QR-codes using OpenCV. Datamatrix isn't working for me (3 characters limit?). I've tried ZBar in this example here, but I also have read about ZXing. Which library to use isn't that important to me. I just want to be able to scan QR with OpenCV.
Hope someone can help me to the right direction. Thanks in advance,
Bilow