Problems using WebCam in Skype.
I installed Skype on Ubuntu 9.10 (64 bits). After installing, i found that the color webcam display looked ”green”. So I began to investigate the matter and found a solution.
To view the webcam properly in Skype use this piece of code:
$ LD_PRELOAD=/usr/lib32/libv4l/v4l2convert.so skype









Thanks, it worked great for me!
Thank you. This is the only way I could make it work.
This works temporary. How can I make this to be permanently saved on Skype?
Rodolfo, just put this line as your "command" on the PROPERTIES of your Shortcut and it should work.Sorry for my english.env LD_PRELOAD=/usr/lib32/libv4l/v4l2convert.so skype
For 32 bits system, I find this useful:$ LD_PRELOAD=/usr/lib/libv4l/v4l2convert.so skypeFor some reason, my library path shows 'lib' instead of 'lib32'
I had the same problem and thanks to you now has been fixed.Tompinza
Brilliant!Worked perfectly, thank you!
THANK YOU SO MUCH!!!!!!
An excellent solution. Thanks very much
I had problems with this also (ubuntu 9.10 64bit). I found it important to revert to an old kernel if you mess things up and can no longer find the /dev/video device. If you reinstall the new kernel the device should show up again.After following the LD_PRELOAD… tips from here I still had problems with Skype were the webcam image would quickly go very dark. I was able to install guvcview (sudo apt-get install guvcview) and run it (entering guvcview in the terminal prompt). This little program allows you to adjust the webcam settings and now everything seems to work for me!! Hoorrayy!!
It worked for me, too, but i had to lower web cam resolution to 320×240, or my picture would be slow and refreshed rarely.
Thanks, thanks all, it solves the problem i had with my webcam and skype since 1 year. Everything is right with DrSeberton tip. Thank all