Re: [Linux-uvc-devel] revision 179 build errors on AMD64

2008-02-12 Thread Sid Boyce
Laurent Pinchart wrote: > On Tuesday 12 February 2008, Sid Boyce wrote: >> Brandon Philips wrote: >>> On 01:40 Tue 12 Feb 2008, Sid Boyce wrote: This is as is and when I place #include "uvc_compat.h" after #include "uvcvideo.h" >>> We are in the middle of getting UVC into mainline and thi

Re: [Linux-uvc-devel] Please add support for Logitech Orbicam camera in Acer Aspire laptops

2008-02-12 Thread Tu Vuong
> > The 046d:0896 isn't UVC compatible. It will never be supported by the > Linux > UVC driver. > > Best regards, > Thanks, I realized it was the case after searching a bit on quickcamteam. ___ Linux-uvc-devel mailing list Linux-uvc-devel@lists.berlios.d

Re: [Linux-uvc-devel] Support for 046d:08b1 Logitech QuickCam Notebook Pro

2008-02-12 Thread Laurent Pinchart
Hi, On Tuesday 12 February 2008, Loránd Jakab wrote: > Hello all, > > I have the webcam mentioned in the subject line, and was wondering if it > will ever be supported by the Linux UVC driver... and if not, why? It won't, because the Linux UVC driver supports UVC webcams only, and that webcam is

Re: [Linux-uvc-devel] Camera Restart Error

2008-02-12 Thread Laurent Pinchart
On Tuesday 12 February 2008, Nathanael Galpin wrote: > I've run into an error using the UVC driver with V4L2 to stream data from > webcams. Everything works fine the first time around. I allocate buffers, > enque them and then stream data from the camera. However, after stopping > the camera and un

Re: [Linux-uvc-devel] Please add support for Logitech Orbicam camera in Acer Aspire laptops

2008-02-12 Thread Laurent Pinchart
Hi, On Tuesday 12 February 2008, Tu Vuong wrote: > Hi. > > I've been using the gspca v4l1 for a while. It worked but the > quality's been pretty poor compared to those with v4l2 support. Can you > add Logitech Orbicam cameras found in Acer Aspire 5583WXMi (the 5580 > family) to the supported list?

Re: [Linux-uvc-devel] revision 179 build errors on AMD64

2008-02-12 Thread Laurent Pinchart
On Tuesday 12 February 2008, Sid Boyce wrote: > Brandon Philips wrote: > > On 01:40 Tue 12 Feb 2008, Sid Boyce wrote: > >> This is as is and when I place #include "uvc_compat.h" after #include > >> "uvcvideo.h" > > > > We are in the middle of getting UVC into mainline and this is a bit of > > the f

Re: [Linux-uvc-devel] Please add support for Logitech Orbicam camera in Acer Aspire laptops

2008-02-12 Thread Michel Xhaard
Le mardi 12 février 2008 19:43, Tu Vuong a écrit : Hi, > Hi. > > I've been using the gspca v4l1 for a while. It worked but the > quality's been pretty poor compared to those with v4l2 support. Can you > add Logitech Orbicam cameras found in Acer Aspire 5583WXMi (the 5580 > family) to the supported

Re: [Linux-uvc-devel] make: *** [uvcvideo] Error 127

2008-02-12 Thread Franco
> get this error: > make: *** [uvcvideo] Error 127 > Error 127 should mean make doesn't find a program it needs, but I can't Found it, the file svn-version.sh was missing Franco ___ Linux-uvc-devel mailing list Linux-uvc-devel@lists.berl

[Linux-uvc-devel] Camera Restart Error

2008-02-12 Thread Nathanael Galpin
I've run into an error using the UVC driver with V4L2 to stream data from webcams. Everything works fine the first time around. I allocate buffers, enque them and then stream data from the camera. However, after stopping the camera and unmapping all the buffers, a subsequent attempt to map buffe

Re: [Linux-uvc-devel] missing support for 0ac8:c303 Z-Star

