Webcam rightside up

| 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

Clojure one-liner
I am convinced that the new programming language called Clojure has alot of potential and if successful will fundamentally ... »
Trusting yourself
An excellent book that I've been reading is called Management 3.0 by Jurgen Appelo. The book has all kinds ... »
Remembering and then forgetting
There is that last fleeting moment right before you fall asleep when your mind empties of all thought and ... »
Zuma
Being stuck in the middle of a huge traffic jam just south of Amsterdam is no fun, especially when ... »
Running in the cold
Most people of sound mind would find it extremely difficult to understand that inner urge of mine which keeps ... »