artoolkit-commits Mailing List for ARToolKit (Page 19)
Optical marker tracking and overlay for augmented reality.
Brought to you by:
philip_lamb
You can subscribe to this list here.
2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(65) |
Dec
(32) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2005 |
Jan
|
Feb
(5) |
Mar
(15) |
Apr
(22) |
May
|
Jun
(9) |
Jul
(108) |
Aug
(42) |
Sep
(62) |
Oct
(5) |
Nov
|
Dec
(4) |
2006 |
Jan
|
Feb
|
Mar
|
Apr
(38) |
May
(27) |
Jun
(58) |
Jul
(8) |
Aug
(11) |
Sep
(51) |
Oct
(15) |
Nov
(12) |
Dec
(3) |
2007 |
Jan
(25) |
Feb
(6) |
Mar
(8) |
Apr
|
May
|
Jun
|
Jul
|
Aug
(13) |
Sep
(1) |
Oct
(1) |
Nov
(2) |
Dec
|
2008 |
Jan
(2) |
Feb
(3) |
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
(2) |
Aug
(20) |
Sep
(5) |
Oct
|
Nov
|
Dec
(2) |
2009 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2010 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
|
2012 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(2) |
Oct
|
Nov
|
Dec
|
From: Philip L. <phi...@us...> - 2005-07-29 19:31:56
|
Update of /cvsroot/artoolkit/artoolkit/examples/simple2 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11842 Added Files: simpleTest2-Info.plist Log Message: Necessary file for Mac application bundle. --- NEW FILE: simpleTest2-Info.plist --- <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>CFBundleDevelopmentRegion</key> <string>English</string> <key>CFBundleExecutable</key> <string>simpleTest2</string> <key>CFBundleIdentifier</key> <string>org.hitlabnz.simpleTest2</string> <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string> <key>CFBundlePackageType</key> <string>APPL</string> <key>CFBundleSignature</key> <string>????</string> <key>CFBundleVersion</key> <string>2.71</string> </dict> </plist> |
From: Philip L. <phi...@us...> - 2005-07-29 19:31:52
|
Update of /cvsroot/artoolkit/artoolkit/examples/twoView In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11827 Added Files: twoView-Info.plist Log Message: Necessary file for Mac application bundle. --- NEW FILE: twoView-Info.plist --- <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>CFBundleDevelopmentRegion</key> <string>English</string> <key>CFBundleExecutable</key> <string>twoView</string> <key>CFBundleIdentifier</key> <string>org.hitlabnz.twoView</string> <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string> <key>CFBundlePackageType</key> <string>APPL</string> <key>CFBundleSignature</key> <string>????</string> <key>CFBundleVersion</key> <string>2.71</string> </dict> </plist> |
From: Philip L. <phi...@us...> - 2005-07-29 19:31:48
|
Update of /cvsroot/artoolkit/artoolkit/examples/paddleDemo In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11789 Added Files: paddleDemo-Info.plist Log Message: Necessary file for Mac application bundle. --- NEW FILE: paddleDemo-Info.plist --- <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>CFBundleDevelopmentRegion</key> <string>English</string> <key>CFBundleExecutable</key> <string>paddleDemo</string> <key>CFBundleIdentifier</key> <string>org.hitlabnz.paddleDemo</string> <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string> <key>CFBundlePackageType</key> <string>APPL</string> <key>CFBundleSignature</key> <string>????</string> <key>CFBundleVersion</key> <string>2.71</string> </dict> </plist> |
From: Philip L. <phi...@us...> - 2005-07-29 19:31:44
|
Update of /cvsroot/artoolkit/artoolkit/examples/range In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11765 Added Files: rangeTest-Info.plist Log Message: Necessary file for Mac application bundle. --- NEW FILE: rangeTest-Info.plist --- <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>CFBundleDevelopmentRegion</key> <string>English</string> <key>CFBundleExecutable</key> <string>rangeTest</string> <key>CFBundleIdentifier</key> <string>org.hitlabnz.rangeTest</string> <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string> <key>CFBundlePackageType</key> <string>APPL</string> <key>CFBundleSignature</key> <string>????</string> <key>CFBundleVersion</key> <string>2.71</string> </dict> </plist> |
From: Philip L. <phi...@us...> - 2005-07-29 19:31:39
|
Update of /cvsroot/artoolkit/artoolkit/examples/simpleVRML In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11743 Added Files: simpleVRML-Info.plist Log Message: Necessary file for Mac application bundle. --- NEW FILE: simpleVRML-Info.plist --- <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>CFBundleDevelopmentRegion</key> <string>English</string> <key>CFBundleExecutable</key> <string>simpleVRML</string> <key>CFBundleIdentifier</key> <string>org.hitlabnz.simpleVRML</string> <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string> <key>CFBundlePackageType</key> <string>APPL</string> <key>CFBundleSignature</key> <string>????</string> <key>CFBundleVersion</key> <string>2.71</string> </dict> </plist> |
From: Philip L. <phi...@us...> - 2005-07-29 19:31:35
|
Update of /cvsroot/artoolkit/artoolkit/examples/paddleInteraction In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11712 Added Files: paddleInteractionTest-Info.plist Log Message: Necessary file for Mac application bundle. --- NEW FILE: paddleInteractionTest-Info.plist --- <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>CFBundleDevelopmentRegion</key> <string>English</string> <key>CFBundleExecutable</key> <string>paddleInteractionTest</string> <key>CFBundleIdentifier</key> <string>org.hitlabnz.paddleInteractionTest</string> <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string> <key>CFBundlePackageType</key> <string>APPL</string> <key>CFBundleSignature</key> <string>????</string> <key>CFBundleVersion</key> <string>2.71</string> </dict> </plist> |
From: Philip L. <phi...@us...> - 2005-07-29 17:56:31
|
Update of /cvsroot/artoolkit/artoolkit/examples/multi In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20690 Added Files: multiTest-Info.plist Log Message: Necessary file for Mac application bundle. --- NEW FILE: multiTest-Info.plist --- <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>CFBundleDevelopmentRegion</key> <string>English</string> <key>CFBundleExecutable</key> <string>multiTest</string> <key>CFBundleIdentifier</key> <string>org.hitlabnz.multiTest</string> <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string> <key>CFBundlePackageType</key> <string>APPL</string> <key>CFBundleSignature</key> <string>????</string> <key>CFBundleVersion</key> <string>2.71</string> </dict> </plist> |
From: Philip L. <phi...@us...> - 2005-07-29 17:56:24
|
Update of /cvsroot/artoolkit/artoolkit/examples/modeTest In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20550 Added Files: modeTest-Info.plist Log Message: Necessary file for Mac application bundle. --- NEW FILE: modeTest-Info.plist --- <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>CFBundleDevelopmentRegion</key> <string>English</string> <key>CFBundleExecutable</key> <string>modeTest</string> <key>CFBundleIdentifier</key> <string>org.hitlabnz.modeTest</string> <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string> <key>CFBundlePackageType</key> <string>APPL</string> <key>CFBundleSignature</key> <string>????</string> <key>CFBundleVersion</key> <string>2.71</string> </dict> </plist> |
From: Philip L. <phi...@us...> - 2005-07-29 17:56:00
|
Update of /cvsroot/artoolkit/artoolkit/examples/loadMultiple In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20512 Added Files: loadMultiple-Info.plist Log Message: Necessary file for Mac application bundle. --- NEW FILE: loadMultiple-Info.plist --- <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>CFBundleDevelopmentRegion</key> <string>English</string> <key>CFBundleExecutable</key> <string>loadMultiple</string> <key>CFBundleIdentifier</key> <string>org.hitlabnz.loadMultiple</string> <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string> <key>CFBundlePackageType</key> <string>APPL</string> <key>CFBundleSignature</key> <string>????</string> <key>CFBundleVersion</key> <string>2.71</string> </dict> </plist> |
From: Philip L. <phi...@us...> - 2005-07-29 00:44:53
|
Update of /cvsroot/artoolkit/artoolkit/examples/exview In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12170 Added Files: exview-Info.plist Log Message: Necessary file for Mac application bundle. --- NEW FILE: exview-Info.plist --- <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>CFBundleDevelopmentRegion</key> <string>English</string> <key>CFBundleExecutable</key> <string>exview</string> <key>CFBundleIdentifier</key> <string>org.hitlabnz.exview</string> <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string> <key>CFBundlePackageType</key> <string>APPL</string> <key>CFBundleSignature</key> <string>????</string> <key>CFBundleVersion</key> <string>2.71</string> </dict> </plist> |
From: Philip L. <phi...@us...> - 2005-07-29 00:44:42
|
Update of /cvsroot/artoolkit/artoolkit/examples/collide In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12154 Added Files: collideTest-Info.plist Log Message: Necessary file for Mac application bundle. --- NEW FILE: collideTest-Info.plist --- <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>CFBundleDevelopmentRegion</key> <string>English</string> <key>CFBundleExecutable</key> <string>collideTest</string> <key>CFBundleIdentifier</key> <string>org.hitlabnz.collideTest</string> <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string> <key>CFBundlePackageType</key> <string>APPL</string> <key>CFBundleSignature</key> <string>????</string> <key>CFBundleVersion</key> <string>2.71</string> </dict> </plist> |
From: Philip L. <phi...@us...> - 2005-07-28 21:58:59
|
Update of /cvsroot/artoolkit/artoolkit/util/mk_patt In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14230 Modified Files: mk_patt.c Log Message: Adjust Windows vconf. Index: mk_patt.c =================================================================== RCS file: /cvsroot/artoolkit/artoolkit/util/mk_patt/mk_patt.c,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** mk_patt.c 23 Jul 2005 00:01:56 -0000 1.4 --- mk_patt.c 28 Jul 2005 21:58:50 -0000 1.5 *************** *** 16,19 **** --- 16,21 ---- #include <AR/ar.h> + /* set up the video format globals */ + #if defined(__sgi) char *vconf = "-size=FULL"; *************** *** 31,35 **** # endif #elif defined(_WIN32) ! char *vconf = "WDM_camera_flipV.xml"; #elif defined(__APPLE__) char *vconf = "-width=640 -height=480"; --- 33,37 ---- # endif #elif defined(_WIN32) ! char *vconf = "Data\\WDM_camera_flipV.xml"; #elif defined(__APPLE__) char *vconf = "-width=640 -height=480"; |
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; |
From: Philip L. <phi...@us...> - 2005-07-28 21:58:50
|
Update of /cvsroot/artoolkit/artoolkit/util/videoTest In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14180 Modified Files: videoTest.c Log Message: Adjust Windows vconf. Index: videoTest.c =================================================================== RCS file: /cvsroot/artoolkit/artoolkit/util/videoTest/videoTest.c,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** videoTest.c 23 Jul 2005 00:00:59 -0000 1.5 --- videoTest.c 28 Jul 2005 21:58:42 -0000 1.6 *************** *** 16,21 **** #include <AR/ar.h> #ifdef _WIN32 ! char *vconf = "WDM_camera_flipV.xml"; #else char *vconf = ""; --- 16,23 ---- #include <AR/ar.h> + /* set up the video format globals */ + #ifdef _WIN32 ! char *vconf = "Data\\WDM_camera_flipV.xml"; #else char *vconf = ""; |
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"; |
From: Philip L. <phi...@us...> - 2005-07-28 21:58:42
|
Update of /cvsroot/artoolkit/artoolkit/examples/loadMultiple In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14121 Modified Files: loadMultiple.c Log Message: Adjust Windows vconf. Index: loadMultiple.c =================================================================== RCS file: /cvsroot/artoolkit/artoolkit/examples/loadMultiple/loadMultiple.c,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** loadMultiple.c 23 Jul 2005 00:01:26 -0000 1.5 --- loadMultiple.c 28 Jul 2005 21:58:33 -0000 1.6 *************** *** 30,43 **** int count = 0; ! /* set video capture configuration */ ! /*****************************************************************************/ ! // modified by Thomas Pintaric, Vienna University of Technology #ifdef _WIN32 ! char *vconf = "WDM_camera_flipV.xml"; #else char *vconf = ""; #endif - /*****************************************************************************/ char *cparam_name = "Data/camera_para.dat"; --- 30,40 ---- int count = 0; ! /* set up the video format globals */ #ifdef _WIN32 ! char *vconf = "Data\\WDM_camera_flipV.xml"; #else char *vconf = ""; #endif char *cparam_name = "Data/camera_para.dat"; |
From: Philip L. <phi...@us...> - 2005-07-28 21:58:36
|
Update of /cvsroot/artoolkit/artoolkit/util/calib_cparam In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14083 Modified Files: calib_cparam.c Log Message: Adjust Windows vconf. Index: calib_cparam.c =================================================================== RCS file: /cvsroot/artoolkit/artoolkit/util/calib_cparam/calib_cparam.c,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** calib_cparam.c 23 Jul 2005 00:00:44 -0000 1.4 --- calib_cparam.c 28 Jul 2005 21:58:20 -0000 1.5 *************** *** 40,43 **** --- 40,45 ---- double dist_factor[4]; + /* set up the video format globals */ + #if defined(__sgi) char *vconf = "-size=FULL"; *************** *** 55,59 **** # endif #elif defined(_WIN32) ! char *vconf = "WDM_camera_flipV.xml"; #elif defined(__APPLE__) char *vconf = "-width=640 -height=480"; --- 57,61 ---- # endif #elif defined(_WIN32) ! char *vconf = "Data\\WDM_camera_flipV.xml"; #elif defined(__APPLE__) char *vconf = "-width=640 -height=480"; |
From: Philip L. <phi...@us...> - 2005-07-28 21:58:24
|
Update of /cvsroot/artoolkit/artoolkit/examples/paddle In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14065 Modified Files: paddleTest.c Log Message: Adjust Windows vconf. Index: paddleTest.c =================================================================== RCS file: /cvsroot/artoolkit/artoolkit/examples/paddle/paddleTest.c,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** paddleTest.c 22 Jul 2005 23:59:54 -0000 1.5 --- paddleTest.c 28 Jul 2005 21:58:15 -0000 1.6 *************** *** 28,41 **** ARParam cparam; ! /* set video capture configuration */ ! /*****************************************************************************/ ! // modified by Thomas Pintaric, Vienna University of Technology #ifdef _WIN32 ! char *vconf = "WDM_camera_flipV.xml"; #else char *vconf = ""; #endif - /*****************************************************************************/ char *config_name = "Data/multi/marker.dat"; --- 28,38 ---- ARParam cparam; ! /* set up the video format globals */ #ifdef _WIN32 ! char *vconf = "Data\\WDM_camera_flipV.xml"; #else char *vconf = ""; #endif char *config_name = "Data/multi/marker.dat"; |
From: Philip L. <phi...@us...> - 2005-07-28 21:58:20
|
Update of /cvsroot/artoolkit/artoolkit/examples/simple2 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14043 Modified Files: simpleTest2.c Log Message: Adjust Windows vconf. Index: simpleTest2.c =================================================================== RCS file: /cvsroot/artoolkit/artoolkit/examples/simple2/simpleTest2.c,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** simpleTest2.c 22 Jul 2005 23:59:34 -0000 1.4 --- simpleTest2.c 28 Jul 2005 21:58:11 -0000 1.5 *************** *** 16,28 **** #include <AR/ar.h> ! /*****************************************************************************/ ! // modified by Thomas Pintaric, Vienna University of Technology #ifdef _WIN32 ! char *vconf = "WDM_camera_flipV.xml"; #else char *vconf = ""; #endif ! /*****************************************************************************/ int xsize, ysize; int thresh = 100; --- 16,27 ---- #include <AR/ar.h> ! /* set up the video format globals */ #ifdef _WIN32 ! char *vconf = "Data\\WDM_camera_flipV.xml"; #else char *vconf = ""; #endif ! int xsize, ysize; int thresh = 100; |
From: Philip L. <phi...@us...> - 2005-07-28 21:58:15
|
Update of /cvsroot/artoolkit/artoolkit/examples/twoView In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14021 Modified Files: twoView.c Log Message: Adjust Windows vconf. Index: twoView.c =================================================================== RCS file: /cvsroot/artoolkit/artoolkit/examples/twoView/twoView.c,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** twoView.c 27 Jul 2005 00:29:52 -0000 1.7 --- twoView.c 28 Jul 2005 21:58:06 -0000 1.8 *************** *** 547,552 **** char *vconfs[] = { // Camera configuration. #if defined(_WIN32) ! "WDM_camera_flipV.xml", ! "WDM_camera_flipV.xml", #elif defined(__APPLE__) "", --- 547,552 ---- char *vconfs[] = { // Camera configuration. #if defined(_WIN32) ! "Data\\WDM_camera_flipV.xml", ! "Data\\WDM_camera_flipV.xml", #elif defined(__APPLE__) "", |
From: Philip L. <phi...@us...> - 2005-07-28 21:58:10
|
Update of /cvsroot/artoolkit/artoolkit/examples/paddleDemo In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13984 Modified Files: paddleDemo.c Log Message: Adjust Windows vconf. Index: paddleDemo.c =================================================================== RCS file: /cvsroot/artoolkit/artoolkit/examples/paddleDemo/paddleDemo.c,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** paddleDemo.c 27 Jul 2005 00:29:44 -0000 1.5 --- paddleDemo.c 28 Jul 2005 21:58:02 -0000 1.6 *************** *** 20,32 **** /* 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 - /*****************************************************************************/ #define TARGET_NUM 5 --- 20,29 ---- /* set up the video format globals */ #ifdef _WIN32 ! char *vconf = "Data\\WDM_camera_flipV.xml" #else char *vconf = ""; #endif #define TARGET_NUM 5 |
From: Philip L. <phi...@us...> - 2005-07-28 21:58:05
|
Update of /cvsroot/artoolkit/artoolkit/examples/range In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13964 Modified Files: rangeTest.c Log Message: Adjust Windows vconf. Index: rangeTest.c =================================================================== RCS file: /cvsroot/artoolkit/artoolkit/examples/range/rangeTest.c,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** rangeTest.c 23 Jul 2005 00:01:15 -0000 1.5 --- rangeTest.c 28 Jul 2005 21:57:57 -0000 1.6 *************** *** 28,41 **** int count = 0; ! /* set video capture configuration */ ! /*****************************************************************************/ ! // modified by Thomas Pintaric, Vienna University of Technology #ifdef _WIN32 ! char *vconf = "WDM_camera_flipV.xml"; #else char *vconf = ""; #endif - /*****************************************************************************/ char *cparam_name = "Data/camera_para.dat"; --- 28,38 ---- int count = 0; ! /* set up the video format globals */ #ifdef _WIN32 ! char *vconf = "Data\\WDM_camera_flipV.xml"; #else char *vconf = ""; #endif char *cparam_name = "Data/camera_para.dat"; |
From: Philip L. <phi...@us...> - 2005-07-28 21:58:01
|
Update of /cvsroot/artoolkit/artoolkit/examples/collide In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13945 Modified Files: collideTest.c Log Message: Adjust Windows vconf. Index: collideTest.c =================================================================== RCS file: /cvsroot/artoolkit/artoolkit/examples/collide/collideTest.c,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** collideTest.c 23 Jul 2005 00:02:16 -0000 1.5 --- collideTest.c 28 Jul 2005 21:57:53 -0000 1.6 *************** *** 31,37 **** int count = 0; ! /* set video capture configuration */ #ifdef _WIN32 ! char *vconf = "WDM_camera_flipV.xml"; #else char *vconf = ""; --- 31,38 ---- int count = 0; ! /* set up the video format globals */ ! #ifdef _WIN32 ! char *vconf = "Data\\WDM_camera_flipV.xml"; #else char *vconf = ""; |
From: Philip L. <phi...@us...> - 2005-07-28 21:57:57
|
Update of /cvsroot/artoolkit/artoolkit/examples/modeTest In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13903 Modified Files: modeTest.c Log Message: Adjust Windows vconf. Index: modeTest.c =================================================================== RCS file: /cvsroot/artoolkit/artoolkit/examples/modeTest/modeTest.c,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** modeTest.c 23 Jul 2005 00:00:55 -0000 1.4 --- modeTest.c 28 Jul 2005 21:57:49 -0000 1.5 *************** *** 30,38 **** /* set up the video format globals */ #ifdef _WIN32 ! char *vconf = "WDM_camera_flipV.xml"; #else char *vconf = ""; #endif int xsize; int ysize; --- 30,40 ---- /* set up the video format globals */ + #ifdef _WIN32 ! char *vconf = "Data\\WDM_camera_flipV.xml"; #else char *vconf = ""; #endif + int xsize; int ysize; |
From: Philip L. <phi...@us...> - 2005-07-28 21:57:53
|
Update of /cvsroot/artoolkit/artoolkit/examples/simpleVRML In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13877 Modified Files: simpleVRML.c Log Message: Adjust Windows vconf. Index: simpleVRML.c =================================================================== RCS file: /cvsroot/artoolkit/artoolkit/examples/simpleVRML/simpleVRML.c,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** simpleVRML.c 27 Jul 2005 00:29:40 -0000 1.4 --- simpleVRML.c 28 Jul 2005 21:57:44 -0000 1.5 *************** *** 403,407 **** char *vconf = // Camera configuration. #if defined(_WIN32) ! "WDM_camera_flipV.xml"; #elif defined(__APPLE__) ""; --- 403,407 ---- char *vconf = // Camera configuration. #if defined(_WIN32) ! "Data\\WDM_camera_flipV.xml"; #elif defined(__APPLE__) ""; |