[Spca50x-devs] Aiptek DV 4100M
- Date: Thu, 01 Jun 2006 11:57:14 -0400
- From: "Jon M. Lamb" <b.a.m.b@xxxxxxxxxxx>
- Subject: [Spca50x-devs] Aiptek DV 4100M
I have a Aiptek Pocket DV 4100M camera. lsusb gives an ID of 08ca:2040. After trying several I was able to get it working with the following bridge.
case 0x2040:
spca50x->desc = AiptekDV4100M;
spca50x->bridge = BRIDGE_SPCA536;
spca50x->sensor = SENSOR_INTERNAL;
spca50x->cameratype = JPEG;
info("USB SPCA5XX camera found. Aiptek DV4100M");
memcpy(&spca50x->funct,&fsp5xxfw2,sizeof(struct cam_operation));
break;
I get an image and the pc is stable if I leave the camera pointing
outside. (Tested for at least an hour) If I move the camera to quickly
perhaps making the image become to dark as someone mentioned in a
previous post my PC freezes. Was a solution found for this and is there
something I should do to get this camera included in the driver?
Jon ------------------------------------------------------- All the advantages of Linux Managed Hosting--Without the Cost and Risk! Fully trained technicians. The highest number of Red Hat certifications in the hosting industry. Fanatical Support. Click to learn more http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642 _______________________________________________ Spca50x-devs mailing list Spca50x-devs@xxxxxxxxxxxxxxxxxxxxx https://lists.sourceforge.net/lists/listinfo/spca50x-devs
- Follow-Ups:
- Re: [Spca50x-devs] Aiptek DV 4100M
- From: michel Xhaard
- Re: [Spca50x-devs] Aiptek DV 4100M
- Prev by Date: Re: [Spca50x-devs] Problem with my X10 Cameras and the Spca5xx driver
- Next by Date: Re: [Spca50x-devs] Aiptek DV 4100M
- Previous by thread: [Spca50x-devs] Problem with my X10 Cameras and the Spca5xx driver
- Next by thread: Re: [Spca50x-devs] Aiptek DV 4100M
- Index(es):