Scripts for toggling virtual camera with optional AI background removal.
- Toggle OBS virtual camera with a hotkey
- Optional RVM (Robust Video Matting) integration for AI background removal
- Desktop notifications for status updates
virtual-camera-toggle.py- Main toggle scriptobs-virtual-camera-toggle.sh- Shell wrapper for OBS + RVM integrationinstall-background-removal.sh- Helper to set up background removal
# Simple toggle
python virtual-camera-toggle.py
# OBS + RVM integration
./obs-virtual-camera-toggle.shRVM_CAMERA_SCRIPT- Path to RVM camera script (default:rvm_camera.py)
- Python 3.8+
- OBS Studio (for virtual camera)
- Optional: RVM for background removal
MIT