Re: Driver loaded, now, how do I access the camera? (WAS: Re: Intel Deluxe PC Camera )

2007-11-06 Thread Andrew Sackville-West
On Mon, Nov 05, 2007 at 11:00:42PM -0800, Marc Shapiro wrote: OK. I Manually downloaded the gspca-source module and did 'm-a update' and when I went through the steps it seemed to build OK, but did not load. Silly me! Once I unplugged the camera and re-plugged it in, the driver

Re: Driver loaded, now, how do I access the camera? (WAS: Re: Intel Deluxe PC Camera )

2007-11-06 Thread John Schmidt
On Tuesday 06 November 2007, Marc Shapiro wrote: So my drivers seem to be loaded. Now, how do I access the camera, so that I can capture an image to be processed? I am currently thinking of using opencv through either C/C++ or Python. How would I access the camera to generate an image

Driver loaded, now, how do I access the camera? (WAS: Re: Intel Deluxe PC Camera )

2007-11-05 Thread Marc Shapiro
John Schmidt wrote: On Sunday 04 November 2007, Marc Shapiro wrote: Well, I tried to follow the above instructions, but... I didn't have the kernel headers for my 2.6.16 kernel and they do not seem to be available in the Etch repository. I took this as a sign that it was time to upgrade

Re: Intel Deluxe PC Camera

2007-11-04 Thread Thierry Chatelet
On Sunday 04 November 2007 07:35, John Schmidt wrote: On Sunday 04 November 2007, Marc Shapiro wrote: It looks like the driver module that I need is spca501. There is a source package for Etch: spca5xx-source What is the best way to compile this? I generally just use stock

Re: Intel Deluxe PC Camera

2007-11-04 Thread Jonathan Kaye
Thierry Chatelet wrote: Unless I am mistaking, I read somewhere that spca5xx was for kernel up to 2.6.11, for later kernel you need gspca-sources. Thierry I'm using spca5xx-source with 2.6.22 on lenny. I needed it to build a sn9c102 module. Cheers, Jonathan -- Registerd Linux user #445917

Re: Intel Deluxe PC Camera

2007-11-04 Thread Andrew Sackville-West
On Sun, Nov 04, 2007 at 08:27:53AM +0100, Thierry Chatelet wrote: On Sunday 04 November 2007 07:35, John Schmidt wrote: On Sunday 04 November 2007, Marc Shapiro wrote: It looks like the driver module that I need is spca501. There is a source package for Etch: spca5xx-source

Re: Intel Deluxe PC Camera

2007-11-04 Thread Marc Shapiro
Andrew Sackville-West wrote: On Sun, Nov 04, 2007 at 08:27:53AM +0100, Thierry Chatelet wrote: On Sunday 04 November 2007 07:35, John Schmidt wrote: On Sunday 04 November 2007, Marc Shapiro wrote: It looks like the driver module that I need is spca501. There is a source

Re: Intel Deluxe PC Camera

2007-11-04 Thread Andrew Sackville-West
On Sun, Nov 04, 2007 at 08:34:20AM -0800, Marc Shapiro wrote: Andrew Sackville-West wrote: On Sun, Nov 04, 2007 at 08:27:53AM +0100, Thierry Chatelet wrote: On Sunday 04 November 2007 07:35, John Schmidt wrote: On Sunday 04 November 2007, Marc Shapiro wrote: It looks like

Re: Intel Deluxe PC Camera

2007-11-04 Thread Marc Shapiro
Andrew Sackville-West wrote: On Sun, Nov 04, 2007 at 08:34:20AM -0800, Marc Shapiro wrote: Andrew Sackville-West wrote: On Sun, Nov 04, 2007 at 08:27:53AM +0100, Thierry Chatelet wrote: On Sunday 04 November 2007 07:35, John Schmidt wrote: On Sunday 04

Re: Intel Deluxe PC Camera

2007-11-04 Thread Andrew Sackville-West
On Sun, Nov 04, 2007 at 09:04:49PM -0800, Marc Shapiro wrote: I didn't have the kernel headers for my 2.6.16 kernel and they do not seem to be available in the Etch repository. I took this as a sign that it was time to upgrade my kernel and upgraded to 2.6.22-3-k7 from backports. Then I

Re: Intel Deluxe PC Camera

2007-11-04 Thread John Schmidt
On Sunday 04 November 2007, Marc Shapiro wrote: Well, I tried to follow the above instructions, but... I didn't have the kernel headers for my 2.6.16 kernel and they do not seem to be available in the Etch repository. I took this as a sign that it was time to upgrade my kernel and upgraded

Intel Deluxe PC Camera

2007-11-03 Thread Marc Shapiro
I have just become the proud owner of an unused, still in box, Intel Deluxe PC Camera. This camera is dated 2001 and claims it requires Windows 98, 98SE, or Millennium Edition. Does anyone know if there are currently Linux drivers for this? I am running Etch with a 2.6.16-2-k7 stock Debian

Re: Intel Deluxe PC Camera

2007-11-03 Thread Marc Shapiro
Marc Shapiro wrote: I have just become the proud owner of an unused, still in box, Intel Deluxe PC Camera. This camera is dated 2001 and claims it requires Windows 98, 98SE, or Millennium Edition. Does anyone know if there are currently Linux drivers for this? I am running Etch

Re: Intel Deluxe PC Camera

2007-11-03 Thread John Schmidt
On Sunday 04 November 2007, Marc Shapiro wrote: It looks like the driver module that I need is spca501. There is a source package for Etch: spca5xx-source What is the best way to compile this? I generally just use stock kernels and the modules that come with them so I am unfamiliar