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:
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
Comments
Sorry for my english.
env LD_PRELOAD=/usr/lib32/libv4l/v4l2convert.so skype
$ LD_PRELOAD=/usr/lib/libv4l/v4l2convert.so skype
For some reason, my library path shows 'lib' instead of 'lib32'
Tompinza
Worked perfectly, thank you!
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!!