Last active
September 14, 2020 13:57
-
-
Save marcelog/9eca3f7b5023c527c87f0bc7227f37bd 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
ppa is dead