[artoolkit-commits] artoolkit/examples/exview exview.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-27 00:29:46
|
Update of /cvsroot/artoolkit/artoolkit/examples/exview In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25399 Modified Files: exview.c Log Message: Fix Windows vconf string. Index: exview.c =================================================================== RCS file: /cvsroot/artoolkit/artoolkit/examples/exview/exview.c,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** exview.c 20 Jul 2005 22:41:28 -0000 1.4 --- exview.c 27 Jul 2005 00:29:28 -0000 1.5 *************** *** 25,29 **** #ifdef _WIN32 ! char *vconf = "showDlg,flipV"; // see video.h for a list of supported parameters #else char *vconf = ""; --- 25,29 ---- #ifdef _WIN32 ! char *vconf = "WDM_camera_flipV.xml"; // see video.h for a list of supported parameters #else char *vconf = ""; |