[go: up one dir, main page]

File: README.Debian

package info (click to toggle)
libdecodeqr 0.9.3-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 704 kB
  • ctags: 528
  • sloc: cpp: 3,416; sh: 279; makefile: 202
file content (27 lines) | stat: -rw-r--r-- 753 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
libdecodeqr for Debian
----------------------
 This package is QR-code decoder library.

 This package has some sample program.
   - simple 
     simple QR-code decode program.

   - webcam 
     QR-code decode program that uses webcam.
     I checed by linux-uvc and ov51x-jpeg.

     If you use some webcam , you change source code.
     ex)
     	If you want use 2nd webcam,
--- webcam.cpp  2007-02-26 04:42:28.000000000 +0900
+++ webcam.cpp.change   2007-08-25 14:53:58.000000000 +0900
@@ -33,7 +33,7 @@
     //
     // start camera
     //
-    CvCapture *capture=cvCaptureFromCAM(0);
+    CvCapture *capture=cvCaptureFromCAM(1);
     if(!capture)
         return(-1);

 -- Nobuhiro Iwamatsu <iwamatsu@nigauri.org>  Fri, 06 Jul 2007 21:02:43 +0900