[artoolkit-commits] artoolkit/examples/exview exview.c,1.5,1.6
Optical marker tracking and overlay for augmented reality.
Brought to you by:
philip_lamb
From: Philip L. <phi...@us...> - 2005-07-28 21:58:54
|
Update of /cvsroot/artoolkit/artoolkit/examples/exview In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14208 Modified Files: exview.c Log Message: Adjust Windows vconf. Index: exview.c =================================================================== RCS file: /cvsroot/artoolkit/artoolkit/examples/exview/exview.c,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** exview.c 27 Jul 2005 00:29:28 -0000 1.5 --- exview.c 28 Jul 2005 21:58:46 -0000 1.6 *************** *** 21,33 **** /* set up the video format globals */ - /*****************************************************************************/ - // modified by Thomas Pintaric, Vienna University of Technology #ifdef _WIN32 ! char *vconf = "WDM_camera_flipV.xml"; // see video.h for a list of supported parameters #else char *vconf = ""; #endif ! /*****************************************************************************/ int xsize; int ysize; --- 21,31 ---- /* set up the video format globals */ #ifdef _WIN32 ! char *vconf = "Data\\WDM_camera_flipV.xml"; #else char *vconf = ""; #endif ! int xsize; int ysize; |