OV511/511+ USB camera Plug-In library version 0.00 [test release] This module is plug-in for OminiVision OV511/OV511+ usb camera based on 'vid' written by Peter S. Housel . The "vid" program is released under GPL so this program should also be released under GPL. See COPYING. How to make: % cd $(YOUR_WORKING_DIRECTORY) % tar zxvf $(DOWNLOAD_PATH)/ov511cam_000.tar.gz % cd ov511cam % 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 OV511 cam to your netbsd box. Execute fukidashi after that. Supported cameras: - Creative Labs, Webcam Plus (OV511+) - Alpha Vision Tech, AlphaCam plus (OV511+) Probably another ov511+ camera will work similarly, too. Note: This plug-in supports some extra controls as follows: - brightness level control - contrast level control - red level control - blue level control But the contrast control will not work well.