libcvd-members
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libcvd-members] libcvd/progs calibrate.cxx


From: Gerhard Reitmayr
Subject: [libcvd-members] libcvd/progs calibrate.cxx
Date: Thu, 23 Apr 2009 09:54:48 +0000

CVSROOT:        /cvsroot/libcvd
Module name:    libcvd
Changes by:     Gerhard Reitmayr <gerhard>      09/04/23 09:54:47

Modified files:
        progs          : calibrate.cxx 

Log message:
        fixed last checkin (need more coffee before hacking)

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/libcvd/progs/calibrate.cxx?cvsroot=libcvd&r1=1.15&r2=1.16

Patches:
Index: calibrate.cxx
===================================================================
RCS file: /cvsroot/libcvd/libcvd/progs/calibrate.cxx,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -b -r1.15 -r1.16
--- calibrate.cxx       23 Apr 2009 09:48:53 -0000      1.15
+++ calibrate.cxx       23 Apr 2009 09:54:47 -0000      1.16
@@ -310,8 +310,7 @@
     }
     try {
         cerr << "opening " << videoDevice << endl;
-        //videoBuffer = open_video_source<CAMERA_PIXEL>(videoDevice);
-       videoBuffer = new DVBuffer3<bayer_rggb>(0, ImageRef(720,480), 60);
+        videoBuffer = open_video_source<CAMERA_PIXEL>(videoDevice);
     }
     catch (CVD::Exceptions::All& e) {
        cerr << e.what << endl;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]