Re: [Linux-uvc-devel] Quickcam Fusion with debian not working...

2006-07-30 Thread Laurent Pinchart
Hi Marcel, the Debian package includes a patch that adds support for Apple iSight devices. Unfortunately, the patch breaks all UVC compliant devices, as the iSight is not UVC compliant. Please try to download the latest sources from SVN and see if it fixes your problem. Laurent Pinchart

Re: [Linux-uvc-devel] Fuji FinePix s5500

2006-09-11 Thread Laurent Pinchart
the code. You have several options : - Wait until someone implements bulk transfers support - Try to do it yourself - Send me a Fuji camera :-) Laurent Pinchart ___ Linux-uvc-devel mailing list Linux-uvc-devel@lists.berlios.de https://lists.berlios.de/mailman

Re: [Linux-uvc-devel] cropcap ioctl is returning wrong info

2006-09-11 Thread Laurent Pinchart
ioctls if you need information regarding all the supported formats and sizes. The UVC driver is currently the only driver supporting those ioctls, but other drivers will hopefully be migrated soon when the ioctls will be submitted for inclusion in the v4l2 spec. Laurent Pinchart

Re: [Linux-uvc-devel] Fwd: Delivery Status Notification (Failure)

2006-10-10 Thread Laurent Pinchart
is run, it shows the image from the camera. Upon exit of luvcview, it segfaults. I've put the details and the steps in the bug report. Please contact Michel Xhaard directly. luvcview is not part of the linux-uvc project. Cheers, Laurent Pinchart

Re: [Linux-uvc-devel] [PATCH] Fix endianness issues with uvcvideo

2006-10-16 Thread Laurent Pinchart
. 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] [PATCH] Convert uvcvideo from semaphore to mutex

2006-10-16 Thread Laurent Pinchart
). 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] color?

2006-10-25 Thread Laurent Pinchart
support color without any problem. Which version of kopete are you using ? 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 - Unable to allocate buffers: 22. Init v4L2 failed

2006-10-25 Thread Laurent Pinchart
with Linux programming enough to add a few print statements in the driver and see where it fails ? 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 QuickCam Orbit MP Pan/Tilt

2006-10-25 Thread Laurent Pinchart
for reporting this. Cheers, 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] iSight / logitech co-existing patch

2006-10-30 Thread Laurent Pinchart
. The firmware will have to be loaded by a standalong application though, as I'm focussing on the video support first (firmware loading will come a bit later). Thanks for all the work on linux-uvc, and have a nice week-end. Thanks. Cheers, Laurent Pinchart

Re: [Linux-uvc-devel] Logitech QC Fusion problems

2006-11-05 Thread Laurent Pinchart
. What can be the reason for this? Am I doing something wrong? Mplayer is known not to work with the UVC driver. A (simple) bug inside mplayer still hasn't been fixed. Try to use ekiga or luvcview to check if your webcam works. Then, but the mplayer developers to fix the bug. Cheers, Laurent

Re: [Linux-uvc-devel] Logitech QC Fusion problems

2006-11-05 Thread Laurent Pinchart
the camera for anything good although it theoretically works. Does this count? Now that your webcam works (well, mostly, if you don't take the hardware bug into account), your next task will be to get your applications of choice fixed :-) Cheers, Laurent Pinchart

Re: [Linux-uvc-devel] A UVC camera which does not work with this driver

2006-11-05 Thread Laurent Pinchart
and they aren't someplace too expensive for me to ship from the usa then they should send me an email and an address and I'll send them the camera. That's very nice of you. I live in Belgium, how expensive would it be to send it here ? Best regards, Laurent Pinchart

Re: [Linux-uvc-devel] Non-Logitech UVC cameras.

2006-11-10 Thread Laurent Pinchart
bug (or at least not that particular bug :-)). Cheers, 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] Hardware issues with UVC Linux driver and some USB controllers

2006-11-10 Thread Laurent Pinchart
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. Laurent Pinchart

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

2006-11-10 Thread Laurent Pinchart
to be an unexperienced user and tell them that the camera just doesn't work. ;-) Then they will plug it in a Windows box and tell you that it works :-) Laurent Pinchart ___ Linux-uvc-devel mailing list Linux-uvc-devel@lists.berlios.de https://lists.berlios.de

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

2006-11-10 Thread Laurent Pinchart
. That's probably what happened with your webcams. Cheers, 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] Experimental patch for USB problem with Logitech webcams

