Skip to content

Commit

Permalink
Merge branch 'master' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
rom1v committed Dec 2, 2023
2 parents ef79fcb + bd92929 commit 26aa28c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions doc/v4l2.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@ This will create a new video device in `/dev/videoN`, where `N` is an integer
(more [options](https://github.com/umlaeute/v4l2loopback#options) are available
to create several devices or devices with specific IDs).

If you encounter problems detecting your device with Chrome/WebRTC, you can try
`exclusive_caps` mode:

```
sudo modprobe v4l2loopback exclusive_caps=1
```

To list the enabled devices:

```bash
Expand Down

0 comments on commit 26aa28c

Please sign in to comment.