[artoolkit-commits] artoolkit/examples/optical optical.c,1.4,1.5
Optical marker tracking and overlay for augmented reality.
Brought to you by:
philip_lamb
From: Philip L. <phi...@us...> - 2005-07-28 20:31:08
|
Update of /cvsroot/artoolkit/artoolkit/examples/optical In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24997 Modified Files: optical.c Log Message: Adjust Windows vconf. Index: optical.c =================================================================== RCS file: /cvsroot/artoolkit/artoolkit/examples/optical/optical.c,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** optical.c 22 Jul 2005 23:59:15 -0000 1.4 --- optical.c 28 Jul 2005 20:31:00 -0000 1.5 *************** *** 23,35 **** /* set up the video format globals */ - /*****************************************************************************/ - // modified by Thomas Pintaric, Vienna University of Technology #ifdef _WIN32 ! char *vconf = "WDM_camera_flipV.xml"; #else char *vconf = ""; #endif ! /*****************************************************************************/ int xsize; int ysize; --- 23,33 ---- /* set up the video format globals */ #ifdef _WIN32 ! char *vconf = "Data\\WDM_camera_flipV.xml"; #else char *vconf = ""; #endif ! int xsize; int ysize; |