[Linux-uvc-devel] Minoru stereo webcam: Auto Control deactivation

2009-03-19 Thread julien quelen
I get an error with V4L2_CID_AUTOGAIN and V4L2_CID_EXPOSURE_AUTO ) I also don't manage to tune exposure, or white balance.. Is it possible to do that? Thanks in advance! Regards Julien Quelen ___ Linux-uvc-devel mailing list Linux-uvc-devel@lists.

Re: [Linux-uvc-devel] Multi cameras synchronization

2007-05-14 Thread julien quelen
Hi Laurent, On Sun, 2007-05-13 at 23:14 +0200, Laurent Pinchart wrote: > Hi Julien, > > > On Friday 11 May 2007, julien quelen wrote: > > Hi all, > > > > I am trying to build a synchronized multiple cameras capture. > > I started with 2 Logitech QuickCam Ult

[Linux-uvc-devel] Multi cameras synchronization

2007-05-11 Thread julien quelen
mmap method, USB isochronous transferts). Frames appear to be more or less synchronized. However sometimes, the 2 cameras start totally dephased. Is there a way to be more precise in the image capture start? Thanks in advance for any help! Julien Quelen

Re: [Linux-uvc-devel] Max number of packets in an isochronous URB

2007-05-10 Thread julien quelen
I just tried: #define UVC_URBS10 #define UVC_MAX_ISO_PACKETS 20 in uvcvideo.h and I have the same problem... Regards, Julien Quelen On Thu, 2007-05-10 at 13:21 +0200, Laurent Pinchart wrote: > Hi Julien, > > > On Thu, 2007-05-10 at 10:56 +0200, Laurent Pi

Re: [Linux-uvc-devel] Max number of packets in an isochronous URB

2007-05-10 Thread julien quelen
Hi Laurent, On Thu, 2007-05-10 at 10:56 +0200, Laurent Pinchart wrote: > Hi Julien, > > > I am working on video capture with several cameras. > > I have Logitech QuickCam UltraVision webcams. > > > > Is it possible to reduce the number of packets per isochronous URB in > > uvcvideo driver? > > By

[Linux-uvc-devel] Max number of packets in an isochronous URB

2007-05-09 Thread julien quelen
Hello, I am working on video capture with several cameras. I have Logitech QuickCam UltraVision webcams. Is it possible to reduce the number of packets per isochronous URB in uvcvideo driver? By default, UVC_MAX_ISO_PACKETS is egual to 40. When I change this value to 10 for example, image captur