Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DOC] Install on Ubuntu 21.04 #11

Closed
tonybolzan opened this issue Sep 3, 2021 · 1 comment
Closed

[DOC] Install on Ubuntu 21.04 #11

tonybolzan opened this issue Sep 3, 2021 · 1 comment

Comments

@tonybolzan
Copy link

tonybolzan commented Sep 3, 2021

Setup

sudo apt install v4l2loopback-dkms v4l-utils python3-pip python3-gst-1.0 gstreamer1.0-plugins-good gstreamer1.0-python3-plugin-loader

sudo tee /etc/modprobe.d/v4l2loopback.conf << "EOF"
# /dev/video3
options v4l2loopback video_nr=3
options v4l2loopback card_label="Virtual Webcam"
options v4l2loopback exclusive_caps=1
EOF

sudo modprobe v4l2loopback

pip install --user webcam-filters

Validate

webcam-filters --version
v4l2-ctl --device /dev/video0 --info # Input
v4l2-ctl --device /dev/video3 --info # Output

Use

webcam-filters --input-dev /dev/video0 --output-dev /dev/video3 --background-blur 100
@jashandeep-sohi jashandeep-sohi pinned this issue Sep 17, 2021
@jashandeep-sohi
Copy link
Owner

Pinning and closing. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants