Ask Your Question

bilow's profile - activity

2015-09-16 08:42:25 -0600 received badge  Famous Question (source)
2015-04-09 15:36:27 -0600 received badge  Notable Question (source)
2014-12-04 08:53:12 -0600 received badge  Popular Question (source)
2014-11-30 09:03:45 -0600 received badge  Student (source)
2014-04-03 18:15:13 -0600 commented answer OpenCV & ZBar scanning

Hi 'youngprogrammer' this example does exactly what I needed. I kept getting errors at the CV_BGR2GRAY conversion, don't know why. Perhaps I had some other things wrong. Enfin, it works now. Thanks for your help and time!

2014-04-03 18:11:03 -0600 received badge  Scholar (source)
2014-04-03 18:11:02 -0600 received badge  Supporter (source)
2014-04-01 08:55:57 -0600 commented question OpenCV & ZBar scanning

Yeah, I'm reading the code, and checking the source of it over and over (also in objdeteect.hpp). But I can't seem to find where the 3 character limit is set? Or, what would I've to add to make it read 10 characters then (for example).

2014-04-01 08:26:26 -0600 commented question OpenCV & ZBar scanning

How about the DataMatrix example given with openCV then? ( Samples -> Cpp -> video_dmtx.cpp ) Why is this only supporting up to 3 characters?

2014-04-01 07:53:21 -0600 commented question OpenCV & ZBar scanning

The code from the sample is using images stored on the computer. I'm trying to loop trough the code frame by frame as you said yes (got the code from the openCV samples), but I'm getting this error:

Unhandled exception at 0x770E4B32 in ConsoleApplicationCV.exe: Microsoft C++ exception: cv::Exception at memory location 0x002FB3F4.

If you'd take the sample given above (see link), what would be the correct way to loop it then??

2014-04-01 06:58:41 -0600 received badge  Editor (source)
2014-04-01 06:55:18 -0600 asked a question OpenCV & ZBar scanning

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 example in OpenCV isn't working for me (3 characters limit?). Found in the sample code. Pls correct me if I'm wrong and can scan more characters with this.
  • 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. I

Hope someone can help me to the right direction. Thanks in advance,

Bilow