2006-11-10 Thread Laurent Pinchart
driver internals is needed here. Anyone wanna give this a try ? 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] Trouble recording from two webcams

2006-11-14 Thread Laurent Pinchart
hardware doesn't support low resolutions in YUV. You will have to set the format to MJPEG, or get a newer webcam if you absolutely need YUV at low resolutions. Cheers, Laurent Pinchart ___ Linux-uvc-devel mailing list Linux-uvc-devel@lists.berlios.de https

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

2006-11-14 Thread Laurent Pinchart
set it to stream in MJPEG-format? Ask the ffmpeg developers :-) Sorry, but I can't help you there, I have no experience with ffmpeg. Best regards, Laurent Pinchart ___ Linux-uvc-devel mailing list Linux-uvc-devel@lists.berlios.de https

Re: [Linux-uvc-devel] uvc 'split' driver problem with ekiga-2.0.2

2006-11-14 Thread Laurent Pinchart
15 /sys/modules/uvcvideo/parameters/trace) before plugging the webcam, and send me the dmesg output after trying to run Ekiga ? Cheers, Laurent Pinchart ___ Linux-uvc-devel mailing list Linux-uvc-devel@lists.berlios.de https://lists.berlios.de/mailman

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

2006-11-15 Thread Laurent Pinchart
not looked into it yet) That should fix the problem. Once the webcam is streaming, it won't get stuck if you don't issue any control request. Best regards, Laurent Pinchart ___ Linux-uvc-devel mailing list Linux-uvc-devel@lists.berlios.de https

Re: [Linux-uvc-devel] compile problems

2006-11-15 Thread Laurent Pinchart
#if LINUX_VERSION_CODE KERNEL_VERSION(2,6,19) by #if LINUX_VERSION_CODE KERNEL_VERSION(2,6,18) Then search all occurences of , struct pt_regs *regs and remove them. A fix will be committed to SVN once 2.6.19 is out. Laurent Pinchart ___ Linux-uvc-devel

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

2006-11-18 Thread Laurent Pinchart
? If it uses the spca525, you might be suffering from the same hardware bug as Logitech users. If not, I don't think I could really help without getting my hands on the hardware. Best regards, Laurent Pinchart ___ Linux-uvc-devel mailing list Linux-uvc

Re: [Linux-uvc-devel] CPU Usage

2006-11-18 Thread Laurent Pinchart
?Thanks! Does Linux crash, or just the application ? The kernel should definitely not crash. Do you get a kernel oops ? Does your system recover if you kill the application ? Best regards, Laurent Pinchart ___ Linux-uvc-devel mailing list Linux-uvc

Re: [Linux-uvc-devel] Which cam is best for Linux UVC?

2006-11-18 Thread Laurent Pinchart
their firmware upgraded, but Logitech is not known to make firmware upgrades available to end-users. They could of course change their policy :-) Cheers, Laurent Pinchart ___ Linux-uvc-devel mailing list Linux-uvc-devel@lists.berlios.de https

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

2006-11-18 Thread Laurent Pinchart
information about the interference you noticed ? Laurent and Martin, what do you think about using mutexes for this? Isochronous URBs are submitted in interrupt context, so we can't use mutexes there. Cheers, Laurent Pinchart ___ Linux-uvc-devel mailing

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

2006-11-18 Thread Laurent Pinchart
? Is the function called from interrupt context ? Cheers, 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 pro 5000

2006-11-22 Thread Laurent Pinchart
. Cheers, 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 Logitech Fusion

2006-12-05 Thread Laurent Pinchart
with not much difference in behaviour. Any ideas how to debug this further? Could you have a look at the kernel log (dmesg) after a failure with Ekiga ? Cheers, Laurent Pinchart ___ Linux-uvc-devel mailing list Linux-uvc-devel@lists.berlios.de https

Re: [Linux-uvc-devel] Integrated HP dv6000 laptop webcam

2006-12-05 Thread Laurent Pinchart
. The main issue is that many V4L2 drivers are buggy as well, so application developers don't notice bugs in their software. Try to contact the MPlayer development team. They will eventually fix MPlayer if enough people ask them (nicely) to. Cheers, Laurent Pinchart

Re: [Linux-uvc-devel] Logitech Orbit Mp Stability problems, is a recent camera stable ?

