Skip to content

Commit 26aa28c

Browse files
committed
Merge branch 'master' into release
2 parents ef79fcb + bd92929 commit 26aa28c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

doc/v4l2.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,13 @@ This will create a new video device in `/dev/videoN`, where `N` is an integer
2121
(more [options](https://github.com/umlaeute/v4l2loopback#options) are available
2222
to create several devices or devices with specific IDs).
2323

24+
If you encounter problems detecting your device with Chrome/WebRTC, you can try
25+
`exclusive_caps` mode:
26+
27+
```
28+
sudo modprobe v4l2loopback exclusive_caps=1
29+
```
30+
2431
To list the enabled devices:
2532

2633
```bash

0 commit comments

Comments
 (0)