You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+37-13Lines changed: 37 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -41,11 +41,12 @@ package | version (>=)
41
41
`pyvirtualcam` (optional) | `0.6.0`
42
42
43
43
Note: If you have any problem with [`pyvirtualcam`](https://pypi.org/project/pyvirtualcam/), please visit their github repository or pypi homepage. Due to the backend workflow for Windows and macOS, we only support Linux for webcam input.
44
-
### Dependencies (webcam input)
44
+
### Dependencies
45
45
46
+
#### 1. Webcam input
46
47
We basically follow the virtual camera settings from [`pyvirtualcam`](https://pypi.org/project/pyvirtualcam/). If you do not choose to install virtual camera, it will visualize real-time output with `cv2.imshow`.
47
48
48
-
#### A. Linux (v4l2loopback)
49
+
#####A. Linux (v4l2loopback)
49
50
50
51
```bash
51
52
# Install v4l2loopback for webcam relay
@@ -56,32 +57,48 @@ $ sudo depmod -a
56
57
# Create virtual webcam
57
58
$ sudo modprobe v4l2loopback devices=1
58
59
```
60
+
* Note: If you have any problem with installing [`v4l2loopback`](https://github.com/umlaeute/v4l2loopback), please visit their github repository.
59
61
60
-
Note: If you have any problem with installing [`v4l2loopback`](https://github.com/umlaeute/v4l2loopback), please visit their github repository.
61
-
62
-
#### B. Windows (OBS)
62
+
##### B. Windows (OBS)
63
63
64
64
Install OBS virtual camera from [install OBS](https://obsproject.com/).
0 commit comments