Re: [Linux-uvc-devel] [Fwd: V4L2 and Mplayer]

2008-02-13 Thread Antoine Cellerier
. (Although I've never given mplayer's v4l2 module a try, I'm sure that you could get that to work too...) -- Antoine Cellerier dionoea ___ Linux-uvc-devel mailing list Linux-uvc-devel@lists.berlios.de https://lists.berlios.de/mailman/listinfo/linux-uvc-devel

Re: [Linux-uvc-devel] Eee PC UVC webcam streaming problem

2008-02-06 Thread Antoine Cellerier
eg, and according to your email that was the problematic part) -- Antoine Cellerier dionoea ___ Linux-uvc-devel mailing list Linux-uvc-devel@lists.berlios.de https://lists.berlios.de/mailman/listinfo/linux-uvc-devel

Re: [Linux-uvc-devel] Eee PC UVC webcam streaming problem

2008-02-04 Thread Antoine Cellerier
> orbit)..so please tell me if you recomend any streaming program that you > know that work ..or how to change the format or any other sugestion.. You can try a VLC SVN build. (We have nightly builds for debian sid and ubuntu on http://nightlies.videol

[Linux-uvc-devel] Dynamic controls

2008-01-17 Thread Antoine Cellerier
Hi, I was wondering what the status of dynamic controls in the UVC driver was. Is it already used by some apps? If so, how is the application supposed to know all the possible vendor specific controls? Is a documentation about dynamic controls usage available somewhere? Thanks, -- Antoine

Re: [Linux-uvc-devel] [Patch] Add support for Zoom (Absolute), Digital Modifier and PanTilt (Absolute) controls

2008-01-15 Thread Antoine Cellerier
It's all digital (nothing optical or mirrors). So the digital zoom crops the image and the pan/tilt controls let you chose where the zoom is centered on. It doesn't offer the relative counter part which is why I focused on the absolute one. Regards, --

[Linux-uvc-devel] [Patch] Add support for Zoom (Absolute), Digital Modifier and PanTilt (Absolute) controls

2008-01-13 Thread Antoine Cellerier
). -- Antoine Cellerier dionoea Index: uvc_ctrl.c === --- uvc_ctrl.c (revision 166) +++ uvc_ctrl.c (working copy) @@ -172,6 +172,30 @@ .flags = UVC_CONTROL_SET_CUR | UVC_CONTROL_GET_RANGE | UVC_CONTROL_RESTORE, }, + { + .entity

Re: [Linux-uvc-devel] Possible bug in while enumerating private controls

2008-01-10 Thread Antoine Cellerier
ample). So I figured that this might still be usefull to make sure nobody gets left out. Regards, -- Antoine Cellerier dionoea ___ Linux-uvc-devel mailing list Linux-uvc-devel@lists.berlios.de https://lists.berlios.de/mailman/listinfo/linux-uvc-devel

[Linux-uvc-devel] [PATCH] Add auto exposure priority control

2008-01-03 Thread Antoine Cellerier
This patch adds the Auto-Exposure Priority Control as defined in 4.2.2.1.3. in USB_Video_Class_1.1.pdf . -- Antoine Cellerier dionoea Index: uvc_ctrl.c === --- uvc_ctrl.c (revision 159) +++ uvc_ctrl.c (working copy) @@ -126,6

[Linux-uvc-devel] [PATCH] Fix auto exposure mode control

2008-01-03 Thread Antoine Cellerier
This patch fixes the auto exposure mode control so it complies with 4.2.2.1.2. of USB_Video_Class_1.1.pdf . -- Antoine Cellerier dionoea Index: uvc_ctrl.c === --- uvc_ctrl.c (revision 159) +++ uvc_ctrl.c (working copy) @@ -172,6

Re: [Linux-uvc-devel] Possible bug in while enumerating private controls

2008-01-03 Thread Antoine Cellerier
On Thu, Jan 03, 2008, Antoine Cellerier wrote: > Since I don't know the uvcvideo control code really well I haven't > started patching it yet and would like a confirmation from the gurus > that I'm reading the spec correctly. Ok, so here is a patch that "fixes"

[Linux-uvc-devel] Possible bug in while enumerating private controls

2008-01-03 Thread Antoine Cellerier
27;t handled by the hardware. This would fix private control enumartion. Since I don't know the uvcvideo control code really well I haven't started patching it yet and would like a confirmation from the gurus that I'm reading the spec correctly. Thanks, -- Antoine Cellerier dionoea