Skip to content

Instantly share code, notes, and snippets.

@marcelog
Last active September 14, 2020 13:57
Show Gist options
  • Save marcelog/9eca3f7b5023c527c87f0bc7227f37bd to your computer and use it in GitHub Desktop.
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
#!/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
@pittendrigh
Copy link

A year later same deal for me.
Hmmmmm

@johantiden
Copy link

ppa is dead

Err:11 http://ppa.launchpad.net/webcamstudio/webcamstudio-dailybuilds/ubuntu focal Release
  404  Not Found [IP: 91.189.95.83 80]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment