We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
webcam-filters --version v4l2-ctl --device /dev/video0 --info # Input v4l2-ctl --device /dev/video3 --info # Output
webcam-filters --input-dev /dev/video0 --output-dev /dev/video3 --background-blur 100
The text was updated successfully, but these errors were encountered:
Pinning and closing. Thanks!
Sorry, something went wrong.
No branches or pull requests
Setup
Validate
Use
The text was updated successfully, but these errors were encountered: