[Spca50x-devs] Re: **** Canyon WCAM 21
- Date: Tue, 7 Mar 2006 09:33:27 +0100
- From: "Jindra Fucik" <fulda@xxxxxxxxx>
- Subject: [Spca50x-devs] Re: **** Canyon WCAM 21
----- Original Message -----
Hi guys,
On the page: http://www.qbik.ch/usb/devices/showdev.php?id=3506 I see, that you have experience with usb webcams.
I have little problems with Canyon wcam21 - I see, thet it works for anybody. I build spca5xx-20060202, webcam supported, but have any problems with decoder.
Little problem is, I'm running FreeBSD, but different cameras (Mustek MDC3500) work fine.
Please, have you any "aditional info" about this camera?
Thank you
Jindra
P.S. - anybody want "patch" for Mustek MDC3500 ???
Hello
Please, send spca5xx question to the mail list http://sourceforge.net/mail/?group_id=28498
Regards, Thomas
Hey Jindra
Thanks for posting this to the list, so you get a bigger audience :-)
I did not recognize that the wcam21 is a PAC207 based chip. But anyway I don't have FreeBSD, so I can not test :-(. The PAC207 was reengineered from the Windoz snoops. And we did test it on Linux. But there are still some things we don't know. Maybe takaM can help you on the BSD side?
Do you need another snoops? ;o)
How about the patch for the Mustek MDC3500?
MDC3500 is easy, it is 464x288 sensor, BRIDGE_SPCA533, JPEG
---
if (spca50x->desc == MustekMDC3500) {
spca50x->maxwidth = 464;
spca50x->maxheight= 288;
spca50x->minwidth = 176;
spca50x->minheight= 144;
---
case 0x055f: /* Mustek cameras */
...
case 0xc232:
spca50x->desc = MustekMDC3500;
spca50x->bridge = BRIDGE_SPCA533;
spca50x->sensor = SENSOR_INTERNAL;
spca50x->header_len =
SPCA533_OFFSET_DATA;
spca50x->i2c_ctrl_reg = 0;
spca50x->i2c_base = 0;
spca50x->i2c_trigger_on_write = 0;
spca50x->cameratype = JPEG;
info ("USB SPCA5XX camera found. Mustek MDC3500");
---
example:
http://logout.sh.cvut.cz/~fulda/
http://logout.sh.cvut.cz/~fulda/images/capture.jpeg
What did you change?
Can you please post?
Regards, Thomas
--
http://www.kaiser-linux.li
------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ Spca50x-devs mailing list Spca50x-devs@xxxxxxxxxxxxxxxxxxxxx https://lists.sourceforge.net/lists/listinfo/spca50x-devs
- Prev by Date: Re: [Spca50x-devs] Canyon WCAM21
- Next by Date: Re: [Spca50x-devs] [BUG] kernel stall in spca50x driver - reopened
- Previous by thread: [Spca50x-devs] Canyon WCAM21
- Next by thread: [Spca50x-devs] Re: **** Canyon WCAM 21
- Index(es):