Re: [Linux-uvc-devel] genius eface1300

2011-03-06 Thread Laurent Pinchart
Hi Gustavo, On Saturday 19 February 2011 22:49:34 gustavo battiti wrote: I want to notice you that I have a genius eface1300 webcam working so fine, both cam and micro, under Debian Lenny with custom kernel 2.6.32 compiled with the UVC modular driver. [5.881421] usbcore: registered new

Re: [Linux-uvc-devel] HP Pavillion DV3 WebCam

2011-03-06 Thread Laurent Pinchart
Hi Carlos, On Sunday 20 February 2011 00:50:04 Carlos Silva wrote: OK, just tested with no quirks and it works. Want me to send a patch for it? If no quirk is required, you don't need to patch the driver. It will work out of the box. -- Regards, Laurent Pinchart

[Linux-uvc-devel] [PATCH 2/3] Recalculate dwMaxVideoFrameBufferSize for MJPEG

2011-03-06 Thread Alexey Fisher
Some webcams report wired dwMaxVideoFrameBufferSize size, some times too big, some times too smole. I tested two webcams: 046d:0809 Logitech, Inc. Webcam Pro 9000 046d:0991 Logitech, Inc. QuickCam Pro for Notebooks with fallowing results. The dwMaxVideoFrameBufferSize is not always the same.

[Linux-uvc-devel] [PATCH 3/3] Make video fixup more robust

2011-03-06 Thread Alexey Fisher
Signed-off-by: Alexey Fisher bug-tr...@fisher-privat.net --- drivers/media/video/uvc/uvc_video.c | 59 ++- 1 files changed, 51 insertions(+), 8 deletions(-) diff --git a/drivers/media/video/uvc/uvc_video.c b/drivers/media/video/uvc/uvc_video.c index

[Linux-uvc-devel] [PATCH 1/3] Initial patch to use dynamic_debug system

2011-03-06 Thread Alexey Fisher
it make possible use of fine tunable system. We can set exact verbosity. Use case: this will enablle all message in module uvcvideo: echo module uvcvideo +p /sys/kernel/debug/dynamic_debug/control this will disable message of function uvc_v4l2_do_ioctl: echo func uvc_v4l2_do_ioctl -p

[Linux-uvc-devel] [PATCH 0/0] description

2011-03-06 Thread Alexey Fisher
Hi, i had some time to play with some webcams i had access to, and made some patches for it. Please take a look, if you think this is a good idea, i'll try to make them more clean. -- Regards, Alexey ___ Linux-uvc-devel mailing list

Re: [Linux-uvc-devel] Logitech C910 -- trying to run more than one.

2011-03-06 Thread Laurent Pinchart
Hi Philip, On Sunday 20 February 2011 21:57:24 Philip Gladstone wrote: I attached two C910s to a small linux box, and ran into the 'Failed to submit URB' problem. When I look at the descriptors for this camera, I think I understand the problem. I'm capturing at 5 Mpixels and I'm trying two

Re: [Linux-uvc-devel] MS Lifecam disconnect event

