Re: [Linux-uvc-devel] compile problems

2006-11-15 Thread Laurent Pinchart
Hi Gene, > Check this out about two minutes ago and this is what I got: > > [EMAIL PROTECTED]:/usr/src/trunk# mkae > Building USB Video Class driver... > make[1]: Entering directory `/usr/src/linux-2.6.19-rc2' >CC [M] /usr/src/trunk/uvcvideo.o > In file included from /usr/src/trunk/uvcvideo.c

Re: [Linux-uvc-devel] uvc fails to compile

2006-11-15 Thread Gene Imes
I have was checking out the trunk branch. I checked out the split branch and got it to compile and load. I then plugged in my "ProScope". This is the output of dmesg: usbcore: registered new interface driver uvcvideo USB Video Class driver (v0.1.0) usb 1-1: new high speed USB device using ehci_h

[Linux-uvc-devel] uvc fails to compile

2006-11-15 Thread Gene Imes
Sorry if this is a duplicate. I emailed before and I think it bounced. I checked out 'trunk' about five minutes and tried to compile it and this is what I got: [EMAIL PROTECTED]:/usr/src/trunk# mkae Building USB Video Class driver... make[1]: Entering directory `/usr/src/linux-2.6.19-rc2' CC

Re: [Linux-uvc-devel] Experimental patch for USB problem with Logitech webcams

2006-11-15 Thread Vidar Normann
On 11/13/06, Evgeny <[EMAIL PROTECTED]> wrote: Hi, all Please look at this patch. It contains at least 500 microseconds delay before сonsistent usb_control_msg() calls. Reset patch is also included, but disabled by default. In my test I never get -110 error. -32 returned in case of incorrect c

Re: [Linux-uvc-devel] Trouble recording from two webcams

2006-11-15 Thread Denis McLaughlin
Note that there was a discussion on the list a little while back about streaming from multiple video cameras. You can see the thread here: http://www.mail-archive.com/linux-uvc-devel@lists.berlios.de/msg00255.html As a short summary, I've had success streaming from 8 QC fusions on a single sy

Re: [Linux-uvc-devel] Trouble recording from two webcams

2006-11-15 Thread Michel Xhaard
Le Mercredi 15 Novembre 2006 09:07, Pablo d'Angelo a écrit : > Hi Vidar, > > > Hi, > > > > On 11/14/06, *Laurent Pinchart* <[EMAIL PROTECTED] > > > wrote: > > > > Except when asked for it :-) You're probably asking the webcam to > > stream in > > YUV format, an

Re: [Linux-uvc-devel] Hardware issues with UVC Linux driver and some USB controllers

2006-11-15 Thread Laurent Pinchart
Hi Vidar, > > The problem can occur at any time a control request is issued to the > > camera. Control requests are used to change the controls (brightness, > > contrast, ...) and initialise streaming. If you don't touch the controls, > > no problem should occur while the camera is streaming. > >

Re: [Linux-uvc-devel] Trouble recording from two webcams

2006-11-15 Thread Pablo d'Angelo
Hi Vidar, > Hi, > > On 11/14/06, *Laurent Pinchart* <[EMAIL PROTECTED] > > wrote: > > Except when asked for it :-) You're probably asking the webcam to > stream in > YUV format, and first generation hardware doesn't support low > resolutions in > YUV

Re: [Linux-uvc-devel] Trouble recording from two webcams

2006-11-15 Thread Martin Rubli
Ok, another interesting test with the same cameras. This time I used luvcview for one camera and another program for the second that allows me to select the frame rate. 1st camera: YUY2 960x720 @ 10 fps 2nd camera: YUY2 640x480 @ 15 fps works but fails with error -28 at >= 20 fps. So you se

Re: [Linux-uvc-devel] Trouble recording from two webcams

2006-11-15 Thread Martin Rubli
Hey Vidar, I just did a little testing with two cameras, a QuickCam for Notebooks Pro (2006 model) and a QuickCam Orbit MP/Sphere MP (2006 model). Using two instances of luvcview the following combinations work (only tested at the default resolutions): MJPEG: All combinations up to 2 x 640x4

Re: [Linux-uvc-devel] Trouble recording from two webcams

2006-11-15 Thread Michel Xhaard
Le Mercredi 15 Novembre 2006 05:34, Vidar Normann a écrit : > On 11/14/06, Laurent Pinchart <[EMAIL PROTECTED]> wrote: > > > > > > The thing that I notice is the third last line, seems the > > > > v4l2-driver > > > > > > > > forces transfer in a 1024x576 > > > > > > resolution? Other than that, I h