Difference between revisions of "USB Webcam"
(Added tips on how to get the device to work with Skype.) |
(added category) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 12: | Line 12: | ||
− | Skype | + | Skype uses the old V4L1 interface which requires the '''v4l1compat''' library to be preloaded. The command for this would simply be: |
− | LD_PRELOAD=/usr/lib/libv4l/v4l1compat.so skype | + | LD_PRELOAD=/usr/lib/libv4l/v4l1compat.so skype |
instead of just | instead of just | ||
− | skype | + | skype |
− | Or, on a 64-bit machine, Skype should be started thus: | + | Or, on a Debian/Ubuntu 64-bit machine, Skype should be started thus: |
− | LD_PRELOAD=/usr/lib32/libv4l/v4l1compat.so skype | + | 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. | You can replace the commands of your Skype menu item from 'skype' to one of the lines above. | ||
+ | |||
+ | [[Category:External Accessories]] |
Latest revision as of 09:45, 6 October 2020
Installing the Lenovo USB Webcam (type 40Y8519, Webpage at Lenovo Products)
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 uses the old V4L1 interface which requires the v4l1compat library to be preloaded. The command for this would simply be:
LD_PRELOAD=/usr/lib/libv4l/v4l1compat.so skype
instead of just
skype
Or, on a Debian/Ubuntu 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.