2006-12-05 Thread Laurent Pinchart
an in-depth knowledge of the USB stack implementation, even to write a hacky proof-of-concept. Cheers, 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 fails to compile

2006-12-05 Thread Laurent Pinchart
USB controller is used by the ProScope ? If it uses the spca525, you might be suffering from the same hardware bug as Logitech users. If not, I don't think I could really help without getting my hands on the hardware. Best regards, Laurent Pinchart Laurent, here is the reply from

Re: [Linux-uvc-devel] Ricoh UVC Cam in HP Pavilion dv6000

2006-12-11 Thread Laurent Pinchart
-34 any ideas ? You could have a look at gphoto2, I think it supports USB imaging devices. You won't be able to use it as a webcam. Cheers, Laurent Pinchart ___ Linux-uvc-devel mailing list Linux-uvc-devel@lists.berlios.de https://lists.berlios.de

Re: [Linux-uvc-devel] HP Pavillon dv6000 built-in laptop webcam

2006-12-12 Thread Laurent Pinchart
, to turn the device into a UVC webcam, supported by the Linux UVC driver. Laurent Pinchart ___ Linux-uvc-devel mailing list Linux-uvc-devel@lists.berlios.de https://lists.berlios.de/mailman/listinfo/linux-uvc-devel

[Linux-uvc-devel] [SVN] Split branch merged to trunk

2006-12-12 Thread Laurent Pinchart
Hi everybody, the split branch has been merged to the trunk. There were no known bug in the split branch code that were not present in the trunk, and reports so far didn't show any blocking problem. Please report any problem you run into with the split driver. Cheers, Laurent Pinchart

[Linux-uvc-devel] [SVN] Bulk transfer support

2006-12-13 Thread Laurent Pinchart
. Please report any new problem you notice. Cheers, 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] [SVN] Split branch merged to trunk

2006-12-13 Thread Laurent Pinchart
the split branch to add iSight support. We are discussing a few issues left with his code, which should hopefully be resolved in the next few days. You should then see iSight support committed to SVN. Cheers, Laurent Pinchart ___ Linux-uvc-devel mailing

Re: [Linux-uvc-devel] Automatic Gain Control

2006-12-20 Thread Laurent Pinchart
in are D0 and D3. 1 and 8 are the control values. 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] Supported HD webcam

2006-12-24 Thread Laurent Pinchart
responding) and some don't. There is currently no way to work around it, and no way if your computer will be affected. Merry Christmas, Laurent Pinchart ___ Linux-uvc-devel mailing list Linux-uvc-devel@lists.berlios.de https://lists.berlios.de/mailman

Re: [Linux-uvc-devel] Logitech QuickCam Sphere MP face tracking support?

2006-12-30 Thread Laurent Pinchart
if anyone with some image processing background is interested (it might be part of the official OpenCV package, I don't know about that). Laurent Pinchart ___ Linux-uvc-devel mailing list Linux-uvc-devel@lists.berlios.de https://lists.berlios.de/mailman

Re: [Linux-uvc-devel] [SPAM?] problem opening the webcam for a second time with Ekiga-softphone

2006-12-30 Thread Laurent Pinchart
times to times ? I tried what you described (with another Logitech webcam, but that shouldn't matter) and didn't experience any problem. Laurent Pinchart ___ Linux-uvc-devel mailing list Linux-uvc-devel@lists.berlios.de https://lists.berlios.de/mailman

Re: [Linux-uvc-devel] Creating new /dev/video?

2006-12-30 Thread Laurent Pinchart
thank you for your work :-) Cheers, 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] QuickCam Fusion lockup

2007-01-09 Thread Laurent Pinchart
computer (even changing the CPU clock could influence the webcam behaviour). 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] Asus W7J laptop built-in webcam

2007-01-11 Thread Laurent Pinchart
afraid your device is not UVC-compatible. The sn9c20x chipsets use a vendor-specific protocol. The sn9c21x chipsets are UVC-compatible. Cheers, Laurent Pinchart ___ Linux-uvc-devel mailing list Linux-uvc-devel@lists.berlios.de https://lists.berlios.de

Re: [Linux-uvc-devel] fuji finepix support?

2007-01-17 Thread Laurent Pinchart
? echo 127 /sys/modules/uvcvideo/parameters/trace Then try to plug your camera and let the kernel crash :-) I'll need the dmesg output (you can leave out the syslog output) with all the uvcvideo messages and the crash dump. Cheers, Laurent Pinchart

