Difference between revisions of "USB Webcam"

From ThinkWiki
Jump to: navigation, search
(Added tips on how to get the device to work with Skype.)
Line 11: Line 11:
 
|}
 
|}
  
On a 64-bit machine Skype shall be started something similar like
 
  
# LD_PRELOAD=/usr/lib32/libv4l/v4l1compat.so skype
+
Skype does not seem to work with a lot of webcams, including this one. If you have problems you can try to start Skype by preloading certain modules. The command for this would simply be:
  
if you would like to use the webcam for video.
+
LD_PRELOAD=/usr/lib/libv4l/v4l1compat.so skype
 +
 
 +
instead of just
 +
 
 +
skype
 +
 
 +
Or, on a 64-bit machine, Skype should be started thus:
 +
 
 +
LD_PRELOAD=/usr/lib32/libv4l/v4l1compat.so skype
 +
 
 +
 
 +
You can replace the commands of your Skype menu item from 'skype' to one of the lines above.

Revision as of 12:36, 9 December 2009

Usb webcam.gif

Installing the Lenovo USB Webcam (type 40Y8519, Webpage at Lenovo Products)

  • under Linux 2.6.31.1 required the gspca vc032x module to be built from an external developer tree,
  • under Linux 2.6.32-rc5 is working out of the box.

For quick camera testing I have found svv to be very useful.

If problems arise it is also worth having a look at the GSPCA driver maintainer's website.


Skype does not seem to work with a lot of webcams, including this one. If you have problems you can try to start Skype by preloading certain modules. The command for this would simply be:

LD_PRELOAD=/usr/lib/libv4l/v4l1compat.so skype

instead of just

skype

Or, on a 64-bit machine, Skype should be started thus:

LD_PRELOAD=/usr/lib32/libv4l/v4l1compat.so skype


You can replace the commands of your Skype menu item from 'skype' to one of the lines above.