Re: [Linux-uvc-devel] control black list

2009-12-09 Thread Laurent Pinchart
patch that checks the idVendor and idProduct values directly (after converting them from little-endian to cpu-endian, which was forgotten in your first patch). For the record, here's the patch. # HG changeset patch # User Laurent Pinchart # Date 1260408681

Re: [Linux-uvc-devel] [SUPPORTED] 04f2:a147 Chicony "USB2.0 2MP UVC Camera" (sold as Medion P86004 "2MP Webcam with Headset")

2009-12-09 Thread Laurent Pinchart
On Friday 04 December 2009 02:02:53 Melchior FRANZ wrote: > * Laurent Pinchart -- Thursday 03 December 2009: > > On Wednesday 02 December 2009 18:10:56 Melchior FRANZ wrote: > > > I didn't find a reserved keysym for webcam snapshot buttons. > > > > What about XF

Re: [Linux-uvc-devel] New UVC webcam not working

2009-12-09 Thread Laurent Pinchart
stalled the uvcvideo driver from source, but that the v4l core modules (such as videodev.ko) are still the one bundled with your default kernel. You need to install all the modules from the source tree. -- Regards, Laurent Pinchart ___ Linux-uvc-devel mailing list Linux-uvc-devel@lists.berlios.de https://lists.berlios.de/mailman/listinfo/linux-uvc-devel

Re: [Linux-uvc-devel] Genius cam to be added to the compatible list

2009-12-10 Thread Laurent Pinchart
er around here. > > All the UVC cameras actually being sold in stores in my area were not in > the list and most of them were Genius. Thanks for the report. I've updated the supported devices list on the website. -- Regards, Laurent Pinchart __

Re: [Linux-uvc-devel] Is Logitech Webcam Model C250 Supported?

2009-12-10 Thread Laurent Pinchart
eived any test report for it though, but I've successfully tested the C600 and Portable C200. Could you please send me the output of lsusb -v -d 046d:0804 with your camera plugged in ? Thanks. -- Regards, Laurent Pinchart ___ Linux-uvc-d

Re: [Linux-uvc-devel] Is Logitech Webcam Model C250 Supported?

2009-12-10 Thread Laurent Pinchart
worth trying so that users with only hub terminated USB ports can use > uvcvideo. Thanks a lot for the information. You forgot the "lsusb -v -d 046d:0804" output though ;-) -- Regards, Laurent Pinchart ___ Linux-uvc-devel mailing list Linux-uvc-devel@lists.berlios.de https://lists.berlios.de/mailman/listinfo/linux-uvc-devel

Re: [Linux-uvc-devel] Philips NC610: UVC Video Cam to Add to Support List

2009-12-10 Thread Laurent Pinchart
st UVC webcam should be supported out of the box by the uvcvideo driver even if they're not listed on the driver's website. -- Regards, Laurent Pinchart ___ Linux-uvc-devel mailing list Linux-uvc-devel@lists.berlios.de https://lists.berlios.de/

Re: [Linux-uvc-devel] Microsoft Lifecam NX-6000

