Skip to content

Instantly share code, notes, and snippets.

@wellic
Created November 10, 2015 13:18
Show Gist options
  • Save wellic/f4a1d0dd8aecfbe642b4 to your computer and use it in GitHub Desktop.
Save wellic/f4a1d0dd8aecfbe642b4 to your computer and use it in GitHub Desktop.
Skype video is flipped
#!/bin/bash
#http://askubuntu.com/questions/462547/webcam-flipped-aka-v4l1compat-so-troubles
#sudo apt-get install libv4l-dev
killall skype
sleep 3
bash -c 'LD_PRELOAD=/usr/lib/i386-linux-gnu/libv4l/v4l1compat.so skype'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment