Okay, I've solved it. First I renamed the skype binary in /usr/bin to skypecam, then I made the following script via gedit;
- Code: Select all
#!/bin/sh
LD_PRELOAD=/usr/lib/i386-linux-gnu/libv4l/v4l1compat.so skypecam
I saved it as 'skype' and placed it in /usr/bin. I'd done this earlier but the path I originally had was incorrect - it took a little searching because there are 2 v4l1compat.so files, the correct one being in the 32 bit folder. Do the following in terminal to find it;
- Code: Select all
locate v4l1compat.so
Also it is important to note that the latest version of skype does not have a test button in the black window, instead it should show a view immediately on clicking the Video Devices button - if the view is a black square then the camera isn't working.