[artoolkit-commits] artoolkit/examples/simple simpleTest.c, 1.10, 1.11
Optical marker tracking and overlay for augmented reality.
Brought to you by:
philip_lamb
From: Hartmut S. <ret...@us...> - 2006-09-18 05:24:09
|
Update of /cvsroot/artoolkit/artoolkit/examples/simple In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv10204/examples/simple Modified Files: simpleTest.c Log Message: V4L now also configurable through ARTOOLKIT_CONFIG Index: simpleTest.c =================================================================== RCS file: /cvsroot/artoolkit/artoolkit/examples/simple/simpleTest.c,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** simpleTest.c 18 Sep 2006 04:48:33 -0000 1.10 --- simpleTest.c 18 Sep 2006 05:24:05 -0000 1.11 *************** *** 28,32 **** ""; #elif defined (AR_INPUT_V4L) ! "-dev=/dev/video0 -channel=0 -palette=YUV420P -width=320 -height=240"; #elif defined (AR_INPUT_DV) ""; --- 28,32 ---- ""; #elif defined (AR_INPUT_V4L) ! ""; #elif defined (AR_INPUT_DV) ""; |