Hi all.
So here is the problem : whereas my webcam works properly with a number of applications (jitsi, vlc etc...) it doesn't with skype (and cheese). I've looked around and tried a couple of solutions, but no luck so far. Any idea what I could do ?
I'm under xubuntu 18.10, the webcam is a logitech quickcam IM/connect
here is the result of an lsusb :
Code:
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 002: ID 058f:6364 Alcor Micro Corp. AU6477 Card Reader Controller
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 006 Device 005: ID 046d:08d9 Logitech, Inc. QuickCam IM/Connect
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 002: ID 046d:c31c Logitech, Inc. Keyboard K120
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 009 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 008 Device 002: ID 046d:c077 Logitech, Inc. M105 Optical Mouse
Bus 008 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
the commands I've tried with no success are the following :
Code:
LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libv4l/v4l2convert.so /usr/bin/skypeforlinux
LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libv4l/v4l1compat.so /usr/bin/skypeforlinux
Any idea ?