'FUKIDASHI-KUN' - USB camera viewer and some effect program for NetBSD ver.0.10 Copyright (C) 2004 Yasushi Oshima This is an USB camera viewer with some effect image. Environment: 1. OS NetBSD 1.6 or later (I checked on i386/1.6.2_STABLE and i386/2.0_RC4) 2. library Gtk+ 1.2.x (I checked on 1.2.10 from pkgsrc) Imlib 1.9.x (I checked on 1.9.14 from pkgsrc) How to make: 1. Make main program % cd (YOUR WORKING DIRECTORY) % tar zxvf (DOWNLOAD_PATH)/fukidashi-010.tar.gz % cd usbcam/view % make % sudo make install 2. Make USB camera plug-in See README of camera plug-in. And install USB camera plug-in (*.so) to /usr/local/lib/usbcam. Before running: This program accesses to USB camera through ugen(4). You must change access mode of /dev/ugen* files to be able to read and write. For example, % sudo chmod a+rw /dev/ugen* If you want to more one cameras, you may have to create devices with /dev/MAKEDEV script. For example, % cd /dev % sudo sh ./MAKEDEV ugen1 How to run: 1. Connect your usb camera to your netbsd box. 2. Start X window system server. 3. Start this program. % fukidashi 4. First, this works in picture view mode. If you want to capture from USB camera, turn on [Capture] radio button of [Mode] frame. For more information: (Sorry, under construction...) -- $Id: README,v 1.4 2004/11/14 15:17:23 oshima Exp $