genius videocam express v2
I try to using spca50x.o
I have genius videocam express v2
systemlog says
Mar 25 08:01:50 kernel: drivers/usb/spca50x.c: USB SPCA5XX camera found. Type Genius VideoCAM Express V2 (SPCA561A)
but ./videodog -x 320 -y 240 -w 3 -d /dev/v4l/video0 -f /var/tmp/display.jpg
making a non jpg file every bytes in 0x format (upper 4 bit is 0)
3 Attachment(s)
spca5xx-20060501 working on WL-500b(g) [good news]
hello all
first, sorry for my poor english.
i have Vimicro Zc301P (vid: 0x0ac8 pid: 0x303b), i download spca5xx-20060501 from http://mxhaard.free.fr/download.html, the original driver working on my Gentoo (kernel 2.6.16-r7) but WL-500b (kernel 2.4.20) is fail.
i fixed spca5xx-20060501, now it working on WL-500b ok, but rcamd is unsupport spca5xx driver, so i cross-compile spcaserv for WL-500b, the spcaserv now working on WL-500b ok and you can use spcaview in you linux-box see camera video.
thank mxhaard!
download compiled bin file
steps:
1. put spca5xx.o and spcaserv to WL-500b(g)
2. insmod spca5xx.o
3. ./spcaserv -d /dev/video -f jpg -s 320x240
4. in you linux-box, run spcaview -w IP
-----------------------------------------------------------------------------------
i upload spca5xx-20060501.path and spcaserv-mips.tar.gz for somebody ;)
spca5xx steps:
1. download original spca5xx-20060501.tar.gz
2. tar zxvf spca5xx-20060501.tar.gz
3. download spca5xx-20060501.path, put to spca5xx-20060501 path.
4. cd spca5xx-20060501
5. patch -p1 < spca5xx-20060501.patch
6. modify KINCLUDE in Makefile, e.g. /home/xxx/wl500b_dev/broadcom/src/linux/linux
7. make
8. upload to WL-500b and insmod spca5xx.o
spcaserv steps:
1. download original spcaserv.tar.gz
2. tar zxvf spcaserv.tar.gz
3. cd spcaserv
4. make
5. upload to WL-500b and run spcaserv
./spcaserv -d /dev/video -f jpg -s 320x240
how to integrate into oleg 1.9.2.7-7e?
Hello,
how can this driver (spca5xx-le.o -> which works now) be used for
the built in usb webcam app of oleg´s firmware?
Thanks in advance,
Wolfgang
spca5xx with VGA resolution?
is it possible to modify the spca5xx driver to support VGA 640x480 resolution? Has anybody a wl-500gP compiled object which supports VGA?