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.
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