2008-02-12 Thread Kristian Nørgaard
> camorame doesn't support v4l2 yet. Please try luvcview, ucview, ekiga, ... > wow, thanks. ekiga works! I will need to do some more research on the different applications now. / Kristian ___ Linux-uvc-devel mailing list Linux-uvc-devel@lists.berlio

Re: [Linux-uvc-devel] Problem with Acer Crystal eye Webcam

2008-02-12 Thread Udrescu Gabriel Florin
Thanks for appreciation, but my name is Gabriel :P Btw, I'm having a huge problem now! After using my webcam with Skype, I've noticed that the entire usb system wasn't responding. No bluetooth, no USB ports, no nothing. Plugged my USB stick, nothing. Plugged my mobile phone and nothing. Neither tai

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

2008-02-12 Thread Sampsa Riikonen
Dear List, Is there any application that knows how to grab V4L2 and a USB microphone at the same time? ffmpeg grabs V4L2 OK, but does not grab correctly (I dont get any sound from oss device /dev/dsp1) a usb microphone. mplayer/mencoder does not work at all for V4L2 (or does someone has it work

[Linux-uvc-devel] Integrated WebCam not detected after compiling module.

2008-02-12 Thread Rudi Gaelzer
With reference to the following threads and howtos: http://forums.fedoraforum.org/showthread.php?t=174877 http://forums.fedoraforum.org/showthread.php?t=174845&page=1&pp=15&highlight=creative+webcam http://liquidat.wordpress.com/2007/12/07/howto-logitech-quickcam-pro-9000-with-fedora-8/#comment-47

[Linux-uvc-devel] Please add support for Logitech Orbicam camera in Acer Aspire laptops

2008-02-12 Thread Tu Vuong
Hi. I've been using the gspca v4l1 for a while. It worked but the quality's been pretty poor compared to those with v4l2 support. Can you add Logitech Orbicam cameras found in Acer Aspire 5583WXMi (the 5580 family) to the supported list?. Its ID is 046d:0896 . I tried to hack uvc_driver.c a bit t

Re: [Linux-uvc-devel] Problem with Acer Crystal eye Webcam

2008-02-12 Thread daniel-linux
Good work Grabiel... Daniel > Like I've promised, I've wrote a tutorial that can help people out with Acer > Crystal Eye Webcam setup. Here you can find it : > http://afaith.eu/blog/2008/02/12/how-to-make-acer-crystal-eye-work-in-mandriva-linux-2008/ > > On Feb 12, 2008 12:42 AM, Laurent Pinchar

Re: [Linux-uvc-devel] select() problems with uvc drivers.

2008-02-12 Thread Christopher Harvey
Laurent Pinchart wrote: > Hi Christopher, > > On Monday 11 February 2008, Christopher Harvey wrote: > >> Hello, >> I sent this to the video 4 linux mailing list earlier, but perhaps it's >> more appropriate here since the code is very uvc specific. >> > > Actually the bug is in your applica

Re: [Linux-uvc-devel] Problem with Acer Crystal eye Webcam

2008-02-12 Thread Udrescu Gabriel Florin
Like I've promised, I've wrote a tutorial that can help people out with Acer Crystal Eye Webcam setup. Here you can find it : http://afaith.eu/blog/2008/02/12/how-to-make-acer-crystal-eye-work-in-mandriva-linux-2008/ On Feb 12, 2008 12:42 AM, Laurent Pinchart <[EMAIL PROTECTED]> wrote: > Hi Gabri

[Linux-uvc-devel] Problem with Acer Crystal eye Webcam

2008-02-12 Thread Udrescu Gabriel Florin
Thanks for the tip. I've deleted a few modules from the kernel and I've ran make again. Now, works almost without any problem. I say almost because the image is flipped on the x-axis. The left becomes the right and the right becomes the left. Also, the colors aren't so vivid and I don't have any to

[Linux-uvc-devel] new usb webcam: 04f2:b022 Chicony Electronics Co., Ltd

2008-02-12 Thread [EMAIL PROTECTED], Lewandowsky
one more question: how can i access the webcam now with other tools than luvcview? applications like: wegophone or vlc media player? ___ Linux-uvc-devel mailing list Linux-uvc-devel@lists.berlios.de https://lists.berlios.de/mailman/listinfo/linux-uvc-dev

[Linux-uvc-devel] new usb webcam: 04f2:b022 Chicony Electronics Co., Ltd

2008-02-12 Thread [EMAIL PROTECTED], Lewandowsky
yea! thx to all, that works. for additional info: i'm using uvcvideo svn r177 ___ Linux-uvc-devel mailing list Linux-uvc-devel@lists.berlios.de https://lists.berlios.de/mailman/listinfo/linux-uvc-devel

Re: [Linux-uvc-devel] new usb webcam: 04f2:b022 Chicony Electronics Co., Ltd

2008-02-12 Thread pl4nkton
try it with the option -f yuv - this worked for me yesterday best regards, nicolas 2008/2/12, [EMAIL PROTECTED], Lewandowsky <[EMAIL PROTECTED]>: > hi developer team, > > i'm dirk from germany and i've bought a notebook with a 1,3M chicony > webcam (which is included in the top of the display). t

Re: [Linux-uvc-devel] revision 179 build errors on AMD64

2008-02-12 Thread Sid Boyce
Brandon Philips wrote: > On 01:40 Tue 12 Feb 2008, Sid Boyce wrote: >> This is as is and when I place #include "uvc_compat.h" after #include >> "uvcvideo.h" > > We are in the middle of getting UVC into mainline and this is a bit of > the fallout. The build should only be broken for 2.6.25 users.

[Linux-uvc-devel] Support for 046d:08b1 Logitech QuickCam Notebook Pro

2008-02-12 Thread Loránd Jakab
Hello all, I have the webcam mentioned in the subject line, and was wondering if it will ever be supported by the Linux UVC driver... and if not, why? I am currently using the Philips pwc driver (http://www.saillard.org/linux/pwc/), but it would be great to have a UVC driver. Regards, Lorand

[Linux-uvc-devel] new usb webcam: 04f2:b022 Chicony Electronics Co., Ltd

2008-02-12 Thread [EMAIL PROTECTED], Lewandowsky
[EMAIL PROTECTED]:~$ sudo lsusb -v -s 7:3 Bus 007 Device 003: ID 04f2:b022 Chicony Electronics Co., Ltd Device Descriptor: bLength18 bDescriptorType 1 bcdUSB 2.00 bDeviceClass 239 Miscellaneous Device bDeviceSubClass 2 Common Class

[Linux-uvc-devel] make: *** [uvcvideo] Error 127

2008-02-12 Thread Franco
Hello, I downloaded the latest uvcvideo surces and now when I try to compile I get this error: make: *** [uvcvideo] Error 127 I was happily compiling it before... what has changed? Error 127 should mean make doesn't find a program it needs, but I can't figure out which one. Any

Re: [Linux-uvc-devel] new usb webcam: 04f2:b022 Chicony Electronics Co., Ltd

2008-02-12 Thread Felix Mšöller
[EMAIL PROTECTED], Lewandowsky schrieb: > hi developer team, > > i'm dirk from germany and i've bought a notebook with a 1,3M chicony > webcam (which is included in the top of the display). the customer from > the notebook is called "one" -> http://www.one.de/shop/index.php > the notebook is fro

[Linux-uvc-devel] new usb webcam: 04f2:b022 Chicony Electronics Co., Ltd

2008-02-12 Thread [EMAIL PROTECTED], Lewandowsky
hi developer team, i'm dirk from germany and i've bought a notebook with a 1,3M chicony webcam (which is included in the top of the display). the customer from the notebook is called "one" -> http://www.one.de/shop/index.php the notebook is from the c-series (c34xx). all harware works great with