2011-03-06 Thread Laurent Pinchart
Hi, On Tuesday 22 February 2011 01:53:59 linux newbie wrote: [ 515.22] hub 1-0:1.0: state 7 ports 2 chg evt 0004 [ 515.22] str8100-ehci str8100-ehci: GetStatus port 2 status 001009 POWER sig=se0 PEC CONNECT [ 515.22] hub 1-0:1.0: port 2 enable change, status 0501 [

Re: [Linux-uvc-devel] Microsoft LifeCam HD-5000 exposure/fps problem and a workaround

2011-03-06 Thread Laurent Pinchart
Hi Jani, On Sunday 27 February 2011 08:42:33 Jani Frilander wrote: Hi. I have a Microsoft LifeCam HD-5000 (045e:076d) working almost perfectly. Could you please send me the output of lsusb -v -d 045e:076d (running as root if possible) ? I had some trouble getting a mjpeg stream @ 30 fps

Re: [Linux-uvc-devel] Add GUID to UVC

2011-03-06 Thread Laurent Pinchart
Hi Robert, On Wednesday 02 March 2011 15:08:49 Robert Lukassen wrote: Hi, I have a request to add support for a particular pixel-format (RGB565) to the list of recognized formats in UVC. This format is known in video for linux, but UVC does not list it. Here are the (rather minimal)

Re: [Linux-uvc-devel] [PATCH 2/3] Recalculate dwMaxVideoFrameBufferSize for MJPEG

2011-03-06 Thread Laurent Pinchart
Hi Alexey, On Sunday 06 March 2011 11:57:14 Alexey Fisher wrote: Some webcams report wired dwMaxVideoFrameBufferSize size, some times too big, some times too smole. I tested two webcams: 046d:0809 Logitech, Inc. Webcam Pro 9000 046d:0991 Logitech, Inc. QuickCam Pro for Notebooks with

Re: [Linux-uvc-devel] 0ac8:0332 Z-Star Microelectronics Corp. webcam not working

2011-03-06 Thread Laurent Pinchart
Hi, On Wednesday 26 January 2011 06:41:01 Mohamed Amine JALLOULI wrote: Good morning, I bought a webcam called XSwebcam of TravelPAC. This webcam didn't worked. Do not worry, I have not directly posted a message to this mailing list. In fact, In fact, I took a look at

Re: [Linux-uvc-devel] JMicron 152d:0310 needs options quirks=2

2011-03-06 Thread Laurent Pinchart
Hi Pádraig, On Tuesday 25 January 2011 15:20:18 Pádraig Brady wrote: On 25/01/11 13:39, Laurent Pinchart wrote: On Monday 17 January 2011 16:09:33 Pádraig Brady wrote: Otherwise one gets the following in dmesg: uvcvideo: Failed to query (131) UVC probe control : -110 (exp. 26).

Re: [Linux-uvc-devel] [PATCH 3/3] Make video fixup more robust

2011-03-06 Thread Alexey Fisher
Am Sonntag, den 06.03.2011, 12:47 +0100 schrieb Laurent Pinchart: Hi Alexey, On Sunday 06 March 2011 11:57:15 Alexey Fisher wrote: A description of how you're making it more robust would be nice. Signed-off-by: Alexey Fisher bug-tr...@fisher-privat.net ---

Re: [Linux-uvc-devel] Creative WebCam Live! Chat IM, increase fps

2011-03-06 Thread Laurent Pinchart
Hi Alexander, On Saturday 08 January 2011 14:47:41 Alexander Lopatin wrote: Sure. I've attached lsusb -d 041e:406b -v output, ran as root. Thank you for the information, and apologies for the late reply. I've updated the supported devices list. -- Regards, Laurent Pinchart

Re: [Linux-uvc-devel] Logitech C910 -- trying to run more than one.

2011-03-06 Thread Paulo Assis
Hi, please check this link: http://forums.quickcamteam.net/showthread.php?tid=1305 with a little fix to the previous patch the camera seems to work fine with at least two units streaming at the same time. I can't send an updated patch right now since my adsl connection is on the slow side at the

Re: [Linux-uvc-devel] HP Pavillion DV3 WebCam

2011-03-06 Thread Carlos Silva
On Sun, Mar 6, 2011 at 12:57, Laurent Pinchart laurent.pinch...@ideasonboard.com wrote: Hi Carlos, On Sunday 06 March 2011 13:55:16 Carlos Silva wrote: On Sun, Mar 6, 2011 at 10:56, Laurent Pinchart wrote: On Sunday 20 February 2011 00:50:04 Carlos Silva wrote: OK, just tested with

Re: [Linux-uvc-devel] HP Pavillion DV3 WebCam

2011-03-06 Thread Laurent Pinchart
On Sunday 06 March 2011 14:02:08 Carlos Silva wrote: On Sun, Mar 6, 2011 at 12:57, Laurent Pinchart wrote: On Sunday 06 March 2011 13:55:16 Carlos Silva wrote: On Sun, Mar 6, 2011 at 10:56, Laurent Pinchart wrote: On Sunday 20 February 2011 00:50:04 Carlos Silva wrote: OK, just

Re: [Linux-uvc-devel] [PATCH 1/3] Initial patch to use dynamic_debug system

2011-03-06 Thread Alexey Fisher
Hi, i need your feedback about the dynamic_debug patch. For me it is most important. It make digging in to uvc code easier, especially for beginners like me. Am Sonntag, den 06.03.2011, 11:57 +0100 schrieb Alexey Fisher: it make possible use of fine tunable system. We can set exact verbosity.

Re: [Linux-uvc-devel] Microsoft LifeCam HD-5000 exposure/fps problem and a workaround

2011-03-06 Thread Jani Frilander
Hi, 2011/3/6 Laurent Pinchart laurent.pinch...@ideasonboard.com: Could you please send me the output of lsusb -v -d 045e:076d (running as root if possible) ? Gzipped file attached. Looks like the webcam has been designed by yet another brain-dead developer. *sigh* :-( Or maybe they

Re: [Linux-uvc-devel] Logitech C910 -- trying to run more than one.

2011-03-06 Thread Philip Gladstone
It turned out that my kernel had an old uvcvideo module which didn't have the right debug log messages, and so I'm in the process of upgrading to a current kernel version. So far, I've managed to render my machine unbootable [it is a little embedded linux box]. Philip On 3/6/2011 6:14 AM,

Re: [Linux-uvc-devel] HP Pavillion DV3 WebCam

2011-03-06 Thread Carlos Silva
On Sun, Mar 6, 2011 at 13:12, Laurent Pinchart laurent.pinch...@ideasonboard.com wrote: On Sunday 06 March 2011 14:02:08 Carlos Silva wrote: On Sun, Mar 6, 2011 at 12:57, Laurent Pinchart wrote: On Sunday 06 March 2011 13:55:16 Carlos Silva wrote: On Sun, Mar 6, 2011 at 10:56, Laurent