Sonix SN9C101 USB camera Plug-In library for 'FUKIDASHI-KUN' version 0.01 [test release] This module is plug-in for Sonix SN9C101 USB camera based on 'snx101shot' written by Takafumi Mizuno . Most part of this code is the same as snx101shot. How to make: % cd $(YOUR_WORKING_DIRECTORY) % tar zxvf $(DOWNLOAD_PATH)/snx101cam-001.tar.gz % cd snx101cam % make % sudo make install How to use: This program uses /dev/ugen* special files. You have to change the access mode to be able to read and write. % sudo chmod a+rw /dev/ugen0* Connect snx101 cam to your netbsd box. Execute fukidashi after that. Supported cameras: - Tama Electronic Corp., Z-102/Z-104 - SWEEX USB Mini Webcam JA00030 (maybe) Note: This plug-in does not support any image control. History: 2004.7.04 v0.01 change some function to unique name and static 2004.6.14 First (v0.00)