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:48:54 +0000

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

Modified files:
        progs          : calibrate.cxx 

Log message:
        fixed calibrate after last checkin

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

Patches:
Index: calibrate.cxx
===================================================================
RCS file: /cvsroot/libcvd/libcvd/progs/calibrate.cxx,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -b -r1.14 -r1.15
--- calibrate.cxx       14 Apr 2009 12:57:55 -0000      1.14
+++ calibrate.cxx       23 Apr 2009 09:48:53 -0000      1.15
@@ -20,8 +20,6 @@
 #include <cvd/colourspaces.h>
 #include <cvd/colourspace_convert.h>
 
-#include <cvd/Linux/dvbuffer3.h>
-
 using namespace std;
 using namespace TooN;
 using namespace CVD;
@@ -29,8 +27,11 @@
 #include <X11/keysym.h>
 #include <X11/Xlib.h>
 
-//typedef byte CAMERA_PIXEL;
-typedef bayer_rggb CAMERA_PIXEL;
+#ifdef CVD_HAVE_QTBUFFER
+typedef vuy422 CAMERA_PIXEL;
+#else
+typedef byte CAMERA_PIXEL;
+#endif
 
 VideoBuffer<CAMERA_PIXEL>* videoBuffer=0;
 




reply via email to

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