[artoolkit-commits] artoolkit/util/calib_distortion calib_dist.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 21:58:46
|
Update of /cvsroot/artoolkit/artoolkit/util/calib_distortion In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14150 Modified Files: calib_dist.c Log Message: Adjust Windows vconf. Index: calib_dist.c =================================================================== RCS file: /cvsroot/artoolkit/artoolkit/util/calib_distortion/calib_dist.c,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** calib_dist.c 23 Jul 2005 00:01:33 -0000 1.4 --- calib_dist.c 28 Jul 2005 21:58:38 -0000 1.5 *************** *** 37,40 **** --- 37,42 ---- + /* set up the video format globals */ + #if defined(__sgi) char *vconf = "-size=FULL"; *************** *** 52,56 **** # endif #elif defined(_WIN32) ! char *vconf = "WDM_camera_flipV.xml"; #elif defined(__APPLE__) char *vconf = "-width=640 -height=480"; --- 54,58 ---- # endif #elif defined(_WIN32) ! char *vconf = "Data\\WDM_camera_flipV.xml"; #elif defined(__APPLE__) char *vconf = "-width=640 -height=480"; |