Re: [Linux-uvc-devel] fuji finepix support?

2007-01-17 Thread Laurent Pinchart
Patch attached :-) Laurent Index: uvc_v4l2.c === --- uvc_v4l2.c (revision 76) +++ uvc_v4l2.c (working copy) @@ -205,6 +205,8 @@ struct uvc_format *format = video-streaming-cur_format; struct uvc_frame *frame =

Re: [Linux-uvc-devel] [SVN] New devices supported

2007-01-18 Thread Laurent Pinchart
for raw Bayer support on Optia? I don't know yet. I contacted Creative to have more information about the extension units. I don't know if the camera supports Bayer mode. Cheers, Laurent Pinchart ___ Linux-uvc-devel mailing list Linux-uvc-devel

Re: [Linux-uvc-devel] Funding development of linux-uvc????

2007-01-18 Thread Laurent Pinchart
at this point, I only would like to know if this is an option should I, or actually the company I work for, need a particular UVC Camera Model to function in the near future. Yes, that's definitely an option. I'd be happy to help you with the project. Best regards, Laurent Pinchart

Re: [Linux-uvc-devel] Camera working on ARM

2007-01-18 Thread Laurent Pinchart
on x86_64. I say 'as well' because there are a few errors (attached) - it takes a couple of goes to capture an image. Is it possible this is the firmware bug that affects certain systems? It seems so, unfortunately :-/ Cheers, Laurent Pinchart ___ Linux

Re: [Linux-uvc-devel] kernel 2.6.20 includes a USB vision driver which will bring support for USB W eb cams

2007-01-18 Thread Laurent Pinchart
, but that's life :-) I still plan to submit the Linux UVC driver for inclusion in the kernel, as I believe it is now ready. I need to get a few controls standardised at the V4L2 level first, and that hasn't been easy so far. I keep trying though. Cheers, Laurent Pinchart

Re: [Linux-uvc-devel] Funding development of linux-uvc????

2007-01-19 Thread Laurent Pinchart
. Thanks for the Feedback and thanks for all the work you've done so far on the UVC drivers! You're welcome :-) Best regards, Laurent Pinchart ___ Linux-uvc-devel mailing list Linux-uvc-devel@lists.berlios.de https://lists.berlios.de/mailman/listinfo/linux

Re: [Linux-uvc-devel] Fuji FinePix and ekiga

2007-01-20 Thread Laurent Pinchart
to change the settings of the camera or if they only have local effects. Cheers, 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] 046d:08c1 Logitech, Inc. Fusion and UVC !

2007-01-21 Thread Laurent Pinchart
-2.6.19.1' depmod -ae [EMAIL PROTECTED]:/home/antonio/trunk# Best 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 NX-6000

2007-01-22 Thread Laurent Pinchart
messages in dmesg when it's pressed. The mic works well too. So the only working features are either unusable (the button currently logs a message but doesn't do anything else) or out of the Linux UVC driver scope (audio is handled by the USB audio driver). Nice :-) Cheers, Laurent Pinchart

Re: [Linux-uvc-devel] Logitech QuickCam Pro 5000 (046d:08ce) not recognized

2007-01-24 Thread Laurent Pinchart
, 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] V4L software with linux-uvc?

2007-02-04 Thread Laurent Pinchart
. Is there any way to do this with linux-uvc? V4L2 provides a V4L1 compatibility layer. I haven't heard about anyone getting it working with the UVC driver, so it will probably not be easy. Best regards, Laurent Pinchart ___ Linux-uvc-devel mailing list Linux

Re: [Linux-uvc-devel] poll() and read() standard system calls

2007-02-04 Thread Laurent Pinchart
) is that mmap() has been implemented first, and there hasn't been any demand for read(). It's on my todo list though. poll() without read() makes sense, using VIDIOC_DQBUF. Best regards, Laurent Pinchart ___ Linux-uvc-devel mailing list Linux-uvc-devel

Re: [Linux-uvc-devel] poll() and read() standard system calls

2007-02-05 Thread Laurent Pinchart
not sure what you mean there. poll() must not start video streaming when using a streaming I/O method. Best regards, Laurent Pinchart ___ Linux-uvc-devel mailing list Linux-uvc-devel@lists.berlios.de https://lists.berlios.de/mailman/listinfo/linux-uvc

