Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
blueOkiris authored Jun 7, 2022
1 parent b052061 commit 7eae90e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Dependencies:
- v4l2loopback

1. Install - `flatpak-builder --install --user --force-clean build-dir com.blueokiris.bgrm.json`
2. Configure v4l2loopback:
2. Configure v4l2loopback (may not be necessary):
- Recommended:
```
export DEVICE_ARR=(`ls /sys/devices/virtual/video4linux | tr -d 'video'`); \
Expand All @@ -43,7 +43,7 @@ Dependencies:
- First time you set up you need to do the following (make sure you own the folder):
- Create the proper virtual environment with `./scripts/setup-venv.sh`
- Patch the v4l2 library `./scripts/patch-v4l2-py-mod.sh`
2. Configure v4l2loopback:
2. Configure v4l2loopback (may not be necessary):
- Recommended:
```
export DEVICE_ARR=(`ls /sys/devices/virtual/video4linux | tr -d 'video'`); \
Expand Down

0 comments on commit 7eae90e

Please sign in to comment.