Webcam rightside up

 | Ubuntu | 0 Comments

I've been struggled now for quite sometime trying to figure out how to get my stupid upside down webcam on my laptop back rightside up where it belongs but to no avail. Finally as of today, it works like it should.

webcam-rightside-up.jpg

For those interested, here's how I flipped it around.

wget http://people.fedoraproject.org/~jwrdegoede/v4l-utils-0.7.92-test.tar.gz
tar xvfz v4l-utils-0.7.92-test.tar.gz
cd v4l-utils-0.7.92-test/lib
make PREFIX=/usr
sudo make install PREFIX=/usr

After that I can fire up skype/cheese from the terminal like this:

LD_PRELOAD=/usr/lib/libv4l/v4l1compat.so skype|cheese

Or by editing the application launcher to include this as the command:

/bin/sh -c "LD_PRELOAD=/usr/lib/libv4l/v4l1compat.so skype|cheese"

Thanks alot Hans de Goede for taking the time and fixing this for me, providing me with the tarball mentioned above.

Leave a comment

Recent Entries

A walk along the Keizersgracht
Too often one is so consumed by a jungle of intertwined thoughts that the beauty of the nearby surroundings ... »
Popularity is fickle
The popularity of a given next generation technology is very fickle, and its success or failure depends on many ... »
Where was Kiffin really buried?
Hi There seems to be some confusion on the current resting place of Kiffin Rockwell, some say that his ... »
Going to Portugal
Normally the week just before I leave for summer vacation, I spend hours on end desperately searching for some ... »
A human language
These days it is not very often that a new and exciting Perl book comes along. That's why I ... »