Re: [Linux-uvc-devel] Sony Vaio VGN-SZ3VWP/X built-in laptop webcam

2007-02-05 Thread Laurent Pinchart
Imaging device, not a USB Video device. Unless there is a hidden, magical way to switch the device to UVC mode, there's not much the Linux UVC driver can do. Best regards, Laurent Pinchart On 2/1/07, Martin Rubli [EMAIL PROTECTED] wrote: Hi Daniel, Unfortunately, this camera isn't a UVC

Re: [Linux-uvc-devel] /dev/video not found

2007-02-08 Thread Laurent Pinchart
, 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] Fwd: /dev/video not found

2007-02-11 Thread Laurent Pinchart
: Linux video capture interface: v2.00 usbcore: registered new interface driver uvcvideo USB Video Class driver (v0.1.0) Does it means it does not get detected? It seems so. Try to set the trace parameter to 15 and paste the kernel log. Best regards, Laurent Pinchart

Re: [Linux-uvc-devel] Fwd: /dev/video not found

2007-02-12 Thread Laurent Pinchart
to see if anything is wrong - Plug in the webcam - Check the kernel log again 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] make my N800 work as web-cam

2007-02-12 Thread Laurent Pinchart
support. How can I have a look at the sources ? 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 Driver problem on a PPC: unknown cmd

2007-02-12 Thread Laurent Pinchart
developer to look into the issue. Cheers, 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] Fwd: /dev/video not found

2007-02-12 Thread Laurent Pinchart
again Laurent Pinchart Doing 3 after 1 and 2, i get the same that i got before with /var/log/dmesg. How do I plug in an integrated camera? Hmmm... that might be a bit difficult, right :-) Does it make sense? Perhaps that is the problem. The driver is thougth to be loaded before

Re: [Linux-uvc-devel] Fwd: /dev/video not found

2007-02-12 Thread Laurent Pinchart
the kernel log again Laurent Pinchart Doing 3 after 1 and 2, i get the same that i got before with /var/log/dmesg. How do I plug in an integrated camera? Hmmm... that might be a bit difficult, right :-) Does it make sense? Perhaps that is the problem. The driver is thougth to be loaded

Re: [Linux-uvc-devel] uvcvideo openSUSE package available

2007-02-12 Thread Laurent Pinchart
back from kbuild. This seems to work fine, why does it fail with openSuse ? The 10.2 repository is here, go up for other versions: http://software.opensuse.org/download/drivers:/webcam/openSUSE_10.2/ Best regards, Laurent Pinchart ___ Linux-uvc-devel

Re: [Linux-uvc-devel] Fwd: Fwd: /dev/video not found

2007-02-13 Thread Laurent Pinchart
5- Check the kernel log again Laurent Pinchart Doing 3 after 1 and 2, i get the same that i got before with /var/log/dmesg. How do I plug in an integrated camera? Hmmm... that might be a bit difficult, right :-) Does it make sense? Perhaps that is the problem

Re: [Linux-uvc-devel] Fwd: Fwd: /dev/video not found

2007-02-13 Thread Laurent Pinchart
. Maybe the device is already claimed by another driver ? Try locating your device in /sys/bus/usb/devices, and see if it is claimed by anything. Laurent Pinchart ___ Linux-uvc-devel mailing list Linux-uvc-devel@lists.berlios.de https://lists.berlios.de

Re: [Linux-uvc-devel] Quick Cam Pro 5000 046d:08ce don't run on Ubuntu Feisty Fawn

2007-02-13 Thread Laurent Pinchart
good too. Unfortunately when I start xawtv The little green lamp is turned on but I see this on the shell xawtv is not known to work the the Linux UVC driver. Could you try luvcview and see if you're more successful ? Best regards, Laurent Pinchart

Re: [Linux-uvc-devel] Divide by 0 in uvcvideo module with 2 webcams plugged

2007-02-23 Thread Laurent Pinchart
Hi Christophe, thanks for the bug report. There was indeed a possible division by zero, caused by a missing check on user-supplied parameters. I committed a fix to SVN. Could you please try it with your setup ? Thanks. Best regards, Laurent Pinchart

Re: [Linux-uvc-devel] Logitech QuickCam Fusion webcam

2007-02-28 Thread Laurent Pinchart
difficult. 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 Logitech Quickcam Fusion

2007-02-28 Thread Laurent Pinchart
to fix a few small problems. You could also try luvcview and ekiga. 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] The source clock

