D-Link's VGA webcam.
Decent image in inside scenes during the daytime, a little over-exposure in sunlight and too dark at night, but really a cheap camera capable of 30 fps (realtime, no interpolation).
***WARNING: It requires that /usr/src/linux points to your current kernel source! If you do not have it installed it will fail to compile and install.***
Once compiled and installed, you can add the lines
ov511
ovcamchip
to your /etc/modules.autoload.d/kernel-2.x (x being 4 or 6)
--- One time only
to use without rebooting the machine to load the modules, as root type
modprobe ovcamchip
modprobe ov511
and you should be able to use it, either with xawtv or gnomemeeting.
The onboard microphone doesn't work yet, and I don't know when it will be supported.
Hi!
Actaully I have Kernel 2.6.11-1.35_FC3 on my system, so I downloaded kernel source 2.6.11 from kernel.org and "tar -xvzf" it to /usr/src and created "ln -s /usr/src/linux-2.6.11/ linux" and try to "make" the ov511 but it fails.
I even change the INCLUDEDIR on Makefile... so... I'm lost....
$ sudo make
Building OVCam drivers for 2.6 kernel.
PLEASE IGNORE THE "Overriding SUBDIRS" WARNING
/usr/bin/make -C /lib/modules/2.6.11-1.35_FC3/build SUBDIRS=/home/igor/ov511-2.27 modules
make[1]: Entering directory `/lib/modules/2.6.11-1.35_FC3/build'
CC [M] /home/igor/ov511-2.27/ov511_core.o
/home/igor/ov511-2.27/ov511_core.c:1674: error: `I2C_ADAP_CLASS_CAM_DIGITAL' undeclared here (not ina function)
/home/igor/ov511-2.27/ov511_core.c:1674: error: initializer element is not constant
/home/igor/ov511-2.27/ov511_core.c:1674: error: (near initialization for `i2c_adap_template.class')
/home/igor/ov511-2.27/ov511_core.c: In function `ov51x_mmap':
/home/igor/ov511-2.27/ov511_core.c:4884: warning: implicit declaration of function `remap_page_range'
/home/igor/ov511-2.27/ov511_core.c: At top level:
/home/igor/ov511-2.27/ov511_core.c:4908: warning: initialization from incompatible pointer type
make[2]: *** [/home/igor/ov511-2.27/ov511_core.o] Error 1
make[1]: *** [_module_/home/igor/ov511-2.27] Error 2
make[1]: Leaving directory `/lib/modules/2.6.11-1.35_FC3/build'
make: *** [default] Error 2
Would you recommend the product? yes | Price you paid?: None indicated | Rating: 8
Kernel (uname -r):
Linux Odin 2.6.21-suspend2-r4 #1 SMP PREEMPT Sat May 26 13:07:57 PDT 2007 x86_64 AMD Opteron(tm) Processor 250 AuthenticAMD GNU/Linux
Distribution:
Gentoo
Yeah, it's time to update those drivers. The alpha.dyndns.org driver doesn't work past 2.6.16 (for the experimental version!) and the kernel included one isn't much better.
Anyone know what's going on?
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.