Update of /cvsroot/artoolkit/artoolkit/examples/simple2
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14043
Modified Files:
simpleTest2.c
Log Message:
Adjust Windows vconf.
Index: simpleTest2.c
===================================================================
RCS file: /cvsroot/artoolkit/artoolkit/examples/simple2/simpleTest2.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** simpleTest2.c 22 Jul 2005 23:59:34 -0000 1.4
--- simpleTest2.c 28 Jul 2005 21:58:11 -0000 1.5
***************
*** 16,28 ****
#include <AR/ar.h>
! /*****************************************************************************/
! // modified by Thomas Pintaric, Vienna University of Technology
#ifdef _WIN32
! char *vconf = "WDM_camera_flipV.xml";
#else
char *vconf = "";
#endif
! /*****************************************************************************/
int xsize, ysize;
int thresh = 100;
--- 16,27 ----
#include <AR/ar.h>
! /* set up the video format globals */
#ifdef _WIN32
! char *vconf = "Data\\WDM_camera_flipV.xml";
#else
char *vconf = "";
#endif
!
int xsize, ysize;
int thresh = 100;
|