how to install my webcam logitech quickcam pro 5000?

Asked by christophechrun

Hello,
I am not a computer expert. I just know how to copy-paste command lines into a terminal...

I just bought a webcam Logitech Quickcam Pro 5000. Looks like the installation CD that goes with it is for Windows only...
I have looked on google for a solution, found this
http://ubuntuforums.org/showthread.php?t=241681
I followed the instructions, but apparently files changed... I saved all the files, launched the Makefile, went through the installation, but cannot see any effect, ubuntu still does not see or recognize my webcam...
I also tried to run the EasyCam2 from the menu System>Administration but it says no compatible camera found.

what should I do please to have my webcam working?
thank you very much for your help.
Christophe

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Andrew Barber (andrew-alex-barber) said :
#1

Forgive me cause I don't personally use this camera, or any for that matter. This is just an idea/might help.

Make sure first you have all the tools for the job;

sudo apt-get install linux-headers-`uname -r` linux-restricted-modules-`uname -r` build-essential subversion

Once you have got all them you will need to use subversion to get the driver from the svn repo..

svn checkout http://svn.berlios.de/svnroot/repos/linux-uvc/

Then you need to compile and install

cd linux-uvc/linux-uvc/trunk
make
sudo make install

Plug the camera in and take a look at dmesg. It may [hopefully] give you the device listing for it... eg /dev/video1

Point your application at that device and see if it works.
I have also read UVC only supports the v4l2 API, not the v4l API. Which means certain applications arn't going to be compatible unless they use the new API. A quick look tells me the new aMSN and Ekiga do support it. I am not sure about other applications yet.

Revision history for this message
christophechrun (christophechrun) said :
#2

Andrew,

thank you very much for your answer. I have done as you instructed and apparently compilation and installation went fine (at least there were no message showing it could not do something). But when checking the dmseg, I cannot find what you said "/dev/video1" but only:

[17179587.964000] Linux video capture interface: v1.00
[17179588.020000] uvcvideo: Found UVC 1.00 device <unnamed> (046d:08ce)
[17179588.020000] 3:2:1: cannot get freq at ep 0x84
[17179588.028000] usbcore: registered new driver snd-usb-audio
[17179588.036000] usbcore: registered new driver uvcvideo
[17179588.036000] USB Video Class driver (v0.1.0)

and when trying to start the Camorama WebCam application I can see after in the syslog file:

Feb 17 12:41:45 cc-desktop kernel: [17180062.944000] uvcvideo: Failed to query (130) UVC control 1 (unit 0) : -32 (exp. 26).

I really appreciate your help. Thank you in advance.
Christophe

Revision history for this message
Andrew Barber (andrew-alex-barber) said :
#3

Camorama is not supported just yet I am sorry to say. Check the camera works in one of the above specified apps just to double check this. I think Camorama uses the old API..

Revision history for this message
Curtis Hovey (sinzui) said :
#4

try the trace parameter with with uvcvideo driver. You can test this by

plugging in you camera, then from the terminal enter the command:
sudo rmmod uvcvideo
sudo modprobe uvcvideo trace=15

If this works, then add the parameter to the end of /etc/modprobe.d/options:
uvcvideo trace=15

Revision history for this message
David V. (viro-free) said :
#5

Hello

I'm using Kubuntu Feisty and I also have a Logiteck quickcam pro 5000 and I'd like to make it work.

As instructed above, I've build the driver from the subversion repository. Here's the dmesg log after I unplugged the webcam and plugged it back in :

[117021.448827] usb 6-1: USB disconnect, address 2
[117024.725525] usb 6-1: new high speed USB device using ehci_hcd and address 5
[117024.992488] usb 6-1: configuration #1 chosen from 1 choice
[117024.992566] uvcvideo: Found UVC 1.00 device <unnamed> (046d:08ce)

I then tried with the trace=15 parameter as instructed above, and here's the dmesg log after I unplugged the webcam and plugged it back in :

[117131.635611] usb 6-1: USB disconnect, address 5
[117149.012425] usbcore: deregistering interface driver uvcvideo
[117150.406270] uvcvideo: Adding mapping Brightness to control 00000000-0000-0000-0000-000000000101/2.
[117150.406277] uvcvideo: Adding mapping Contrast to control 00000000-0000-0000-0000-000000000101/3.
[117150.406282] uvcvideo: Adding mapping Hue to control 00000000-0000-0000-0000-000000000101/6.
[117150.406286] uvcvideo: Adding mapping Saturation to control 00000000-0000-0000-0000-000000000101/7.
[117150.406290] uvcvideo: Adding mapping Sharpness to control 00000000-0000-0000-0000-000000000101/8.
[117150.406294] uvcvideo: Adding mapping Gamma to control 00000000-0000-0000-0000-000000000101/9.
[117150.406299] uvcvideo: Adding mapping Backlight Compensation to control 00000000-0000-0000-0000-000000000101/1.
[117150.406303] uvcvideo: Adding mapping Gain to control 00000000-0000-0000-0000-000000000101/4.
[117150.406308] uvcvideo: Adding mapping Power Line Frequency to control 00000000-0000-0000-0000-000000000101/5.
[117150.406313] uvcvideo: Adding mapping Hue, Auto to control 00000000-0000-0000-0000-000000000101/16.
[117150.406318] uvcvideo: Adding mapping Pan (relative) to control 63610682-5070-49ab-b8cc-b3855e8d2256/1.
[117150.406324] uvcvideo: Adding mapping Tilt (relative) to control 63610682-5070-49ab-b8cc-b3855e8d2256/1.
[117150.406329] uvcvideo: Adding mapping Pan/Tilt (reset) to control 63610682-5070-49ab-b8cc-b3855e8d2256/2.
[117150.406334] uvcvideo: Adding mapping Exposure, Auto to control 00000000-0000-0000-0000-000000000001/2.
[117150.406340] uvcvideo: Adding mapping Exposure (Absolute) to control 00000000-0000-0000-0000-000000000001/4.
[117150.406345] uvcvideo: Adding mapping White Balance Temperature, Auto to control 00000000-0000-0000-0000-000000000101/11.
[117150.406350] uvcvideo: Adding mapping White Balance Temperature to control 00000000-0000-0000-0000-000000000101/10.
[117150.406386] usbcore: registered new interface driver uvcvideo
[117150.406389] USB Video Class driver (v0.1.0)
[117158.139123] usb 6-1: new high speed USB device using ehci_hcd and address 6
[117158.412626] usb 6-1: configuration #1 chosen from 1 choice
[117158.412692] uvcvideo: Probing generic UVC device 1
[117158.412699] uvcvideo: Found format MJPEG.
[117158.412702] uvcvideo: - 160x120 (30.0 fps)
[117158.412704] uvcvideo: - 176x144 (30.0 fps)
[117158.412707] uvcvideo: - 320x240 (15.0 fps)
[117158.412709] uvcvideo: - 352x288 (15.0 fps)
[117158.412711] uvcvideo: - 640x480 (15.0 fps)
[117158.412713] uvcvideo: Found format Uncompressed.
[117158.412716] uvcvideo: - 160x120 (30.0 fps)
[117158.412719] uvcvideo: - 176x144 (30.0 fps)
[117158.412721] uvcvideo: - 320x240 (15.0 fps)
[117158.412723] uvcvideo: - 352x288 (15.0 fps)
[117158.412726] uvcvideo: - 640x480 (15.0 fps)
[117158.412736] uvcvideo: Found a Status endpoint (addr 87).
[117158.412739] uvcvideo: Found UVC 1.00 device <unnamed> (046d:08ce)
[117158.412751] uvcvideo: Added control 00000000-0000-0000-0000-000000000101/2 to device 1 entity 2
[117158.412756] uvcvideo: Added control 00000000-0000-0000-0000-000000000101/3 to device 1 entity 2
[117158.412761] uvcvideo: Added control 00000000-0000-0000-0000-000000000101/7 to device 1 entity 2
[117158.412766] uvcvideo: Added control 00000000-0000-0000-0000-000000000101/8 to device 1 entity 2
[117158.412771] uvcvideo: Added control 00000000-0000-0000-0000-000000000101/1 to device 1 entity 2
[117158.412776] uvcvideo: Added control 00000000-0000-0000-0000-000000000101/4 to device 1 entity 2
[117158.412780] uvcvideo: Added control 00000000-0000-0000-0000-000000000101/5 to device 1 entity 2
[117158.412787] uvcvideo: Added control 00000000-0000-0000-0000-000000000001/2 to device 1 entity 1
[117158.412791] uvcvideo: Added control 00000000-0000-0000-0000-000000000001/4 to device 1 entity 1
[117158.412796] uvcvideo: Added control 00000000-0000-0000-0000-000000000101/11 to device 1 entity 2
[117158.412801] uvcvideo: Added control 00000000-0000-0000-0000-000000000101/10 to device 1 entity 2
[117158.412804] uvcvideo: Scanning UVC chain: OT 5 (-> 12 8 10 11) <- Unit 4 (-> 13) <- Unit 3 <- Unit 2 <- IT 1
[117158.412814] uvcvideo: Found a valid video chain (1 -> 5).
[117158.444054] uvcvideo: UVC device initialized.

