[artoolkit-commits] artoolkit/examples/simple simpleTest.c, 1.9, 1.10
Optical marker tracking and overlay for augmented reality.
Brought to you by:
philip_lamb
From: Hartmut S. <ret...@us...> - 2006-09-18 04:48:39
|
Update of /cvsroot/artoolkit/artoolkit/examples/simple In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv28053/examples/simple Modified Files: simpleTest.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: simpleTest.c =================================================================== RCS file: /cvsroot/artoolkit/artoolkit/examples/simple/simpleTest.c,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** simpleTest.c 15 Sep 2006 03:41:14 -0000 1.9 --- simpleTest.c 18 Sep 2006 04:48:33 -0000 1.10 *************** *** 26,34 **** #elif defined (__linux) #if defined (AR_INPUT_GSTREAMER) ! /* possible streams ! "filesrc location=gstreamer_test_xvid.avi ! decodebin ! ffmpegcolorspace ! capsfilter caps=video/x-raw-rgb,bpp=24 ! identity name=artoolkit ! fakesink"; ! "v4l2src device=/dev/video1 use-fixed-fps=false ! 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"; #elif defined (AR_INPUT_V4L) "-dev=/dev/video0 -channel=0 -palette=YUV420P -width=320 -height=240"; --- 26,30 ---- #elif defined (__linux) #if defined (AR_INPUT_GSTREAMER) ! ""; #elif defined (AR_INPUT_V4L) "-dev=/dev/video0 -channel=0 -palette=YUV420P -width=320 -height=240"; |