Update of /cvsroot/artoolkit/artoolkit/util/videoTest
In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv28053/util/videoTest
Modified Files:
videoTest.c
Log Message:
implemented (read as: copied code) Waynes proposed ARTOOLKIT_CONFIG for GStreamer. Removed all GStreamer related example configuration strings from the examples and utils. Added section into the documentation
Index: videoTest.c
===================================================================
RCS file: /cvsroot/artoolkit/artoolkit/util/videoTest/videoTest.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** videoTest.c 10 Jul 2006 04:35:17 -0000 1.8
--- videoTest.c 18 Sep 2006 04:48:34 -0000 1.9
***************
*** 26,32 ****
#elif defined(__linux)
# if defined(AR_INPUT_GSTREAMER)
! //"gst_arttoolkit.xml";
! //"filesrc location=gstreamer_test_xvid.avi ! decodebin ! ffmpegcolorspace ! capsfilter caps=video/x-raw-rgb,bpp=24 ! identity name=artoolkit ! fakesink";
! " videotestsrc ! capsfilter caps=video/x-raw-rgb,bpp=24 ! identity name=artoolkit ! fakesink";
# else
"-dev=/dev/video0 -channel=0 -palette=YUV420P -width=320 -height=240";
--- 26,30 ----
#elif defined(__linux)
# if defined(AR_INPUT_GSTREAMER)
! "";
# else
"-dev=/dev/video0 -channel=0 -palette=YUV420P -width=320 -height=240";
|