Update of /cvsroot/artoolkit/artoolkit/util/mk_patt
In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv6406/util/mk_patt
Modified Files:
mk_patt.c
Log Message:
The DRAGONFLY flag in the Linux 1394 DC code was never implemented properly
or used for anything. Since we now have proper DragonFly camera support in the video
1394 code, I have removed this flag because otherwise it will be confusing for future
developers.
Index: mk_patt.c
===================================================================
RCS file: /cvsroot/artoolkit/artoolkit/util/mk_patt/mk_patt.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** mk_patt.c 30 Jun 2006 04:38:40 -0000 1.9
--- mk_patt.c 15 Sep 2006 03:08:18 -0000 1.10
***************
*** 63,71 ****
char *vconf = "-width=640 -height=480";
# elif defined(AR_INPUT_1394CAM)
- # ifndef DRAGONFLY
char *vconf = "-mode=640x480_YUV411";
- # else
- char *vconf = "-mode=640x480_MONO_COLOR";
- # endif
# elif defined(AR_INPUT_DV)
char *vconf = "";
--- 63,67 ----
|