Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save 19317362/de44a6ae88c95f2b1d4b18f4a2195010 to your computer and use it in GitHub Desktop.
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
#!/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