2009-12-13 Thread Laurent Pinchart
Hi Alessandro, On Monday 07 December 2009 17:12:18 Alessandro Bonometti wrote: > On Thursday 03 December 2009 20:29:24 Laurent Pinchart wrote: > > > I bought a Microsoft LifeCam NX-6000 which should be supported by UVC > > > (http://linux-uvc.berlios.de/#devices). The came

Re: [Linux-uvc-devel] How can I use a UVC Device in OMAP3530

2009-12-19 Thread Laurent Pinchart
sn't even have a chance to bring up the UVC driver. -- Regards, Laurent Pinchart ___ Linux-uvc-devel mailing list Linux-uvc-devel@lists.berlios.de https://lists.berlios.de/mailman/listinfo/linux-uvc-devel

Re: [Linux-uvc-devel] Is it possible to have two streaming interfaces for ISOC & BULK under one configuration ?

2009-12-26 Thread Laurent Pinchart
enumeration seemed successful, however > I did get only one device on the host (/dev/vide0). I hope for two streaming > interfaces you should get two devices on the host > isn't it? I suspect that you're trying to use two different streaming interfaces with the same USB output t

Re: [Linux-uvc-devel] has no release call back

2009-12-26 Thread Laurent Pinchart
6b57031, *pte=0000,*ppte=0000 > internal error:Oops:17[#1] > Modules linked in : uvcvideo > .so many lines and last line is > Sementation fault > > If any one knows the solution for this problem Please guide me -- Regards, Laurent Pinchart ___ Linux-uvc-devel mailing list Linux-uvc-devel@lists.berlios.de https://lists.berlios.de/mailman/listinfo/linux-uvc-devel

Re: [Linux-uvc-devel] How can I use a UVC Device in OMAP3530

2009-12-26 Thread Laurent Pinchart
device descriptor read/8, error 2 > > I think the USB controller couldn't find the right dirver, so it > display these error message. No, those messages indicate that the host can't read the device descriptor. That's a very low-level error completely unrelate

Re: [Linux-uvc-devel] How can I use a UVC Device in OMAP3530

2009-12-26 Thread Laurent Pinchart
ideo driver matches against the device using interface class and subclass, not the device vendor and product IDs. -- Regards, Laurent Pinchart ___ Linux-uvc-devel mailing list Linux-uvc-devel@lists.berlios.de https://lists.berlios.de/mailman/listinfo/linux-uvc-devel

Re: [Linux-uvc-devel] Microsoft Lifecam NX-6000

2009-12-26 Thread Laurent Pinchart
Hi Alessandro, On Saturday 19 December 2009 15:04:32 Alessandro Bonometti wrote: > On Sunday 13 December 2009 13:23:49 Laurent Pinchart wrote: > > It might be possible to work around the problem. Could you try to load the > > driver with quirks=0x102 and timeout=3000 ? If that h

Re: [Linux-uvc-devel] uvc camera

2009-12-26 Thread Laurent Pinchart
vcvideo: Failed to initialize the device (-5). > usbcore: registered new interface driver uvcvideo Ouch. That seems to be a very buggy webcam. Could you please try to load the uvcvideo driver with quirks=0x100 and see if it helps ? -- Regars, Laurent Pinchart ___ Linux-uvc-devel mailing list Linux-uvc-devel@lists.berlios.de https://lists.berlios.de/mailman/listinfo/linux-uvc-devel

Re: [Linux-uvc-devel] uvcvideo Logitech patch

2009-12-26 Thread Laurent Pinchart
rease > > UVC_CTRL_CONTROL_TIMEOUT or if it would be enough something between 3000 > > and 5000 for UVC_CTRL_STREAMING_TIMEOUT as I did not have more time to > > test it. > > > > So maybe 5000 would be a good default for UVC_CTRL_STREAMING_TIMEOUT? Could be, but I'

Re: [Linux-uvc-devel] [UVC] Break => http://lxr.linux.no/#linux+v2.6.32/drivers/media/video/uvc/uvc_video.c#L955

2009-12-26 Thread Laurent Pinchart
ith the smallest bandwidth big enough to accommodate the device needs, not just the first one. -- Regards, Laurent Pinchart ___ Linux-uvc-devel mailing list Linux-uvc-devel@lists.berlios.de https://lists.berlios.de/mailman/listinfo/linux-uvc-devel

Re: [Linux-uvc-devel] Timestamp Accuracy Patch

2010-01-01 Thread Laurent Pinchart
eliminating clock drift between the camera and system clocks. That's what the PTS/SCR fields are for. > I can't tell when a device will use it's own counter or when it'll echo the > USB SOF frame number. -- Regards, Laurent Pinchart ___ Linux-uvc-devel mailing list Linux-uvc-devel@lists.berlios.de https://lists.berlios.de/mailman/listinfo/linux-uvc-devel

Re: [Linux-uvc-devel] Is it possible to have two streaming interfaces for ISOC & BULK under one configuration ?

2010-01-01 Thread Laurent Pinchart
missing something here, > suggestions? UVC doesn't provide any support for that. You can't provide both isochronous and bulk transfers for the main video stream in a single configuration. However, you could have two configurations, one with isochronous transfers a

Re: [Linux-uvc-devel] another UVC-compatible webcam

2010-01-01 Thread Laurent Pinchart
nd me the output of lsusb -v -d 0c45:62f1 with your webcam plugged in ? -- Regards, Laurent Pinchart ___ Linux-uvc-devel mailing list Linux-uvc-devel@lists.berlios.de https://lists.berlios.de/mailman/listinfo/linux-uvc-devel

Re: [Linux-uvc-devel] Unlisted supported webcam

2010-01-05 Thread Laurent Pinchart
quested recently in the mailing list. Thanks for the report and the lsusb output. No need to be sorry, that's exactly what I wanted :-) I've updated the supported devices list on the website. -- Regards, Laurent Pinchart ___ Linux-uv

Re: [Linux-uvc-devel] Webcam: Microsoft LifeCam VX-800

2010-01-05 Thread Laurent Pinchart
LifeCam VX-800 > (/dev/video0) and test it to see myself in the video. Thanks for the report. Could you please confirm that the device didn't work without the patch ? The uvcvideo driver should have printed an error message in the kernel log (dmesg). > Thanks to all the developers fo

Re: [Linux-uvc-devel] 064e:d101 Suyin Corp. Acer CrystalEye Webcam supported with uvcvideo

2010-01-05 Thread Laurent Pinchart
you please send me the output of lsusb -v -d 064e:d101 using usbutils 0.72 or newer (0.73+ preferred) ? I'll then update the supported devices list on the uvcvideo driver's website. -- Regards, Laurent Pinchart ___ Linux-uvc-devel mai

Re: [Linux-uvc-devel] Genius iSlim 1300 V2

2010-01-05 Thread Laurent Pinchart
s 0.72 or newer (0.73+ preferred) ? I'll then update the supported devices list on the uvcvideo driver's website. -- Regards, Laurent Pinchart ___ Linux-uvc-devel mailing list Linux-uvc-devel@lists.berlios.de https://lists.berlios.de/mailman/listinfo/linux-uvc-devel

Re: [Linux-uvc-devel] Microsoft LifeCam Cinema (045e:075d) bandwidth reservation issues?

2010-01-05 Thread Laurent Pinchart
allocation when > using mencoder with --v4l2-chroma=mjpeg ; but unfortunately the machine is > remote and just died... > > At any rate, if anyone can verify that this is the (in)correct behavior of > uvcvideo i would appreciate it (but I am under the impression it is not > supposed

Re: [Linux-uvc-devel] UVC device not listed

2010-01-05 Thread Laurent Pinchart
6428) > > So it should be listed under this name as well in your list. Thanks for the report. Website updated. > Thanks a lot for your support. You're welcome. -- Regards, Laurent Pinchart ___ Linux-uvc-devel mailing list Linux-uvc-

Re: [Linux-uvc-devel] uvcvideo Logitech patch

2010-01-05 Thread Laurent Pinchart
TREAMING_TIMEOUT to 5000, I left UVC_CTRL_CONTROL_TIMEOUT at > 300. And everything seems to work. Thanks. I'll increase the streaming timeout value to 5000. -- Regards, Laurent Pinchart ___ Linux-uvc-devel mailing list Linux-uvc-devel@lists.ber

Re: [Linux-uvc-devel] Disconnect video out device from non-root hub.

2010-01-05 Thread Laurent Pinchart
n when uvc_disconnect is called. The best solution might be a mix between those two: ignore -EPROTO/-EILSEQ/- ETIME errors up to a maximum number (the threshold could be the total number or errors, or the number of consecutive errors), and cancel the queues anyway when the device is disconnected. What's your opinion ? -- Regards, Laurent Pinchart ___ Linux-uvc-devel mailing list Linux-uvc-devel@lists.berlios.de https://lists.berlios.de/mailman/listinfo/linux-uvc-devel

Re: [Linux-uvc-devel] Philips webcam spc2050nc support

2010-01-09 Thread Laurent Pinchart
Hi Antonio, On Friday 08 January 2010 20:47:21 Antonio C. Costantino wrote: > In data martedì 27 ottobre 2009 11:16:47, Laurent Pinchart ha scritto: > > On Monday 26 October 2009 13:05:58 Antonio C. Costantino wrote: > > > Hi all, > > > > > > I'm pre

Re: [Linux-uvc-devel] Microsoft LifeCam Cinema (045e:075d) bandwidth reservation issues?

2010-01-10 Thread Laurent Pinchart
th usage. In that case it will still ask for a high bandwidth, and streaming from two devices simultaneously will fail. The other option is to use MJPEG instead of YUV. That will reduce the bandwidth requirements drastically, but you will have to decompress the MJPEG stream

Re: [Linux-uvc-devel] Philips webcam spc2050nc support

2010-01-14 Thread Laurent Pinchart
f lsusb -v for your webcam. > > I'm sending it as attachment (does it look "good"?) That's exactly what I needed, thanks. I'll update the list as soon as Berlios becomes responsive again. -- Regards, Laurent Pinchart ___

Re: [Linux-uvc-devel] Microsoft LifeCam Cinema (045e:075d) bandwidth reservation issues?

2010-01-14 Thread Laurent Pinchart
to the kernel log when running mencoder in MJPEG mode ? > Once again, I'd like to thank you for your time. You're really welcome. -- Regards, Laurent Pinchart ___ Linux-uvc-devel mailing list Linux-uvc-devel@lists.berlios.de https://lists.b

Re: [Linux-uvc-devel] Yet another unlisted, supported webcam

2010-01-14 Thread Laurent Pinchart
:49:00 localhost kernel: > [12132.844729] input: USB2.0 Camera as > /devices/pci:00/:00:1d.1/usb3/3-1/3-1.1/3-1.1:1.0/input/input13 As stated by the log, you should connect the camera to a high speed hub :-) Your hub is probably running at full speed only (12 Mb/s), and the camera s

Re: [Linux-uvc-devel] AF on Syntek 174f:5271

2010-01-15 Thread Laurent Pinchart
t means the camera doesn't advertise any standard focus control. It could still implement a standard focus control but not advertise it, or implement a vendor-specific focus control through an extension unit. -- Regards, Laurent Pinchart ___

Re: [Linux-uvc-devel] Minoru Webcam with python-opencv: VIDIOC_STREAMON error 28, No space left on device

2010-01-15 Thread Laurent Pinchart
ath: /dev/video1 > Stream settings: > Frame format: YUYV (MJPG is not supported by device) > Frame size: 640x480 > Frame rate: 30 fps > Unable to start capture: No space left on device > Error grabbing > Cleanup done. Exiting ..

Re: [Linux-uvc-devel] 04f2:a216

2010-01-17 Thread Laurent Pinchart
t;back-engeneering" si besoin . (il semble > que ce soit le même chip/ID sur la webcam de pas mal de portables) Thanks for your offer, but I'm not involved with USB camera drivers beside uvcvideo. You could try contacting the linux-media mailing

Re: [Linux-uvc-devel] Microsoft LifeCam Cinema (045e:075d) bandwidth reservation issues?

2010-01-24 Thread Laurent Pinchart
ransferSize; in uvc_video.c by all of the above bandwidths in turn to see which one work in 1280x720 (MJPEG) ? -- Regards, Laurent Pinchart ___ Linux-uvc-devel mailing list Linux-uvc-devel@lists.berlios.de https://lists.berlios.de/mailman/listinfo/linux-uvc-devel

Re: [Linux-uvc-devel] Driver webcam ID 1b3b:2937

2010-01-24 Thread Laurent Pinchart
l log when you plug the camera to your system. If the camera isn't UVC compatible I'm afraid I won't be able to help you. -- Regards, Laurent Pinchart ___ Linux-uvc-devel mailing list Linux-uvc-devel@lists.berlios.de https://lists.berlios.de/mailman/listinfo/linux-uvc-devel

Re: [Linux-uvc-devel] 0ac8:0332 webcam

2010-01-25 Thread Laurent Pinchart
0460] usbcore: registered new interface driv That looks fine, what's your issue ? -- Regards, Laurent Pinchart ___ Linux-uvc-devel mailing list Linux-uvc-devel@lists.berlios.de https://lists.berlios.de/mailman/listinfo/linux-uvc-devel