2007-02-28 Thread Laurent Pinchart
clear on the subject, and I don't know how to map them to V4L2 fields. I'd be happy to implement PTS and SCR support if someone can think of a good way to map them to V4L2. Best regards, Laurent Pinchart ___ Linux-uvc-devel mailing list Linux-uvc-devel

Re: [Linux-uvc-devel] Divide by 0 in uvcvideo module with 2 webcams plugged

2007-03-02 Thread Laurent Pinchart
leave the Reply-To if it was present). There's not much I can do here. Two webcams at high resolutions in uncompressed mode exceed the USB bandwidth. Could you try using the MJPEG format ? Best regards, Laurent Pinchart ___ Linux-uvc-devel mailing

Re: [Linux-uvc-devel] The source clock

2007-03-05 Thread Laurent Pinchart
be a problem. Chapter 5.12 in the USB 2.0 specification discuss clock synchronisation issues, you might find some help there. Best regards, Laurent Pinchart ___ Linux-uvc-devel mailing list Linux-uvc-devel@lists.berlios.de https://lists.berlios.de/mailman

Re: [Linux-uvc-devel] The source clock

2007-03-07 Thread Laurent Pinchart
-synchronised webcams) and/or to synchronise PTS to the host clock (for synchronised webcams) ? Thanks. Cheers, 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] small fixes in uvc_ctrl.c

2007-04-02 Thread Laurent Pinchart
in the supported device list. Best 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] Reporting Panasonic NV-GS27EG to work

2007-04-02 Thread Laurent Pinchart
. Best 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)

2007-04-02 Thread Laurent Pinchart
pwcx phillips driver the quickcam 4000 takes about 15%-25% of CPU power for 640x480 pix. the capture image size can be set by a parameter like 'modprobe pwcx size=sif fps=15' which is very convenient. Are you aware of any application that doesn't set the size before streaming ? Cheers, Laurent

Re: [Linux-uvc-devel] LQC Pro 5000 picture quality settings

2007-04-02 Thread Laurent Pinchart
for all the MJPEG resolutions. Could you post the output of lsusb -v (usbutils-0.72 or newer) ? Thanks. Cheers, 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] LQC Pro 5000 picture quality settings

2007-04-02 Thread Laurent Pinchart
interpolates the Bayer data to create a YUYV stream, and then optionally compress it to MJPEG. You won't loose any color information by using Bayer mode, but the image will still suffer from color subsampling artifacts. Cheers, Laurent Pinchart ___ Linux-uvc

Re: [Linux-uvc-devel] How to reset Quickcam Fusion if it locks up (USB timing bug in hardware)?

2007-04-02 Thread Laurent Pinchart
. Until now no patch has been able to help him. The other issue is that such a fix would better be made in the USB core, not in the UVC driver. Basically, I'd like a this works because... patch better than a this seems to work but I don't know why patch. Best regards, Laurent Pinchart

Re: [Linux-uvc-devel] Logitech QuickCam Orbit MP: No such device when reading from /dev/video0

2007-04-02 Thread Laurent Pinchart
, 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] V-Gear TalkCam MX6 AF

2007-04-02 Thread Laurent Pinchart
this on. Does any of the supported control (Brightness, Contrast, Hue, Saturation, Sharpness, Gamma, Backlight Compensation, Power Line Frequency) work, or do they all seem to be non effective ? Best regards, Laurent Pinchart ___ Linux-uvc-devel mailing list

Re: [Linux-uvc-devel] The source clock

