Initial Commit

This commit is contained in:
brotoskyj
2025-01-03 13:47:58 -05:00
commit ec81a3d58f
5 changed files with 55 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
![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
```