Update of /cvsroot/artoolkit/artoolkit/util/mk_patt
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11247/util/mk_patt
Modified Files:
mk_patt.c
Log Message:
added GStreamer support
Index: mk_patt.c
===================================================================
RCS file: /cvsroot/artoolkit/artoolkit/util/mk_patt/mk_patt.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** mk_patt.c 8 Jun 2006 22:04:40 -0000 1.8
--- mk_patt.c 30 Jun 2006 04:38:40 -0000 1.9
***************
*** 58,62 ****
char *vconf = "-size=FULL";
#elif defined(__linux)
! # if defined(AR_INPUT_V4L)
char *vconf = "-width=640 -height=480";
# elif defined(AR_INPUT_1394CAM)
--- 58,64 ----
char *vconf = "-size=FULL";
#elif defined(__linux)
! # if defined(AR_INPUT_GSTREAMER)
! char *vconf = "videotestsrc";
! # elif defined(AR_INPUT_V4L)
char *vconf = "-width=640 -height=480";
# elif defined(AR_INPUT_1394CAM)
|