Re: [Linux-uvc-devel] MSI starcam mini+ compatible with Linux

2010-02-02 Thread Laurent Pinchart
1b3b:2951 MSI StarCam 370i" is > compatible with the uvc driver. > > # lsusb -v -d 1b3b:2937 | grep "14 Video" > Doesn't print anything. That means the camera isn't UVC compatible, so it won't be supported by the uvcvideo driver. Your webcam can still be

Re: [Linux-uvc-devel] Unlisted partially-supported webcam

2010-02-02 Thread Laurent Pinchart
..60f40d9 100644 --- a/drivers/media/video/uvc/uvc_ctrl.c +++ b/drivers/media/video/uvc/uvc_ctrl.c @@ -1453,6 +1453,7 @@ uvc_ctrl_prune_entity(struct uvc_device *dev, struct uvc_entity *entity) struct usb_device_id id; u8 index; } blacklist[] = { + { { USB_DEVICE(0x

Re: [Linux-uvc-devel] Yet another unlisted, supported webcam

2010-02-02 Thread Laurent Pinchart
Hi Celejar, On Sunday 31 January 2010 01:59:53 Celejar wrote: > On Fri, 15 Jan 2010 01:32:03 +0100 > Laurent Pinchart wrote: > > On Wednesday 13 January 2010 00:12:27 Celejar wrote: > > > Hi, > > ... > > > > Thanks for your work on this project! > &

Re: [Linux-uvc-devel] Webcam report

2010-02-02 Thread Laurent Pinchart
crophone (ALSA). Not working only camera buttons, but who > care of this :) > Thanks to all of you who worked on GNU/Linux UVC support! Thanks for the report. Could you please send me the output of lsusb -v -d 0458:705d I will then update the supported devices list. --

Re: [Linux-uvc-devel] Thinkpad T410 support

2010-02-02 Thread Laurent Pinchart
me would be appreciated. Have you tried using the driver without adding the USB VID:PID to uvc_driver.c ? What happens then ? -- Regards, Laurent Pinchart ___ Linux-uvc-devel mailing list Linux-uvc-devel@lists.berlios.de https://lists.berlios.de/mailman/listinfo/linux-uvc-devel

Re: [Linux-uvc-devel] [UVC] VS_PROBE_CONTROL

2010-02-03 Thread Laurent Pinchart
vc_streaming_control structure. -- Regards, Laurent Pinchart ___ Linux-uvc-devel mailing list Linux-uvc-devel@lists.berlios.de https://lists.berlios.de/mailman/listinfo/linux-uvc-devel

Re: [Linux-uvc-devel] Unlisted partially-supported webcam

2010-02-06 Thread Laurent Pinchart
Hi Bram, On Friday 05 February 2010 14:30:32 Bram Senders wrote: > Hi Laurent, > > Thanks for your help so far! > > On Wed, Feb 3, 2010 at 1:23 AM, Laurent Pinchart > > wrote: > > Hi Bram, > > > > On Tuesday 26 January 2010 16:12:02 Bram Senders wrote:

Re: [Linux-uvc-devel] Logitech QC 9000 camera on ARM platform

2010-02-18 Thread Laurent Pinchart
35xx processor (in that case you could try capturing in MJPEG instead of YUYV) or a board routing issue. -- Regards, Laurent Pinchart ___ Linux-uvc-devel mailing list Linux-uvc-devel@lists.berlios.de https://lists.berlios.de/mailman/listinfo/linux-uvc-devel

Re: [Linux-uvc-devel] Logitech QC 9000 camera on ARM platform

2010-02-18 Thread Laurent Pinchart
ge > table" through the kernel log. Maybe it helps to get a clue. Could you send me a copy of the kernel log ? -- Regards, Laurent Pinchart ___ Linux-uvc-devel mailing list Linux-uvc-devel@lists.berlios.de https://lists.berlios.de/mailman/listinfo/linux-uvc-devel

Re: [Linux-uvc-devel] [UVC] Rats results

2010-02-18 Thread Laurent Pinchart
ts.html" for > getting this errors (it needs 0.01 second to study all uvc driver :D). Thank you for testing the uvcvideo driver and helping improving its quality. I've checked the report you've attached to your e-mail, and it turned out that the problems were false posit

Re: [Linux-uvc-devel] Model: LPC-UC35

2010-02-18 Thread Laurent Pinchart
drivers for this device. If the camera isn't a video class device it won't work with the uvcvideo driver. The gspca driver supports many webcams, you might have more luck with it. -- Regards, Laurent Pinchart ___ Linux-uvc-devel mailing l

Re: [Linux-uvc-devel] Motorola ROKR E6 'webcam' and resolution issues

2010-02-18 Thread Laurent Pinchart
eo driver selecting an alternate setting with a too high bandwidth (which is allowed, but not very optimum). Your device has a single alternate setting for the streaming interface, so it doesn't seem to be the same issue. -- Regards, Laurent Pinchart ___ Linux-uvc-devel mailing list Linux-uvc-devel@lists.berlios.de https://lists.berlios.de/mailman/listinfo/linux-uvc-devel

Re: [Linux-uvc-devel] Unlisted partially-supported webcam

2010-02-18 Thread Laurent Pinchart
Hi Bram, On Tuesday 16 February 2010 11:19:28 Bram Senders wrote: > Hey Laurent, > > On Wed, Feb 10, 2010 at 1:24 AM, Laurent Pinchart > > wrote: > > I think I made a small mistake, could you replace the index 4 by 9 in the > > patch I've sent you ? > >

Re: [Linux-uvc-devel] Techsolo TCA-4900 is supported!

2010-02-18 Thread Laurent Pinchart
2d Z-Star Microelectronics Corp. Vega USB 2.0 > Camera And works! > > The product link: > http://www.techsolo.net/site/product.php?lang=en&do=show&product_id=224&&cl > ass_id=53 Thanks for the report. The device was already listed, albeit not under that n

Re: [Linux-uvc-devel] Unlisted partially-supported webcam

2010-02-18 Thread Laurent Pinchart
Hi Bram, On Thursday 18 February 2010 23:43:59 Bram Senders wrote: > Hey Laurent, > > On Thu, Feb 18, 2010 at 11:06 PM, Laurent Pinchart > > wrote: > >> wrote: > >> > I think I made a small mistake, could you replace the index 4 by 9 in > >> >

Re: [Linux-uvc-devel] frame rate dropping when capturing from webcam

2010-03-04 Thread Laurent Pinchart
C_DQBUF) > > Cameras are Microsoft NX-3000 and Genius eFace 1325R > > Does anyone have an idea, or need more info? -- Regards, Laurent Pinchart ___ Linux-uvc-devel mailing list Linux-uvc-devel@lists.berlios.de https://lists.berlios.de/mailman/listinfo/linux-uvc-devel

Re: [Linux-uvc-devel] Model: LPC-UC35

2010-03-04 Thread Laurent Pinchart
blem on the linux-media mailing list, someone might be able to help you. You should post the lsusb -v output for your camera in the report. -- Regards, Laurent Pinchart ___ Linux-uvc-devel mailing list Linux-uvc-devel@lists.berlios.de https://lists

Re: [Linux-uvc-devel] uvcvideo broke my vloopback module?

2010-03-09 Thread Laurent Pinchart
ideo and is more recent. > When I do 'make install' instead of insmod I get the same old error again > # modprobe vloopback > FATAL: Error inserting vloopback > (/lib/modules/2.6.26-2-686/kernel/drivers/misc/vloopback.ko): Unknown > symbol in module, or unknown paramet

Re: [Linux-uvc-devel] syntek 174f:8a12 unsupported?

2010-03-09 Thread Laurent Pinchart
the cam is > working fine!!! Thanks a lot for the information. I will fix the driver to set the quirk automatically and update the supported devices list. Could you please tell me in which notebook model that webcam can be found ? -- Regards, Laurent Pinchart _

Re: [Linux-uvc-devel] problems with uvc cameras and gstreamer on gentoo

2010-03-09 Thread Laurent Pinchart
D 046d:08ca Logitech, Inc. Mic (Fusion) > > [I--] [ ~] media-libs/gstreamer-0.10.25 (0.10) (tried 0.10.24 as well) > > # zcat /proc/config.gz | grep V4L > CONFIG_VIDEO_V4L2_COMMON=y > # CONFIG_VIDEO_ALLOW_V4L1 is not set > # CONFIG_VIDEO_V4L1_COMP

Re: [Linux-uvc-devel] can't find /dev/videoX on 18ec:3299 ARKMICRO

2010-03-09 Thread Laurent Pinchart
ks parameter to 0x100 when loading the uvcvideo driver ? -- Regards, Laurent Pinchart ___ Linux-uvc-devel mailing list Linux-uvc-devel@lists.berlios.de https://lists.berlios.de/mailman/listinfo/linux-uvc-devel

Re: [Linux-uvc-devel] Vimicro USB Camera (Altair)

2010-03-09 Thread Laurent Pinchart
#x27;s a safe first guess though. The next step is to configure the uvcvideo driver with the extension unit controls information using uvcdynctrl and the XML file you've created. You will then be able to access the controls through the V4L2 API. -- Regards, Laurent Pinchart _

Re: [Linux-uvc-devel] IPEVO Point 2 View supported

2010-03-10 Thread Laurent Pinchart
e? It seems that the software that > follows the webcam supports this (you click on the part of the image that > you want in focus). It should be possible yes. Your camera has two focus controls (auto-focus and absolute focus) that are accessible through the V4L2_C

Re: [Linux-uvc-devel] frame rate dropping when capturing from webcam

2010-03-17 Thread Laurent Pinchart
if they do, that's done through a standard UVC control, mapped to the V4L2_CID_EXPOSURE_AUTO control. > How could I do it? There's a few command line tools that let you modify controls, as well as GUI applications. v4l2-ctl is a good candidate as a low-level command line tool.

Re: [Linux-uvc-devel] Motorola ROKR E6 'webcam' and resolution issues

2010-03-17 Thread Laurent Pinchart
Hi Michał, On Wednesday 10 March 2010 22:27:20 Michał Górny wrote: > On Thu, 4 Mar 2010 11:31:55 +0100 Laurent Pinchart wrote: > > I don't have much experience with Windows, so I can't advice for a > > test application that would allow you to configure the resolution. >

Re: [Linux-uvc-devel] [Fwd: Re: frame rate dropping when capturing from webcam]

2010-03-17 Thread Laurent Pinchart
at correct? Yes it will. Of course, if you store the frames in a container that expects a constant frame rate (let's say an AVI file, I think those don't support variable frame rates) then the playback might take less than 10 seconds. -- Regards, Laurent Pinchart ___

Re: [Linux-uvc-devel] can't find /dev/videoX on 18ec:3299 ARKMICRO

2010-03-17 Thread Laurent Pinchart
You will need to fix the application to support the YUYV format used by the camera. libv4lconvert might help if you need transcoding. -- Regards, Laurent Pinchart ___ Linux-uvc-devel mailing list Linux-uvc-devel@lists.berlios.de https://lists.berlios.de/mailman/listinfo/linux-uvc-devel

Re: [Linux-uvc-devel] Webcam 05a9:2641 on linux 2.6.33

2010-03-18 Thread Laurent Pinchart
ver uvcvideo > > Cheese and mercury doesn't recognize the webcam. Do they print any error message ? Does the driver print messages to the kernel log when you start cheese or mercury ? -- Regards, Laurent Pinchart ___ Linux-uvc-devel mail

Re: [Linux-uvc-devel] IPEVO Point 2 View supported

2010-03-18 Thread Laurent Pinchart
Hi, On Thursday 11 March 2010 22:05:30 Per Thomas Jahr wrote: > On Tue, 2010-03-09 at 12:51 +0100, Laurent Pinchart wrote: > > On Monday 01 March 2010 11:46:06 Per Thomas Jahr wrote: > > > I just wanted to report that the IPEVO Point 2 View webcam works fine > > > wi

Re: [Linux-uvc-devel] some questions about uvc

2010-03-18 Thread Laurent Pinchart
mplete (overflow). > uvcvideo: Dropping payload (out of sync). > uvcvideo: Dropping payload (out of sync). > uvcvideo: Dropping payload (out of sync). > uvcvideo: Dropping payload (out of sync). > uvcvideo: Dropping payload (out of sync). -- Regards, Laurent Pinchart _

Re: [Linux-uvc-devel] Not found Device ID(0ac8:3313) of TopSpeed USB 2.0 Camera B in source code

2010-03-18 Thread Laurent Pinchart
vices based on their class and subclass, not on their vendor and product ID. UVC compatible cameras should be supported out of the box without any need to modify the driver. -- Regards, Laurent Pinchart ___ Linux-uvc-devel mailing list Linux-uvc-devel@li

Re: [Linux-uvc-devel] problems with uvc cameras and gs treamer on gentoo

2010-03-19 Thread Laurent Pinchart
you check if the driver prints anything to the kernel log (use the dmesg command) when you get the above error with GStreamer ? -- Regards, Laurent Pinchart ___ Linux-uvc-devel mailing list Linux-uvc-devel@lists.berlios.de https://lists.berlios.de/mailman/listinfo/linux-uvc-devel

Re: [Linux-uvc-devel] turn off the autofocus

2010-03-31 Thread Laurent Pinchart
e:075d model (there could be more than one Microsoft Lifecam Cinema). That webcam exposes an auto-focus control which you can access through the V4L2_CID_FOCUS_AUTO V4L2 control. -- Regards, Laurent Pinchart ___ Linux-uvc-devel mailing list Linux-uvc-

Re: [Linux-uvc-devel] cam support request!

2010-03-31 Thread Laurent Pinchart
t be able to help you. You might have more luck with the gspca driver. -- Regards, Laurent Pinchart ___ Linux-uvc-devel mailing list Linux-uvc-devel@lists.berlios.de https://lists.berlios.de/mailman/listinfo/linux-uvc-devel

Re: [Linux-uvc-devel] A4Tech PK-333E is supported by uvc

2010-03-31 Thread Laurent Pinchart
ation about webcam. [snip] Thanks a lot for the report. I'll update the supported devices list. -- Regards, Laurent Pinchart ___ Linux-uvc-devel mailing list Linux-uvc-devel@lists.berlios.de https://lists.berlios.de/mailman/listinfo/linux-uvc-devel

Re: [Linux-uvc-devel] OmniVision / I've screwed my system

2010-03-31 Thread Laurent Pinchart
config <--- disable fireDTV or you will end up > with errors when building Quick side note, I don't think sudo is required for make menuconfig. > make > sudo make install > sudo make unload > sudo modprobe uvcvideo -- Regards, Laurent Pinchart __

Re: [Linux-uvc-devel] Image format set with VIDIOC_S_FMT successfully on host PC, yet failed on target ARM dev-board.

2010-03-31 Thread Laurent Pinchart
can > only choose one format, no matter on USB1.1 or USB2.0. It just means that it only exposes a single format (YUYV) on USB 2.0 for whatever reason the vendor came up with during development. The camera otherwise works. -- Regards, Laurent Pinchart ___ Linux-uvc-devel mailing list Linux-uvc-devel@lists.berlios.de https://lists.berlios.de/mailman/listinfo/linux-uvc-devel

Re: [Linux-uvc-devel] problems with uvc cameras and gstreamer on gentoo

2010-03-31 Thread Laurent Pinchart
> [ 8124.355069] uvcvideo: Failed to set UVC probe control : -110 (exp. 26). -- Regards, Laurent Pinchart ___ Linux-uvc-devel mailing list Linux-uvc-devel@lists.berlios.de https://lists.berlios.de/mailman/listinfo/linux-uvc-devel

Re: [Linux-uvc-devel] ViMicro Webcam 0ac8:3420 bug+fix

2010-04-11 Thread Laurent Pinchart
lable. If the webcam reports YUYV only, it probably means it doesn't support MJPEG. It's not uncommon for vendors to ship different products under the same VID:PID, and your model is probably restricted to YUYV. > There is any workaroud about this? -- Regards, Laurent Pinchart __

Re: [Linux-uvc-devel] Lenovo T510 camera works

2010-04-11 Thread Laurent Pinchart
also report the output of lsusb -v -d 17ef:480f -- Regards, Laurent Pinchart ___ Linux-uvc-devel mailing list Linux-uvc-devel@lists.berlios.de https://lists.berlios.de/mailman/listinfo/linux-uvc-devel

Re: [Linux-uvc-devel] some questions about uvc

2010-04-11 Thread Laurent Pinchart
Dropping payload (out of sync). > >> uvcvideo: Dropping payload (out of sync). > >> uvcvideo: Dropping payload (out of sync). > >> uvcvideo: Dropping payload (out of sync). > > BTW, if I look at the correct place in the driver, why uvc doesn't > support r/w io and userptr? Because nobody bothered to implement that :-) read/write support is slow, and I'm not sure it will be implemented. I got a patch for userptr support, I need to clean and submit it. -- Regards, Laurent Pinchart ___ Linux-uvc-devel mailing list Linux-uvc-devel@lists.berlios.de https://lists.berlios.de/mailman/listinfo/linux-uvc-devel

Re: [Linux-uvc-devel] How do I set PIXELFORMAT for...

2010-04-11 Thread Laurent Pinchart
I can fix that, could you please send me the output of 'lsusb -v' for your webcam ? -- Regards, Laurent Pinchart ___ Linux-uvc-devel mailing list Linux-uvc-devel@lists.berlios.de https://lists.berlios.de/mailman/listinfo/linux-uvc-devel

Re: [Linux-uvc-devel] Support for Vimicro USB 2.0 PC Camera (0ac8:3420)

2010-04-11 Thread Laurent Pinchart
odule parameter > > nevertheless nothing changed this behaviour. The -71 error often indicates bad hardware, including buggy firmwares or bad cables. Try plugging your webcam into another port, changing the external hub (if any) or hub cables. It would al

Re: [Linux-uvc-devel] How do I set PIXELFORMAT for...

2010-04-12 Thread Laurent Pinchart
r webcam isn't UVC compatible. It's then not supported by the uvcvideo driver, you're probably using another driver. I maintain the uvcvideo driver only, you will need to contact your driver mailing list or author for support. -- Regards, Laurent Pinchart

Re: [Linux-uvc-devel] Lenovo T510 camera works

2010-04-12 Thread Laurent Pinchart
Hi, On Monday 12 April 2010 05:36:49 Omari Stephens wrote: > On 04/11/2010 10:36 AM, Laurent Pinchart wrote: > > On Thursday 08 April 2010 15:13:43 Kurt Rosenfeld wrote: > >> Hello, > >> > >> The UVC camera in the Lenovo T510 works if this small modif

Re: [Linux-uvc-devel] How do I set PIXELFORMAT for...

2010-04-12 Thread Laurent Pinchart
ting purpose. > [ 8583.592569] uvcvideo: Please report required quirks to the > linux-uvc-devel mailing list The lsusb output you posted on pastebin.com is for device 17dc:0200, not 17dc:0202. -- Regards, Laurent Pinchart ___ Linux-uvc-deve

Re: [Linux-uvc-devel] How do I set PIXELFORMAT for...

2010-04-12 Thread Laurent Pinchart
VC_GUID_FORMAT_BY8 \ { 'B', 'Y', '8', ' ', 0x00, 0x00, 0x10, 0x00, \ 0x80, 0x00, 0x00, 0xaa, 0x00, 0x38, 0x9b, 0x71} - /* * Driver specific constants. */ -- Regards, Laurent Pinchart ___ Linux-uvc-devel mailing list Linux-uvc-devel@lists.berlios.de https://lists.berlios.de/mailman/listinfo/linux-uvc-devel

Re: [Linux-uvc-devel] How do I set PIXELFORMAT for...

2010-04-12 Thread Laurent Pinchart
; Pixel Format: 'YUYV' > Name: YUV 4:2:2 (YUYV) > > Index : 1 > Type: Video Capture > Pixel Format: 'Y16 ' > Name: Greyscale (16-bit) Great. I'll commit the patch. Could you please give

Re: [Linux-uvc-devel] Question about crash issue

2010-04-25 Thread Laurent Pinchart
form would use more USB bandwidth than available. This is usually the case when you capture uncompressed high-resolution video from two webcams simultaneously. You could try to select a smaller frame size, or use a compressed format if your cameras support that (many

Re: [Linux-uvc-devel] [Linux-uvc] [UVC] Searching my webcam

2010-04-25 Thread Laurent Pinchart
s printing messages to the kernel log. You can get to the USB interface in sysfs through the /sys/class/video4linux/videoX/device symlink. The parent of that device is the USB device. -- Regards, Laurent Pinchart ___ Linux-uvc-devel mailing

Re: [Linux-uvc-devel] support for high speed uvc cam in USB 1.1

2010-04-25 Thread Laurent Pinchart
w does your camera fail to work exactly ? -- Regards, Laurent Pinchart ___ Linux-uvc-devel mailing list Linux-uvc-devel@lists.berlios.de https://lists.berlios.de/mailman/listinfo/linux-uvc-devel

Re: [Linux-uvc-devel] problems with uvc cameras and gstreamer on gentoo

2010-04-25 Thread Laurent Pinchart
u want I can > compile/patch code from source to figure this out. -- Regards, Laurent Pinchart ___ Linux-uvc-devel mailing list Linux-uvc-devel@lists.berlios.de https://lists.berlios.de/mailman/listinfo/linux-uvc-devel

Re: [Linux-uvc-devel] (no subject)

2010-04-27 Thread Laurent Pinchart
ill let you update the v4l-dvb subsystem completely (highly recommended for end users). > Note however that uvc is integrated in the kernel since 2.6.27, so if > you are using a recent kernel version you really don't need to build > it from source. --

Re: [Linux-uvc-devel] Philips SPC530NC (0471:2034) fails

2010-05-07 Thread Laurent Pinchart
ng other information, the formats supported by the device. In this case there's a single format descriptor, of subtype 4 (FORMAT_UNCOMPRESSED). Devices supporting MJPEG have a subtype 6 descriptor (in addition to the FORMAT_UNCOMPRESSED descriptor if they support uncompressed formats). Th

Re: [Linux-uvc-devel] Framerate of Quickcam Pro 9000

2010-05-07 Thread Laurent Pinchart
e, there's no non-volatile memory to store the controls in any of the consumer webcams I know of. > You would have to unplug the camera to loose the settings. > This is not always a good think, sometimes the camera may crash, > meaning that you must physically unplug i

Re: [Linux-uvc-devel] Multiple camera framerate.

2010-05-07 Thread Laurent Pinchart
as and handle them in a round- robin way. When one of the cameras completes a frame, you will have to stop submitting URBs for it, wait until all URBs have completed, and submit the URBs for the next camera in the list. > I don't think I can write them all out to storage fast enough anyway. > (I can come close to keeping up with 10 fps on 8 cameras though.) -- Regards, Laurent Pinchart ___ Linux-uvc-devel mailing list Linux-uvc-devel@lists.berlios.de https://lists.berlios.de/mailman/listinfo/linux-uvc-devel

Re: [Linux-uvc-devel] Multiple camera framerate.

2010-05-07 Thread Laurent Pinchart
d bandwidth. That might be the real culprit. Maybe the camera is simply requesting too much bandwidth compared to its real requirements. Can you check whether the video streaming interface has multiple alternate settings ? If so, which one does the

Re: [Linux-uvc-devel] Quickcam Pro 9000 LED control

2010-05-07 Thread Laurent Pinchart
> > http://www.mjmwired.net/kernel/Documentation/leds-class.txt I've thought about it, but that would be difficult. The uvcvideo driver has no idead that the control actually controls a LED. Having access to that information isn't straightforward, as it's not reported by the device.

Re: [Linux-uvc-devel] unsupported integrated webcam

2010-05-19 Thread Laurent Pinchart
uner are not either, any suggestions or > info would be welcome. That's out of my area of expertize, sorry :-) -- Regards, Laurent Pinchart ___ Linux-uvc-devel mailing list Linux-uvc-devel@lists.berlios.de https://lists.berlios.de/mailman/listinfo/linux-uvc-devel

Re: [Linux-uvc-devel] [UVC] VS Interface

2010-05-19 Thread Laurent Pinchart
irst case why don't you just use lsusb ? -- Regards, Laurent Pinchart ___ Linux-uvc-devel mailing list Linux-uvc-devel@lists.berlios.de https://lists.berlios.de/mailman/listinfo/linux-uvc-devel

Re: [Linux-uvc-devel] Stream from multimple cameras

2010-05-19 Thread Laurent Pinchart
answer to this - and having a few > pointers/explanations from the UVC implementors might help here ! > > I saw the other forums and their approach - and somebody proposed there -- Regards, Laurent Pinchart ___ Linux-uvc-devel mailing list Linux-uvc-devel@lists.berlios.de https://lists.berlios.de/mailman/listinfo/linux-uvc-devel

  1   2   3   4   5   6   7   8   9   10   >