I have a /dev/video0 :

crw-rw---- 1 root video 81, 0 2007-05-05 21:34 /dev/video

but :

cat /dev/video0 >z
cat: /dev/video0: No such device

Revision history for this message
marytee (box-blogdetroit) said :
#6

David, I recently upgraded to Feisty and I have a Logitech webcam--I think it's the one you reference but I don't have the packaging handy. I followed the instructions noted by AndrewB, and camorama and camstream both work. During the process I tried cat /dev/video0 >z but could never get a response (maybe that's the way it is supposed to be?). Open camarama and the stream is there.

BTW, my webcam is plugged into a usb hub and not directly into my laptop-probably makes no difference but wanted to pass that along. Good luck.

marytee

Revision history for this message
Tom Blum (teblum) said :
#7

I,too, am trying to install my Logitech Quick cam Pro 5000 webcam

Is ther a primer somewhere outlining the method to get apps,drivers and apply?

I really hate to cut and paste a line at a time. Like in the old DOS days. <G>

I'd do better if I understood what I'm trying to do.

Thanks in advance for any help or pointers

Tom

Revision history for this message
Tom Blum (teblum) said :
#8

I've been playing with this installation.
I executed several of the suggested solutions. None worked outright.

But the Ekiga works if I unplug and replug the usb connection while the configure video is activated,
even though the configure screen states there is a problem with color scheme.
Kopete will not see the camera.

Tom

Revision history for this message
Tom Blum (teblum) said :
#9

Now that Ekiga has figured out how to work with the camera, it seems to turn on whenever I load the program.

I still need to get Kopete to work. No luck there. ince my objective is to video instant message with family members, I need kopete or a similar application to work with the Logitech Pro 5000 camera.

Any help will be greatly appreciated.

Tom

Revision history for this message
Tom Blum (teblum) said :
#10

Also, the michrophone function doesn't work in Ekkiga, Although the "Set up Druid" finds the microphone and that test works correctly.

In the Ekiga screen, the mike volume is locked to Zero and cannot be adjusted

Tom

Revision history for this message
The J (me100313) said :
#11

 With the trace option, I was able to get the Quickcam 5000 Pro to work with luvcview. It still does not work with Ekiga or Kopete, but they are now able to at least detect the ID of the device.

Revision history for this message
Leigh Honeywell (hypatia) said :
#12

@marytee : it does make a difference. try plugging it into your laptop directly. it's a known bug :(

@Tom Blum : might it be muted somewhere else like in gnome settings?

Revision history for this message
martalli (drsiegfried) said :
#13

AndrewB's instructions worked perfectly for my Logitech QuickCam Ultravision. I tried it on my Dell m1210 and not the m1210's webcam is working, too! I must say that uvc is great for these two webcams: It slices and it dices!

I must say, I am writing this a little later than the original discussion: 2007-06-19, using ubuntu feisty:
martalli@lindel:~/download/uvc/linux-uvc/linux-uvc/trunk$ uname -a
Linux lindel 2.6.20-16-generic #2 SMP Thu Jun 7 20:19:32 UTC 2007 i686 GNU/Linux

Thank you very much for your advice, AndrewB!

Revision history for this message
David Mohr (bugs-da) said :
#14

@Tom Blum: great tip about unplugging and plugging back in while in ekiga. It worked for me exactly like you said. Terrible way to get something to work but oh well...

Revision history for this message
ghetto03 (ghetto-online0303) said :
#15

hi to all.... i have just bought my laptop with built in webcamand when i enter ucview/lucview it says no device found... how can i activate my device?? i can't see it on my hardware device info... i hope someone could help me.. thanks....

Revision history for this message
KK (kkfok1) said :
#16

Answer from Curtis Hovey is helpful. I had an non-brand usb webcam. When I plug in the device I used to have the following via dmesg :

[ 1392.357067] usb 7-1: new high speed USB device using ehci_hcd and address 3
[ 1392.621280] usb 7-1: configuration #1 chosen from 1 choice
[ 1392.788831] Linux video capture interface: v2.00
[ 1392.803233] uvcvideo: Found UVC 1.00 device DEF-299A Camera (1871:0603)
[ 1393.801683] uvcvideo: Failed to query (1) UVC control 2 (unit 0) : -110 (exp. 26).
[ 1393.801695] uvcvideo: Failed to initialize the device (-5).
[ 1393.802541] usbcore: registered new interface driver uvcvideo
[ 1393.802873] USB Video Class driver (v0.1.0)

Then I followed Curtis Hovey replied, I got the following in the dmesg :

[ 1626.262822] usbcore: deregistering interface driver uvcvideo
[ 1632.212146] uvcvideo: Adding mapping Brightness to control 00000000-0000-0000-0000-000000000101/2.
[ 1632.212915] uvcvideo: Adding mapping Contrast to control 00000000-0000-0000-0000-000000000101/3.
[ 1632.212927] uvcvideo: Adding mapping Hue to control 00000000-0000-0000-0000-000000000101/6.
[ 1632.212935] uvcvideo: Adding mapping Saturation to control 00000000-0000-0000-0000-000000000101/7.
[ 1632.212943] uvcvideo: Adding mapping Sharpness to control 00000000-0000-0000-0000-000000000101/8.
[ 1632.212951] uvcvideo: Adding mapping Gamma to control 00000000-0000-0000-0000-000000000101/9.
[ 1632.212960] uvcvideo: Adding mapping Backlight Compensation to control 00000000-0000-0000-0000-000000000101/1.
[ 1632.212969] uvcvideo: Adding mapping Gain to control 00000000-0000-0000-0000-000000000101/4.
[ 1632.212977] uvcvideo: Adding mapping Power Line Frequency to control 00000000-0000-0000-0000-000000000101/5.
[ 1632.212987] uvcvideo: Adding mapping Hue, Auto to control 00000000-0000-0000-0000-000000000101/16.
[ 1632.212996] uvcvideo: Adding mapping Exposure, Auto to control 00000000-0000-0000-0000-000000000001/2.
[ 1632.213005] uvcvideo: Adding mapping Exposure, Auto Priority to control 00000000-0000-0000-0000-000000000001/3.
[ 1632.213015] uvcvideo: Adding mapping Exposure (Absolute) to control 00000000-0000-0000-0000-000000000001/4.
[ 1632.213024] uvcvideo: Adding mapping White Balance Temperature, Auto to control 00000000-0000-0000-0000-000000000101/11.
[ 1632.213035] uvcvideo: Adding mapping White Balance Temperature to control 00000000-0000-0000-0000-000000000101/10.
[ 1632.213044] uvcvideo: Adding mapping Focus (absolute) to control 00000000-0000-0000-0000-000000000001/6.
[ 1632.213054] uvcvideo: Adding mapping Focus, Auto to control 00000000-0000-0000-0000-000000000001/8.
[ 1632.213120] uvcvideo: Probing generic UVC device 1
[ 1632.213137] uvcvideo: Found format YUV 4:2:2 (YUYV).
[ 1632.213141] uvcvideo: - 640x480 (30.0 fps)
[ 1632.213146] uvcvideo: - 160x120 (30.0 fps)
[ 1632.213149] uvcvideo: - 320x240 (30.0 fps)
[ 1632.213153] uvcvideo: - 352x288 (30.0 fps)
[ 1632.213157] uvcvideo: - 176x144 (30.0 fps)
[ 1632.213166] uvcvideo: Found a Status endpoint (addr 85).
[ 1632.213171] uvcvideo: Found UVC 1.00 device DEF-299A Camera (1871:0603)
[ 1632.213181] uvcvideo: Added control 00000000-0000-0000-0000-000000000101/2 to device 1 entity 3
[ 1632.213189] uvcvideo: Added control 00000000-0000-0000-0000-000000000101/3 to device 1 entity 3
[ 1632.213197] uvcvideo: Added control 00000000-0000-0000-0000-000000000101/7 to device 1 entity 3
[ 1632.213205] uvcvideo: Added control 00000000-0000-0000-0000-000000000101/8 to device 1 entity 3
[ 1632.213213] uvcvideo: Added control 00000000-0000-0000-0000-000000000101/9 to device 1 entity 3
[ 1632.213221] uvcvideo: Added control 00000000-0000-0000-0000-000000000101/5 to device 1 entity 3
[ 1632.213231] uvcvideo: Scanning UVC chain: OT 2 <- XU 4 <- PU 3 <- IT 1
[ 1632.213240] uvcvideo: Found a valid video chain (1 -> 2).
[ 1632.215279] uvcvideo: UVC device initialized.
[ 1632.215306] usbcore: registered new interface driver uvcvideo
[ 1632.215313] USB Video Class driver (v0.1.0)
[ 1632.287337] uvcvideo: Trying format 0x56595559 (YUYV): 10000x10000.
[ 1632.287342] uvcvideo: Using default frame interval 33333.3 us (30.0 fps).

And, most importantly the device is working now, at least I have tried with Skype 2.0 and Cheese.

Thanks

Revision history for this message
Arnaldo Gutierrez Rea (arnaldot) said :
#17

Hi

I still can't get my web cam work with some applications even with the help that you provide. I there anything else more and yes I am new on Linux. I am running 2.6.24-21 Kernel Ubuntu Hardy and my web cam is a Quickcam Pro 5000 Logitech. My computer is a Compaq EvoD310 Pentium 4 2.4

Please if somebady can help me.

I can't use the cam for cheeese and for skype is like a snow crash but in green color. Ekiga works and happens to me as weel the fact that I unnplug and plug it again and did the job (in fact I did it before I read it).

and this is what I get with dmesg:

[ 3910.642474] uvcvideo: Added control 00000000-0000-0000-0000-000000000001/3 to device 2 entity 1
[ 3910.642478] uvcvideo: Added control 00000000-0000-0000-0000-000000000001/4 to device 2 entity 1
[ 3910.642502] uvcvideo: Added control 00000000-0000-0000-0000-000000000101/11 to device 2 entity 2
[ 3910.642507] uvcvideo: Added control 00000000-0000-0000-0000-000000000101/10 to device 2 entity 2
[ 3910.642510] uvcvideo: Scanning UVC chain: OT 5 <- XU 4 (-> XU 8 10) <- XU 3 <- PU 2 <- IT 1
[ 3910.642519] uvcvideo: Found a valid video chain (1 -> 5).
[ 3911.646121] uvcvideo: Failed to query (135) UVC control 1 (unit 0) : -110 (exp. 26).
[ 3911.658427] uvcvideo: UVC device initialized.
[ 3911.658455] usbcore: registered new interface driver uvcvideo
[ 3911.658460] USB Video Class driver (v0.1.0)
[ 3911.665396] uvcvideo: Trying format 0x47504a4d (MJPG): 10000x10000.
[ 3911.665404] uvcvideo: Using default frame interval 66666.6 us (15.0 fps).
[ 3918.235678] uvcvideo: Trying format 0x32315559 (YU12): 320x240.
[ 3918.235688] uvcvideo: Unsupported format 0x32315559.
[ 3918.235693] uvcvideo: Trying format 0x56595559 (YUYV): 320x240.
[ 3918.235698] uvcvideo: Using default frame interval 33333.3 us (30.0 fps).
[ 3918.273256] uvcvideo: Trying format 0x59565955 (UYVY): 640x360.
[ 3918.273263] uvcvideo: Unsupported format 0x59565955.
[ 3918.273268] uvcvideo: Trying format 0x32315559 (YU12): 320x240.
[ 3918.273271] uvcvideo: Unsupported format 0x32315559.
[ 3918.273274] uvcvideo: Trying format 0x32315559 (YU12): 324x248.
[ 3918.273277] uvcvideo: Unsupported format 0x32315559.
[ 3918.273280] uvcvideo: Trying format 0x32315559 (YU12): 352x288.
[ 3918.273283] uvcvideo: Unsupported format 0x32315559.
[ 3918.273287] uvcvideo: Trying format 0x32315559 (YU12): 160x120.
[ 3918.273289] uvcvideo: Unsupported format 0x32315559.
[ 3918.273293] uvcvideo: Trying format 0x32315559 (YU12): 176x144.
[ 3918.273295] uvcvideo: Unsupported format 0x32315559.
[ 3918.273299] uvcvideo: Trying format 0x32315559 (YU12): 640x480.
[ 3918.273302] uvcvideo: Unsupported format 0x32315559.
[ 3918.273305] uvcvideo: Trying format 0x32315559 (YU12): 1024x576.
[ 3918.273308] uvcvideo: Unsupported format 0x32315559.
[ 3918.273312] uvcvideo: Trying format 0x56595559 (YUYV): 320x240.
[ 3918.273315] uvcvideo: Using default frame interval 33333.3 us (30.0 fps).
[ 3918.298485] uvcvideo: Failed to query (131) UVC control 1 (unit 0) : -32 (exp. 26).
[ 3918.298498] uvcvideo: Trying format 0x56595559 (YUYV): 324x248.
[ 3918.298502] uvcvideo: Using default frame interval 33333.3 us (30.0 fps).
[ 3918.301858] uvcvideo: Failed to query (1) UVC control 1 (unit 0) : -32 (exp. 26).
[ 3918.301867] uvcvideo: Trying format 0x56595559 (YUYV): 352x288.
[ 3918.301871] uvcvideo: Using default frame interval 33333.3 us (30.0 fps).
[ 3919.298615] uvcvideo: Failed to query (1) UVC control 1 (unit 0) : -110 (exp. 26).
[ 3919.298637] uvcvideo: Trying format 0x56595559 (YUYV): 160x120.
[ 3919.298641] uvcvideo: Using default frame interval 33333.3 us (30.0 fps).
[ 3920.298118] uvcvideo: Failed to query (1) UVC control 1 (unit 0) : -110 (exp. 26).
[ 3920.298139] uvcvideo: Trying format 0x56595559 (YUYV): 176x144.
[ 3920.298144] uvcvideo: Using default frame interval 33333.3 us (30.0 fps).
[ 3921.297748] uvcvideo: Failed to query (1) UVC control 1 (unit 0) : -110 (exp. 26).
[ 3921.297771] uvcvideo: Trying format 0x56595559 (YUYV): 640x480.
[ 3921.297775] uvcvideo: Using default frame interval 33333.3 us (30.0 fps).
[ 3922.297253] uvcvideo: Failed to query (1) UVC control 1 (unit 0) : -110 (exp. 26).
[ 3922.297275] uvcvideo: Trying format 0x56595559 (YUYV): 1024x576.
[ 3922.297279] uvcvideo: Using default frame interval 33333.3 us (30.0 fps).
[ 3923.296755] uvcvideo: Failed to query (1) UVC control 1 (unit 0) : -110 (exp. 26).
[ 3923.296777] uvcvideo: Trying format 0x59565955 (UYVY): 320x240.
[ 3923.296784] uvcvideo: Unsupported format 0x59565955.
[ 3923.296788] uvcvideo: Trying format 0x59565955 (UYVY): 324x248.
[ 3923.296791] uvcvideo: Unsupported format 0x59565955.
[ 3923.296795] uvcvideo: Trying format 0x59565955 (UYVY): 352x288.
[ 3923.296797] uvcvideo: Unsupported format 0x59565955.
[ 3923.296801] uvcvideo: Trying format 0x59565955 (UYVY): 160x120.
[ 3923.296803] uvcvideo: Unsupported format 0x59565955.
[ 3923.296807] uvcvideo: Trying format 0x59565955 (UYVY): 176x144.
[ 3923.296809] uvcvideo: Unsupported format 0x59565955.
[ 3923.296813] uvcvideo: Trying format 0x59565955 (UYVY): 640x480.
[ 3923.296816] uvcvideo: Unsupported format 0x59565955.
[ 3923.296819] uvcvideo: Trying format 0x59565955 (UYVY): 1024x576.
[ 3923.296822] uvcvideo: Unsupported format 0x59565955.
[ 3960.401245] uvcvideo: Trying format 0x32315559 (YU12): 320x240.
[ 3960.401255] uvcvideo: Unsupported format 0x32315559.
[ 3960.401260] uvcvideo: Trying format 0x56595559 (YUYV): 320x240.
[ 3960.401263] uvcvideo: Using default frame interval 33333.3 us (30.0 fps).
[ 3961.399216] uvcvideo: Failed to query (1) UVC control 1 (unit 0) : -110 (exp. 26).
[ 3961.399239] uvcvideo: Trying format 0x59565955 (UYVY): 320x240.
[ 3961.399242] uvcvideo: Unsupported format 0x59565955.
[ 3961.399247] uvcvideo: Trying format 0x32315559 (YU12): 320x240.
[ 3961.399249] uvcvideo: Unsupported format 0x32315559.
[ 3961.399253] uvcvideo: Trying format 0x32315559 (YU12): 324x248.
[ 3961.399255] uvcvideo: Unsupported format 0x32315559.
[ 3961.399259] uvcvideo: Trying format 0x32315559 (YU12): 352x288.
[ 3961.399262] uvcvideo: Unsupported format 0x32315559.
[ 3961.399265] uvcvideo: Trying format 0x32315559 (YU12): 160x120.
[ 3961.399268] uvcvideo: Unsupported format 0x32315559.
[ 3961.399271] uvcvideo: Trying format 0x32315559 (YU12): 176x144.
[ 3961.399274] uvcvideo: Unsupported format 0x32315559.
[ 3961.399278] uvcvideo: Trying format 0x32315559 (YU12): 640x480.
[ 3961.399280] uvcvideo: Unsupported format 0x32315559.
[ 3961.399284] uvcvideo: Trying format 0x32315559 (YU12): 1024x576.
[ 3961.399287] uvcvideo: Unsupported format 0x32315559.
[ 3961.399290] uvcvideo: Trying format 0x56595559 (YUYV): 320x240.
[ 3961.399294] uvcvideo: Using default frame interval 33333.3 us (30.0 fps).
[ 3962.398722] uvcvideo: Failed to query (1) UVC control 1 (unit 0) : -110 (exp. 26).
[ 3962.398745] uvcvideo: Trying format 0x56595559 (YUYV): 324x248.
[ 3962.398749] uvcvideo: Using default frame interval 33333.3 us (30.0 fps).
[ 3963.398349] uvcvideo: Failed to query (1) UVC control 1 (unit 0) : -110 (exp. 26).
[ 3963.398370] uvcvideo: Trying format 0x56595559 (YUYV): 352x288.
[ 3963.398374] uvcvideo: Using default frame interval 33333.3 us (30.0 fps).
[ 3964.397856] uvcvideo: Failed to query (1) UVC control 1 (unit 0) : -110 (exp. 26).
[ 3964.397877] uvcvideo: Trying format 0x56595559 (YUYV): 160x120.
[ 3964.397881] uvcvideo: Using default frame interval 33333.3 us (30.0 fps).
[ 3965.397358] uvcvideo: Failed to query (1) UVC control 1 (unit 0) : -110 (exp. 26).
[ 3965.397380] uvcvideo: Trying format 0x56595559 (YUYV): 176x144.
[ 3965.397384] uvcvideo: Using default frame interval 33333.3 us (30.0 fps).
[ 3966.396864] uvcvideo: Failed to query (1) UVC control 1 (unit 0) : -110 (exp. 26).
[ 3966.396885] uvcvideo: Trying format 0x56595559 (YUYV): 640x480.
[ 3966.396889] uvcvideo: Using default frame interval 33333.3 us (30.0 fps).
[ 3967.396493] uvcvideo: Failed to query (1) UVC control 1 (unit 0) : -110 (exp. 26).
[ 3967.396515] uvcvideo: Trying format 0x56595559 (YUYV): 1024x576.
[ 3967.396519] uvcvideo: Using default frame interval 33333.3 us (30.0 fps).
[ 3968.395997] uvcvideo: Failed to query (1) UVC control 1 (unit 0) : -110 (exp. 26).
[ 3968.396019] uvcvideo: Trying format 0x59565955 (UYVY): 320x240.
[ 3968.396022] uvcvideo: Unsupported format 0x59565955.
[ 3968.396026] uvcvideo: Trying format 0x59565955 (UYVY): 324x248.
[ 3968.396029] uvcvideo: Unsupported format 0x59565955.
[ 3968.396032] uvcvideo: Trying format 0x59565955 (UYVY): 352x288.
[ 3968.396035] uvcvideo: Unsupported format 0x59565955.
[ 3968.396039] uvcvideo: Trying format 0x59565955 (UYVY): 160x120.
[ 3968.396041] uvcvideo: Unsupported format 0x59565955.
[ 3968.396045] uvcvideo: Trying format 0x59565955 (UYVY): 176x144.
[ 3968.396047] uvcvideo: Unsupported format 0x59565955.
[ 3968.396051] uvcvideo: Trying format 0x59565955 (UYVY): 640x480.
[ 3968.396053] uvcvideo: Unsupported format 0x59565955.
[ 3968.396057] uvcvideo: Trying format 0x59565955 (UYVY): 1024x576.
[ 3968.396060] uvcvideo: Unsupported format 0x59565955.
[ 4049.893269] usbcore: deregistering interface driver uvcvideo
[ 4052.063317] uvcvideo: Adding mapping Brightness to control 00000000-0000-0000-0000-000000000101/2.
[ 4052.063662] uvcvideo: Adding mapping Contrast to control 00000000-0000-0000-0000-000000000101/3.
[ 4052.063851] uvcvideo: Adding mapping Hue to control 00000000-0000-0000-0000-000000000101/6.
[ 4052.063856] uvcvideo: Adding mapping Saturation to control 00000000-0000-0000-0000-000000000101/7.
[ 4052.063860] uvcvideo: Adding mapping Sharpness to control 00000000-0000-0000-0000-000000000101/8.
[ 4052.063864] uvcvideo: Adding mapping Gamma to control 00000000-0000-0000-0000-000000000101/9.
[ 4052.063869] uvcvideo: Adding mapping Backlight Compensation to control 00000000-0000-0000-0000-000000000101/1.
[ 4052.063873] uvcvideo: Adding mapping Gain to control 00000000-0000-0000-0000-000000000101/4.
[ 4052.063877] uvcvideo: Adding mapping Power Line Frequency to control 00000000-0000-0000-0000-000000000101/5.
[ 4052.063898] uvcvideo: Adding mapping Hue, Auto to control 00000000-0000-0000-0000-000000000101/16.
[ 4052.065732] uvcvideo: Adding mapping Exposure, Auto to control 00000000-0000-0000-0000-000000000001/2.
[ 4052.065739] uvcvideo: Adding mapping Exposure, Auto Priority to control 00000000-0000-0000-0000-000000000001/3.
[ 4052.065744] uvcvideo: Adding mapping Exposure (Absolute) to control 00000000-0000-0000-0000-000000000001/4.
[ 4052.065749] uvcvideo: Adding mapping White Balance Temperature, Auto to control 00000000-0000-0000-0000-000000000101/11.
[ 4052.065754] uvcvideo: Adding mapping White Balance Temperature to control 00000000-0000-0000-0000-000000000101/10.
[ 4052.065759] uvcvideo: Adding mapping Focus (absolute) to control 00000000-0000-0000-0000-000000000001/6.
[ 4052.065764] uvcvideo: Adding mapping Focus, Auto to control 00000000-0000-0000-0000-000000000001/8.
[ 4052.065816] uvcvideo: Probing known UVC device 2 (046d:08c5)
[ 4052.065833] uvcvideo: Found format MJPEG.
[ 4052.065836] uvcvideo: - 160x120 (30.0 fps)
[ 4052.065838] uvcvideo: - 176x144 (30.0 fps)
[ 4052.065840] uvcvideo: - 320x240 (15.0 fps)
[ 4052.065842] uvcvideo: - 352x288 (30.0 fps)
[ 4052.065844] uvcvideo: - 432x240 (30.0 fps)
[ 4052.065846] uvcvideo: - 480x360 (30.0 fps)
[ 4052.065848] uvcvideo: - 512x288 (30.0 fps)
[ 4052.065850] uvcvideo: - 640x360 (30.0 fps)
[ 4052.065852] uvcvideo: - 640x480 (15.0 fps)
[ 4052.065855] uvcvideo: Found format YUV 4:2:2 (YUYV).
[ 4052.065857] uvcvideo: - 640x360 (30.0 fps)
[ 4052.065859] uvcvideo: - 640x480 (30.0 fps)
[ 4052.065867] uvcvideo: Found a Status endpoint (addr 87).
[ 4052.065870] uvcvideo: Found UVC 1.00 device <unnamed> (046d:08c5)
[ 4052.065877] uvcvideo: Added control 00000000-0000-0000-0000-000000000101/2 to device 2 entity 2
[ 4052.065881] uvcvideo: Added control 00000000-0000-0000-0000-000000000101/3 to device 2 entity 2
[ 4052.065886] uvcvideo: Added control 00000000-0000-0000-0000-000000000101/7 to device 2 entity 2
[ 4052.065890] uvcvideo: Added control 00000000-0000-0000-0000-000000000101/8 to device 2 entity 2
[ 4052.065894] uvcvideo: Added control 00000000-0000-0000-0000-000000000101/9 to device 2 entity 2
[ 4052.065898] uvcvideo: Added control 00000000-0000-0000-0000-000000000101/1 to device 2 entity 2
[ 4052.065902] uvcvideo: Added control 00000000-0000-0000-0000-000000000101/4 to device 2 entity 2
[ 4052.065906] uvcvideo: Added control 00000000-0000-0000-0000-000000000101/5 to device 2 entity 2
[ 4052.065910] uvcvideo: Added control 00000000-0000-0000-0000-000000000001/2 to device 2 entity 1
[ 4052.065914] uvcvideo: Added control 00000000-0000-0000-0000-000000000001/3 to device 2 entity 1
[ 4052.065917] uvcvideo: Added control 00000000-0000-0000-0000-000000000001/4 to device 2 entity 1
[ 4052.065922] uvcvideo: Added control 00000000-0000-0000-0000-000000000101/11 to device 2 entity 2
[ 4052.065926] uvcvideo: Added control 00000000-0000-0000-0000-000000000101/10 to device 2 entity 2
[ 4052.065929] uvcvideo: Scanning UVC chain: OT 5 <- XU 4 (-> XU 8 10) <- XU 3 <- PU 2 <- IT 1
[ 4052.065939] uvcvideo: Found a valid video chain (1 -> 5).
[ 4053.069029] uvcvideo: Failed to query (135) UVC control 1 (unit 0) : -110 (exp. 26).
[ 4053.081482] uvcvideo: UVC device initialized.
[ 4053.081509] usbcore: registered new interface driver uvcvideo
[ 4053.081513] USB Video Class driver (v0.1.0)
[ 4053.142480] uvcvideo: Trying format 0x47504a4d (MJPG): 10000x10000.
[ 4053.142488] uvcvideo: Using default frame interval 66666.6 us (15.0 fps).
[ 4059.829835] uvcvideo: Trying format 0x32315559 (YU12): 320x240.
[ 4059.829843] uvcvideo: Unsupported format 0x32315559.
[ 4059.829848] uvcvideo: Trying format 0x56595559 (YUYV): 320x240.
[ 4059.829852] uvcvideo: Using default frame interval 33333.3 us (30.0 fps).
[ 4059.867810] uvcvideo: Trying format 0x59565955 (UYVY): 640x360.
[ 4059.867816] uvcvideo: Unsupported format 0x59565955.
[ 4059.867822] uvcvideo: Trying format 0x32315559 (YU12): 320x240.
[ 4059.867825] uvcvideo: Unsupported format 0x32315559.
[ 4059.867828] uvcvideo: Trying format 0x32315559 (YU12): 324x248.
[ 4059.867831] uvcvideo: Unsupported format 0x32315559.
[ 4059.867834] uvcvideo: Trying format 0x32315559 (YU12): 352x288.
[ 4059.867837] uvcvideo: Unsupported format 0x32315559.
[ 4059.867841] uvcvideo: Trying format 0x32315559 (YU12): 160x120.
[ 4059.867843] uvcvideo: Unsupported format 0x32315559.
[ 4059.867847] uvcvideo: Trying format 0x32315559 (YU12): 176x144.
[ 4059.867849] uvcvideo: Unsupported format 0x32315559.
[ 4059.867853] uvcvideo: Trying format 0x32315559 (YU12): 640x480.
[ 4059.867856] uvcvideo: Unsupported format 0x32315559.
[ 4059.867859] uvcvideo: Trying format 0x32315559 (YU12): 1024x576.
[ 4059.867862] uvcvideo: Unsupported format 0x32315559.
[ 4059.867866] uvcvideo: Trying format 0x56595559 (YUYV): 320x240.
[ 4059.867869] uvcvideo: Using default frame interval 33333.3 us (30.0 fps).
[ 4059.906780] uvcvideo: Trying format 0x56595559 (YUYV): 324x248.
[ 4059.906785] uvcvideo: Using default frame interval 33333.3 us (30.0 fps).
[ 4059.946006] uvcvideo: Trying format 0x56595559 (YUYV): 352x288.
[ 4059.946011] uvcvideo: Using default frame interval 33333.3 us (30.0 fps).
[ 4059.984853] uvcvideo: Trying format 0x56595559 (YUYV): 160x120.
[ 4059.984857] uvcvideo: Using default frame interval 33333.3 us (30.0 fps).
[ 4060.023833] uvcvideo: Trying format 0x56595559 (YUYV): 176x144.
[ 4060.023838] uvcvideo: Using default frame interval 33333.3 us (30.0 fps).
[ 4060.063055] uvcvideo: Trying format 0x56595559 (YUYV): 640x480.
[ 4060.063059] uvcvideo: Using default frame interval 33333.3 us (30.0 fps).
[ 4060.101912] uvcvideo: Setting frame interval to 1/15 (666666).
[ 4331.658123] uvcvideo: Control 0x00980903 not found.
[ 4331.658133] uvcvideo: Control 0x00980904 not found.
[ 4331.658137] uvcvideo: Control 0x00980905 not found.
[ 4331.658142] uvcvideo: Control 0x00980906 not found.
[ 4331.658146] uvcvideo: Control 0x00980907 not found.
[ 4331.658150] uvcvideo: Control 0x00980908 not found.
[ 4331.658155] uvcvideo: Control 0x00980909 not found.
[ 4331.658159] uvcvideo: Control 0x0098090a not found.
[ 4331.658163] uvcvideo: Control 0x0098090b not found.
[ 4331.658168] uvcvideo: Control 0x0098090c not found.
[ 4331.658172] uvcvideo: Control 0x0098090d not found.
[ 4331.658177] uvcvideo: Control 0x0098090e not found.
[ 4331.658181] uvcvideo: Control 0x0098090f not found.
[ 4331.679369] uvcvideo: Control 0x00980911 not found.
[ 4331.679376] uvcvideo: Control 0x00980912 not found.
[ 4331.700657] uvcvideo: Control 0x00980914 not found.
[ 4331.700667] uvcvideo: Control 0x00980915 not found.
[ 4331.700672] uvcvideo: Control 0x00980916 not found.
[ 4331.700676] uvcvideo: Control 0x00980917 not found.
[ 4331.702217] uvcvideo: Trying format 0x56595559 (YUYV): 640x480.
[ 4331.702221] uvcvideo: Using default frame interval 33333.3 us (30.0 fps).
[ 4331.739950] uvcvideo: Setting frame interval to 1/10 (1000000).
[ 4337.220848] uvcvideo: Trying format 0x47504a4d (MJPG): 10000x10000.
[ 4337.220856] uvcvideo: Using default frame interval 66666.6 us (15.0 fps).
[ 4451.748547] uvcvideo: Trying format 0x32315559 (YU12): 320x240.
[ 4451.748556] uvcvideo: Unsupported format 0x32315559.
[ 4451.748561] uvcvideo: Trying format 0x56595559 (YUYV): 320x240.
[ 4451.748565] uvcvideo: Using default frame interval 33333.3 us (30.0 fps).
[ 4451.786379] uvcvideo: Trying format 0x59565955 (UYVY): 640x360.
[ 4451.786386] uvcvideo: Unsupported format 0x59565955.
[ 4451.786392] uvcvideo: Trying format 0x32315559 (YU12): 320x240.
[ 4451.786394] uvcvideo: Unsupported format 0x32315559.
[ 4451.786398] uvcvideo: Trying format 0x32315559 (YU12): 324x248.
[ 4451.786400] uvcvideo: Unsupported format 0x32315559.
[ 4451.786404] uvcvideo: Trying format 0x32315559 (YU12): 352x288.
[ 4451.786406] uvcvideo: Unsupported format 0x32315559.
[ 4451.786410] uvcvideo: Trying format 0x32315559 (YU12): 160x120.
[ 4451.786413] uvcvideo: Unsupported format 0x32315559.
[ 4451.786416] uvcvideo: Trying format 0x32315559 (YU12): 176x144.
[ 4451.786419] uvcvideo: Unsupported format 0x32315559.
[ 4451.786422] uvcvideo: Trying format 0x32315559 (YU12): 640x480.
[ 4451.786425] uvcvideo: Unsupported format 0x32315559.
[ 4451.786429] uvcvideo: Trying format 0x32315559 (YU12): 1024x576.
[ 4451.786431] uvcvideo: Unsupported format 0x32315559.
[ 4451.786435] uvcvideo: Trying format 0x56595559 (YUYV): 320x240.
[ 4451.786438] uvcvideo: Using default frame interval 33333.3 us (30.0 fps).
[ 4451.825233] uvcvideo: Trying format 0x56595559 (YUYV): 324x248.
[ 4451.825239] uvcvideo: Using default frame interval 33333.3 us (30.0 fps).
[ 4451.864196] uvcvideo: Trying format 0x56595559 (YUYV): 352x288.
[ 4451.864200] uvcvideo: Using default frame interval 33333.3 us (30.0 fps).
[ 4451.903426] uvcvideo: Trying format 0x56595559 (YUYV): 160x120.
[ 4451.903430] uvcvideo: Using default frame interval 33333.3 us (30.0 fps).
[ 4451.942280] uvcvideo: Trying format 0x56595559 (YUYV): 176x144.
[ 4451.942287] uvcvideo: Using default frame interval 33333.3 us (30.0 fps).
[ 4451.981256] uvcvideo: Trying format 0x56595559 (YUYV): 640x480.
[ 4451.981262] uvcvideo: Using default frame interval 33333.3 us (30.0 fps).
[ 4452.020121] uvcvideo: Setting frame interval to 1/15 (666666).
[ 4894.043545] uvcvideo: Trying format 0x32315559 (YU12): 320x240.
[ 4894.043553] uvcvideo: Unsupported format 0x32315559.
[ 4894.043558] uvcvideo: Trying format 0x56595559 (YUYV): 320x240.
[ 4894.043562] uvcvideo: Using default frame interval 33333.3 us (30.0 fps).
[ 4894.081289] uvcvideo: Trying format 0x59565955 (UYVY): 640x360.
[ 4894.081296] uvcvideo: Unsupported format 0x59565955.
[ 4894.081302] uvcvideo: Trying format 0x32315559 (YU12): 320x240.
[ 4894.081304] uvcvideo: Unsupported format 0x32315559.
[ 4894.081308] uvcvideo: Trying format 0x32315559 (YU12): 324x248.
[ 4894.081310] uvcvideo: Unsupported format 0x32315559.
[ 4894.081314] uvcvideo: Trying format 0x32315559 (YU12): 352x288.
[ 4894.081316] uvcvideo: Unsupported format 0x32315559.
[ 4894.081320] uvcvideo: Trying format 0x32315559 (YU12): 160x120.
[ 4894.081323] uvcvideo: Unsupported format 0x32315559.
[ 4894.081326] uvcvideo: Trying format 0x32315559 (YU12): 176x144.
[ 4894.081328] uvcvideo: Unsupported format 0x32315559.
[ 4894.081332] uvcvideo: Trying format 0x32315559 (YU12): 640x480.
[ 4894.081334] uvcvideo: Unsupported format 0x32315559.
[ 4894.081338] uvcvideo: Trying format 0x32315559 (YU12): 1024x576.
[ 4894.081341] uvcvideo: Unsupported format 0x32315559.
[ 4894.081344] uvcvideo: Trying format 0x56595559 (YUYV): 320x240.
[ 4894.081347] uvcvideo: Using default frame interval 33333.3 us (30.0 fps).
[ 4894.120503] uvcvideo: Trying format 0x56595559 (YUYV): 324x248.
[ 4894.120508] uvcvideo: Using default frame interval 33333.3 us (30.0 fps).
[ 4894.159487] uvcvideo: Trying format 0x56595559 (YUYV): 352x288.
[ 4894.159493] uvcvideo: Using default frame interval 33333.3 us (30.0 fps).
[ 4894.198332] uvcvideo: Trying format 0x56595559 (YUYV): 160x120.
[ 4894.198337] uvcvideo: Using default frame interval 33333.3 us (30.0 fps).
[ 4894.237556] uvcvideo: Trying format 0x56595559 (YUYV): 176x144.
[ 4894.237561] uvcvideo: Using default frame interval 33333.3 us (30.0 fps).
[ 4894.276532] uvcvideo: Trying format 0x56595559 (YUYV): 640x480.
[ 4894.276538] uvcvideo: Using default frame interval 33333.3 us (30.0 fps).
[ 4894.315387] uvcvideo: Setting frame interval to 1/15 (666666).
[ 4954.391823] uvcvideo: Control 0x00980903 not found.
[ 4954.391832] uvcvideo: Control 0x00980904 not found.
[ 4954.391837] uvcvideo: Control 0x00980905 not found.
[ 4954.391841] uvcvideo: Control 0x00980906 not found.
[ 4954.391846] uvcvideo: Control 0x00980907 not found.
[ 4954.391850] uvcvideo: Control 0x00980908 not found.
[ 4954.391854] uvcvideo: Control 0x00980909 not found.
[ 4954.391859] uvcvideo: Control 0x0098090a not found.
[ 4954.391863] uvcvideo: Control 0x0098090b not found.
[ 4954.391867] uvcvideo: Control 0x0098090c not found.
[ 4954.391872] uvcvideo: Control 0x0098090d not found.
[ 4954.391876] uvcvideo: Control 0x0098090e not found.
[ 4954.391880] uvcvideo: Control 0x0098090f not found.
[ 4954.413089] uvcvideo: Control 0x00980911 not found.
[ 4954.413096] uvcvideo: Control 0x00980912 not found.
[ 4954.434437] uvcvideo: Control 0x00980914 not found.
[ 4954.434444] uvcvideo: Control 0x00980915 not found.
[ 4954.434449] uvcvideo: Control 0x00980916 not found.
[ 4954.434453] uvcvideo: Control 0x00980917 not found.
[ 4954.435993] uvcvideo: Trying format 0x56595559 (YUYV): 640x480.
[ 4954.435997] uvcvideo: Using default frame interval 33333.3 us (30.0 fps).
[ 4954.473460] uvcvideo: Setting frame interval to 1/10 (1000000).
[ 4959.918156] uvcvideo: Trying format 0x47504a4d (MJPG): 10000x10000.
[ 4959.918165] uvcvideo: Using default frame interval 66666.6 us (15.0 fps).
[ 4970.840767] uvcvideo: Control 0x00980903 not found.
[ 4970.840776] uvcvideo: Control 0x00980904 not found.
[ 4970.840781] uvcvideo: Control 0x00980905 not found.
[ 4970.840785] uvcvideo: Control 0x00980906 not found.
[ 4970.840790] uvcvideo: Control 0x00980907 not found.
[ 4970.840794] uvcvideo: Control 0x00980908 not found.
[ 4970.840798] uvcvideo: Control 0x00980909 not found.
[ 4970.840803] uvcvideo: Control 0x0098090a not found.
[ 4970.840807] uvcvideo: Control 0x0098090b not found.
[ 4970.840811] uvcvideo: Control 0x0098090c not found.
[ 4970.840816] uvcvideo: Control 0x0098090d not found.
[ 4970.840820] uvcvideo: Control 0x0098090e not found.
[ 4970.840824] uvcvideo: Control 0x0098090f not found.
[ 4970.862025] uvcvideo: Control 0x00980911 not found.
[ 4970.862035] uvcvideo: Control 0x00980912 not found.
[ 4970.883737] uvcvideo: Control 0x00980914 not found.
[ 4970.883746] uvcvideo: Control 0x00980915 not found.
[ 4970.883750] uvcvideo: Control 0x00980916 not found.
[ 4970.883755] uvcvideo: Control 0x00980917 not found.
[ 4970.885247] uvcvideo: Trying format 0x56595559 (YUYV): 640x480.
[ 4970.885252] uvcvideo: Using default frame interval 33333.3 us (30.0 fps).
[ 4970.925331] uvcvideo: Setting frame interval to 1/10 (1000000).
[ 4976.302064] uvcvideo: Trying format 0x47504a4d (MJPG): 10000x10000.
[ 4976.302078] uvcvideo: Using default frame interval 66666.6 us (15.0 fps).
[ 5113.776741] uvcvideo: Control 0x00980903 not found.
[ 5113.776750] uvcvideo: Control 0x00980904 not found.
[ 5113.776754] uvcvideo: Control 0x00980905 not found.
[ 5113.776759] uvcvideo: Control 0x00980906 not found.
[ 5113.776763] uvcvideo: Control 0x00980907 not found.
[ 5113.776768] uvcvideo: Control 0x00980908 not found.
[ 5113.776772] uvcvideo: Control 0x00980909 not found.
[ 5113.776776] uvcvideo: Control 0x0098090a not found.
[ 5113.776781] uvcvideo: Control 0x0098090b not found.
[ 5113.776785] uvcvideo: Control 0x0098090c not found.
[ 5113.776789] uvcvideo: Control 0x0098090d not found.
[ 5113.776794] uvcvideo: Control 0x0098090e not found.
[ 5113.776798] uvcvideo: Control 0x0098090f not found.
[ 5113.797955] uvcvideo: Control 0x00980911 not found.
[ 5113.797963] uvcvideo: Control 0x00980912 not found.
[ 5113.819333] uvcvideo: Control 0x00980914 not found.
[ 5113.819342] uvcvideo: Control 0x00980915 not found.
[ 5113.819347] uvcvideo: Control 0x00980916 not found.
[ 5113.819351] uvcvideo: Control 0x00980917 not found.
[ 5113.820872] uvcvideo: Trying format 0x56595559 (YUYV): 640x480.
[ 5113.820877] uvcvideo: Using default frame interval 33333.3 us (30.0 fps).
[ 5113.858275] uvcvideo: Setting frame interval to 1/10 (1000000).
[ 5119.285087] uvcvideo: Trying format 0x47504a4d (MJPG): 10000x10000.
[ 5119.285101] uvcvideo: Using default frame interval 66666.6 us (15.0 fps).
[ 5154.610427] uvcvideo: Trying format 0x47504a4d (MJPG): 10000x10000.
[ 5154.610438] uvcvideo: Using default frame interval 66666.6 us (15.0 fps).
[ 5157.761197] uvcvideo: Trying format 0x32315559 (YU12): 640x480.
[ 5157.761208] uvcvideo: Unsupported format 0x32315559.
[ 5157.761688] uvcvideo: Trying format 0x34424752 (RGB4): 640x480.
[ 5157.761692] uvcvideo: Unsupported format 0x34424752.
[ 5157.762001] uvcvideo: Trying format 0x34524742 (BGR4): 640x480.
[ 5157.762005] uvcvideo: Unsupported format 0x34524742.
[ 5157.762313] uvcvideo: Trying format 0x33424752 (RGB3): 640x480.
[ 5157.762317] uvcvideo: Unsupported format 0x33424752.
[ 5157.762626] uvcvideo: Trying format 0x33524742 (BGR3): 640x480.
[ 5157.762630] uvcvideo: Unsupported format 0x33524742.
[ 5157.762937] uvcvideo: Trying format 0x47504a4d (MJPG): 640x480.
[ 5157.762943] uvcvideo: Using default frame interval 66666.6 us (15.0 fps).
[ 5157.802231] uvcvideo: Setting frame interval to 1/10 (1000000).
[ 5157.842785] uvcvideo: Setting frame interval to 1/30 (333333).
[ 5157.883207] uvcvideo: Trying format 0x47504a4d (MJPG): 10000x10000.
[ 5157.883214] uvcvideo: Using default frame interval 66666.6 us (15.0 fps).
[ 5157.918414] uvcvideo: Trying format 0x47504a4d (MJPG): 176x144.
[ 5157.918419] uvcvideo: Using default frame interval 33333.3 us (30.0 fps).
[ 5157.958252] uvcvideo: Setting frame interval to 1/30 (333333).
[ 5158.135141] uvcvideo: Control 0x00980903 not found.
[ 5591.996191] usb 3-2: USB disconnect, address 3
[ 5595.306080] usb 3-2: new high speed USB device using ehci_hcd and address 4
[ 5595.619273] usb 3-2: configuration #1 chosen from 1 choice
[ 5595.620003] uvcvideo: Probing known UVC device 2 (046d:08c5)
[ 5595.620017] uvcvideo: Found format MJPEG.
[ 5595.620021] uvcvideo: - 160x120 (30.0 fps)
[ 5595.620023] uvcvideo: - 176x144 (30.0 fps)
[ 5595.620025] uvcvideo: - 320x240 (15.0 fps)
[ 5595.620027] uvcvideo: - 352x288 (30.0 fps)
[ 5595.620029] uvcvideo: - 432x240 (30.0 fps)
[ 5595.620031] uvcvideo: - 480x360 (30.0 fps)
[ 5595.620033] uvcvideo: - 512x288 (30.0 fps)
[ 5595.620036] uvcvideo: - 640x360 (30.0 fps)
[ 5595.620038] uvcvideo: - 640x480 (15.0 fps)
[ 5595.620040] uvcvideo: Found format YUV 4:2:2 (YUYV).
[ 5595.620042] uvcvideo: - 640x360 (30.0 fps)
[ 5595.620045] uvcvideo: - 640x480 (30.0 fps)
[ 5595.620053] uvcvideo: Found a Status endpoint (addr 87).
[ 5595.620056] uvcvideo: Found UVC 1.00 device <unnamed> (046d:08c5)
[ 5595.620063] uvcvideo: Added control 00000000-0000-0000-0000-000000000101/2 to device 2 entity 2
[ 5595.620067] uvcvideo: Added control 00000000-0000-0000-0000-000000000101/3 to device 2 entity 2
[ 5595.620072] uvcvideo: Added control 00000000-0000-0000-0000-000000000101/7 to device 2 entity 2
[ 5595.620076] uvcvideo: Added control 00000000-0000-0000-0000-000000000101/8 to device 2 entity 2
[ 5595.620080] uvcvideo: Added control 00000000-0000-0000-0000-000000000101/9 to device 2 entity 2
[ 5595.620084] uvcvideo: Added control 00000000-0000-0000-0000-000000000101/1 to device 2 entity 2
[ 5595.620088] uvcvideo: Added control 00000000-0000-0000-0000-000000000101/4 to device 2 entity 2
[ 5595.620092] uvcvideo: Added control 00000000-0000-0000-0000-000000000101/5 to device 2 entity 2
[ 5595.620096] uvcvideo: Added control 00000000-0000-0000-0000-000000000001/2 to device 2 entity 1
[ 5595.620100] uvcvideo: Added control 00000000-0000-0000-0000-000000000001/3 to device 2 entity 1
[ 5595.620103] uvcvideo: Added control 00000000-0000-0000-0000-000000000001/4 to device 2 entity 1
[ 5595.620108] uvcvideo: Added control 00000000-0000-0000-0000-000000000101/11 to device 2 entity 2
[ 5595.620112] uvcvideo: Added control 00000000-0000-0000-0000-000000000101/10 to device 2 entity 2
[ 5595.620116] uvcvideo: Scanning UVC chain: OT 5 <- XU 4 (-> XU 8 10) <- XU 3 <- PU 2 <- IT 1
[ 5595.620126] uvcvideo: Found a valid video chain (1 -> 5).
[ 5595.798056] uvcvideo: UVC device initialized.
[ 5596.575851] uvcvideo: Trying format 0x47504a4d (MJPG): 10000x10000.
[ 5596.575859] uvcvideo: Using default frame interval 66666.6 us (15.0 fps).

Revision history for this message
Tino Meinen (a-t-meinen) said :
#18

I've read in a C't Magazine that the 5000 had a firmware error. After installing the newer firmware, the webcam 5000 would work under ubuntu. This is the reason I went for the 9000 instead of the 5000 by the way, As I'm not too keen on upgrading firmware.

Revision history for this message
Masood (masoodabooali) said :
#19

Hi Chris,

I kind of have the same problem! my Logitech 300 webcam works fine with the Ekiga softphone which is included in the Ubuntu package. I can see the camera come on and see myself on the screen so the hardware works but when on Yahoo Messenger online, the camera doesn't come up and it says can't see Linux camera?

Online yahoo Messenger works with Flash and I have installed Flash (Adobe Flash) for linux successfully, a Debian package.

I have problem following your instruction for:

Once you have got all them you will need to use subversion to get the driver from the svn repo..

svn checkout http://svn.berlios.de/svnroot/repos/linux-uvc/

I get to the web site using the link you had provided but don't know how to have those files installed?

can you please elaborate on how to have those svn repo installed on my Ubuntu Linux?

Thank you,

Masood

Revision history for this message
Carsten Schlipf (carsten-schlipf) said :
#20

You might want to check out this tutorial on how to get the Logitech Quickcam Pro 5000 running with motion using a higher resolution: http://www.yeap.de/blog2.0/archives/165-Logitech-Quickcam-on-Ubuntu-Linux.html

Can you help with this problem?

Provide an answer of your own, or ask christophechrun for more information if necessary.

To post a message you must log in.