Created
November 10, 2015 13:18
-
-
Save wellic/f4a1d0dd8aecfbe642b4 to your computer and use it in GitHub Desktop.
Skype video is flipped
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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