Forked from marcelog/ubuntu_install_webcamstudio.sh
Created
December 5, 2018 00:55
-
-
Save 19317362/de44a6ae88c95f2b1d4b18f4a2195010 to your computer and use it in GitHub Desktop.
Install webcamstudio in Ubuntu to setup a virtual webcam to use as the phone camera in Android Emulator
This file contains hidden or 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 | |
| apt-get install software-properties-common | |
| dpkg -S add-apt-repository | |
| add-apt-repository ppa:webcamstudio/webcamstudio-dailybuilds | |
| apt-get update | |
| apt-get install webcamstudio | |
| modprobe webcamstudio |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment