[artoolkit-commits] artoolkit/examples/simpleLite simpleLite.c, 1.16, 1.17
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/simpleLite In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv28053/examples/simpleLite Modified Files: simpleLite.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: simpleLite.c =================================================================== RCS file: /cvsroot/artoolkit/artoolkit/examples/simpleLite/simpleLite.c,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** simpleLite.c 10 Jul 2006 04:35:17 -0000 1.16 --- simpleLite.c 18 Sep 2006 04:48:33 -0000 1.17 *************** *** 423,429 **** #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"; --- 423,427 ---- #elif defined(__linux) # if defined(AR_INPUT_GSTREAMER) ! ""; # else "-dev=/dev/video0 -channel=0 -palette=YUV420P -width=320 -height=240"; |