libdecodeqr-webcam grab fail
Bug #667167 reported by
Homin Lee
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
libdecodeqr (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
Binary package hint: libdecodeqr-
1) Ubuntu 10.04.1 LTS
2) libdecodeqr-
3) when I hit a space for grab qrcode image from my webcam, the libdecodeqr-webcam is terminated.
return code from cvWaitKey() is not char 0x20 but 0x100020.
4) following patch is needed.
--- a/src/sample/
+++ a/src/sample/
@@ -79,7 +79,7 @@
//
// when [SPACE] key pressed, do decode.
//
- if(key=
+ if((key&
//
To post a comment you must log in.
Hello,
I had the same problem in Ubuntu 10.04 LTS, but I can't find the file where I should put the patch.
Could you explain this point a little more please.