Initial Commit
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
|
||||

|
||||
|
||||
# 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
|
||||
```
|
||||
Reference in New Issue
Block a user