Subject: Re: is USB LiveView camera supported under current-netbsd
To: None <c5666305@hkstar.com>
From: Kazuki Sakamoto <sakamoto@cec.co.jp>
List: current-users
Date: 01/11/2000 11:12:28
c5666305@hkstar.com wrote:
> I got an usb camera, Liveview one, and attched to my laptop. My system
> (i386) can recognize it. However, I would like to konw if there exist
> any software support it or not. Thanks.
> ugen0 at uhub0 port 1
> ugen0: OmniVision OV511 Camera, rev 1.00/1.00, addr 2
I don't know exist any software for NetBSD, but
Linux has driver for ov511 (version 2.3.38, linux/drivers/usb/ov511.{c,h}).
and datasheet is <http://www.ovt.com/pdfs/OV511DS.pdf>.
We can write driver for ov511 :-)
sakamoto