![Rust](https://img.shields.io/badge/rust-%23000000.svg?style=for-the-badge&logo=rust&logoColor=white) # OBS Flatpak Virtual Camera Fix A simple Rust binary to turn on the v4l2loopback interface for OBS ## Run Locally Make binary executable ```bash chmod +x obs_fix ``` Execute with sudo permissions ```bash sudo ./obs_fix ```