Update of /cvsroot/artoolkit/artoolkit/util/videoTest
In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv10204/util/videoTest
Modified Files:
videoTest.c
Log Message:
V4L now also configurable through ARTOOLKIT_CONFIG
Index: videoTest.c
===================================================================
RCS file: /cvsroot/artoolkit/artoolkit/util/videoTest/videoTest.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** videoTest.c 18 Sep 2006 04:48:34 -0000 1.9
--- videoTest.c 18 Sep 2006 05:24:06 -0000 1.10
***************
*** 28,32 ****
"";
# else
! "-dev=/dev/video0 -channel=0 -palette=YUV420P -width=320 -height=240";
# endif
#else
--- 28,32 ----
"";
# else
! "";
# endif
#else
|