Oops, I found a bunch of typos in my last comment. I misspelled the driver module name a few times. Here's a corrected version, please ignore the previous one. Apologies for the inconvenience...
1/ Temporarily flip the image (until reboot): $ echo 1 > /sys/class/video4linux/video0/vflip Or you can try: $ sudo rmmod stk11xx $ sudo modprobe stk11xx vflip=1 2/ Permanent solution: (1) sudoedit /etc/modprobe.d/stk11xx (2) paste the following line in that file: options stk11xx vflip=1 (3) reload the kernel module sudo rmmod stk11xx; sudo modprobe stk11xx -- Image on webcam is upside-down https://bugs.launchpad.net/bugs/204527 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs