[artoolkit-commits] artoolkit/examples/twoView twoView.c,1.6,1.7
Optical marker tracking and overlay for augmented reality.
Brought to you by:
philip_lamb
From: Philip L. <phi...@us...> - 2005-07-27 00:30:00
|
Update of /cvsroot/artoolkit/artoolkit/examples/twoView In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25526 Modified Files: twoView.c Log Message: Fix Windows vconf string. Index: twoView.c =================================================================== RCS file: /cvsroot/artoolkit/artoolkit/examples/twoView/twoView.c,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** twoView.c 10 Mar 2005 03:58:16 -0000 1.6 --- twoView.c 27 Jul 2005 00:29:52 -0000 1.7 *************** *** 547,552 **** char *vconfs[] = { // Camera configuration. #if defined(_WIN32) ! "showDlg,flipV", ! "showDlg,flipV", #elif defined(__APPLE__) "", --- 547,552 ---- char *vconfs[] = { // Camera configuration. #if defined(_WIN32) ! "WDM_camera_flipV.xml", ! "WDM_camera_flipV.xml", #elif defined(__APPLE__) "", *************** *** 554,558 **** #else "-dev=/dev/video0 -channel=0 -palette=YUV420P -width=320 -height=240", ! "-dev=/dev/video3 -channel=0 -palette=YUV420P -width=320 -height=240", #endif }; --- 554,558 ---- #else "-dev=/dev/video0 -channel=0 -palette=YUV420P -width=320 -height=240", ! "-dev=/dev/video1 -channel=0 -palette=YUV420P -width=320 -height=240", #endif }; |