Skip to content

Instantly share code, notes, and snippets.

@carlosevi94
Last active May 25, 2022 09:15
Show Gist options
  • Save carlosevi94/3f66950c186c5b238e8be88dd777badf to your computer and use it in GitHub Desktop.
Save carlosevi94/3f66950c186c5b238e8be88dd777badf to your computer and use it in GitHub Desktop.
Install OBS with background removal for Teams

Installation

Step 1: OBS with obs-backgroundremoval pluging + pacstall

sudo bash -c "$(curl -fsSL https://git.io/JsADh || wget -q https://git.io/JsADh -O -)"
sudo apt remove obs-studio --auto-remove
sudo add-apt-repository ppa:obsproject/obs-studio -r
sudo apt update && sudo apt install obs-studio
sudo apt install -y libobs-dev libopencv-dev language-pack-en wget git build-essential cmake
pacstall -I obs-backgroundremoval-git 

Step 2: Virtual Camera for teams

Read this tutorial.

https://linuxsagas.digitaleagle.net/2021/01/10/setting-up-obs-for-teams/

Verify with ls /dev/video* that video5 exist and modify value in V4l2 in OBS.

Links

OBS with background removal

https://github.com/royshil/obs-backgroundremoval

pacstall

https://github.com/pacstall/pacstall

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