2007-04-02 Thread Laurent Pinchart
between the USB SOF counter and the host clock, you could convert the PTS field to a host timestamp using some kind of (basic or advanced, I don't know) statistical processing. Best regards, Laurent Pinchart ___ Linux-uvc-devel mailing list Linux-uvc-devel

Re: [Linux-uvc-devel] Logitech QuickCam Orbit MP: No such device when reading from /dev/video0

2007-04-02 Thread Laurent Pinchart
me more information about the problems you experience in Windows ? Please post details about your hardware configuration as well (especially processor speed and USB bus controller). Best regards, Laurent Pinchart ___ Linux-uvc-devel mailing list Linux

Re: [Linux-uvc-devel] V-Gear TalkCam MX6 AF

2007-04-11 Thread Laurent Pinchart
your hard work on UVC driver. That would be very nice. I of course can't promise to solve the problem, but I could have an in-depth look. I'm quite busy right now with another project until next Monday. I'll then have more time to work on the UVC driver. Best regards, Laurent Pinchart

Re: [Linux-uvc-devel] Ricoh UVC webcams

2007-04-11 Thread Laurent Pinchart
redistribution. Thank you for your work on UVC Ricoh devices. I hope to find a way to support those devices in the Linux UVC driver. Best regards, Laurent Pinchart ___ Linux-uvc-devel mailing list Linux-uvc-devel@lists.berlios.de https://lists.berlios.de

Re: [Linux-uvc-devel] Recommended, best supported/least buggy camera

2007-04-11 Thread Laurent Pinchart
, no. All Logitech webcams suffer from the same bug. Depending on your computer, you might not notice the problem at all, or get a completely unusable webcam. The latest seems to be quite uncommon, especially with the reset patch. Best regards, Laurent Pinchart

Re: [Linux-uvc-devel] Make problem

2007-04-11 Thread Laurent Pinchart
]: *** No rule to make target 'webcam'. Stop. make[2]: *** [webcam] Error 2 make[1]: *** [webcam] Error 2 make[1]: Leaving directory '/usr/src/linux - 2.6.18.2-34-obj/i386/default' make: *** [uvcvideo] Error 2 ANy ideas? Are you using a patched source package ? Laurent Pinchart

Re: [Linux-uvc-devel] Zoom, crop and scaling device capabilities

2007-04-11 Thread Laurent Pinchart
expect, with a small change. If the crop window requested is different from defrect, you should select mode 1/2 or 3 depending on which window size is closer to the requested one. Best regards, Laurent Pinchart ___ Linux-uvc-devel mailing list Linux-uvc

Re: [Linux-uvc-devel] Unsupported Camera: Pico iMage

2007-04-13 Thread Laurent Pinchart
the driver (modprobe uvcvideo trace=65535) before plugging the webcam ? I will then need the dmesg output. Cheers, Laurent Pinchart ___ Linux-uvc-devel mailing list [EMAIL PROTECTED] https://lists.berlios.de/mailman/listinfo/linux-uvc-devel

Re: [Linux-uvc-devel] Hi, how could I help?

2007-04-16 Thread Laurent Pinchart
the driver trace level to 255 (or even 65535) and have a look at the dmesg output. Best regards, Laurent Pinchart Index: uvc_driver.c === --- uvc_driver.c (revision 89) +++ uvc_driver.c (working copy) @@ -1353,6 +1353,15 @@ * though

Re: [Linux-uvc-devel] Logitech Quickcam Notebook Pro

2007-04-17 Thread Laurent Pinchart
this, or is the support simply unwritten? Camorama is at fault. It only supports the deprecated V4L1 interface, while the driver implements V4L2. Best regards, Laurent Pinchart ___ Linux-uvc-devel mailing list Linux-uvc-devel@lists.berlios.de https

Re: [Linux-uvc-devel] QC Pro 5000 with mythphone

2007-04-17 Thread Laurent Pinchart
set the trace level to 65535 to get more information from the driver. Have a look at the kernel log then to see if something goes wrong. Best regards, Laurent Pinchart ___ Linux-uvc-devel mailing list Linux-uvc-devel@lists.berlios.de https

Re: [Linux-uvc-devel] Hi, how could I help?

2007-04-17 Thread Laurent Pinchart
I did what you suggested. Attached is the resulting dmesg output with trace raised to 65535. Oops, my bad, the patch I sent you was wrong. Could you please try the attached patch ? Thanks. Best regards, Laurent Pinchart Index: uvc_driver.c

Re: [Linux-uvc-devel] Ricoh UVC webcams

2007-04-18 Thread Laurent Pinchart
devices would be to add hooks to uvcvideo or implement a minidriver interface like the one you wrote for usbcam. Best regards, Laurent Pinchart ___ Linux-uvc-devel mailing list Linux-uvc-devel@lists.berlios.de https://lists.berlios.de/mailman/listinfo

Re: [Linux-uvc-devel] Hi, how could I help?

2007-04-19 Thread Laurent Pinchart
Please also try this small patch. It fixes an issue where the driver does not read the correct number of input pins. Applied. Thanks. Laurent Pinchart ___ Linux-uvc-devel mailing list Linux-uvc-devel@lists.berlios.de https://lists.berlios.de

  1   2   3   4   5   6   7   8   9   10   >