This worked for me:
1. Rename skype in /usr/bin to skype.real:
Code:
sudo mv /usr/bin/skype /usr/bin/skype.real
2. Create a new skype file in /usr/bin:
Code:
sudo gedit /usr/bin/skype
3. Paste inside the opened file these lines:
Code:
#!/bin/sh
LD_PRELOAD=/usr/lib32/libv4l/v4l1compat.so /usr/bin/skype.real "$@"
4. Save the file and make it executable:
Code:
sudo chmod +x /usr/bin/skype
P.S. Log out once, just in case. And don't forget to turn on the camera before starting Skype