obs: virtual camera updated

master
tiyn 2 years ago
parent 21ce1a12cb
commit 5384682935

@ -2,6 +2,8 @@
[Open Broadcaster Software](https://obsproject.com) - short OBS - is a free [Open Broadcaster Software](https://obsproject.com) - short OBS - is a free
and open source software for video recording and live streaming. and open source software for video recording and live streaming.
Additionally see the
[the webcams entry](/wiki/linux/webcams.md#configure-the-webcam) if on Linux.
## Plugins ## Plugins
@ -19,12 +21,10 @@ camera.
First of all [V4L2](./linux/v4l2.md) needs to be set up. First of all [V4L2](./linux/v4l2.md) needs to be set up.
This guide assumes it is set up according to the section in the This guide assumes it is set up according to the section in the
[V4L2 entry](./linux/v4l2.md#v4l2loopback). [V4L2 entry](./linux/v4l2.md#v4l2loopback).
Make sure to start and/or enable it. Make sure to
Additionally `obs-v4l2sink` needs to be installed. [start the service](/wiki/linux/systemd.md#startstopenabledisable-a-service) by
Under `Tools/v4l2sink` select the device path set up in V4L2. running `systemctl start v4l2loopback.service` or enable it to start after each
Select the same video format as set for your camera. boot with `systemctl enable v4l2loopback.service`.
For Linux see [the webcams entry](/wiki/linux/webcams.md#configure-the-webcam)
to configure the video format.
Afterwards the virtual camera can be started. Afterwards the virtual camera can be started.
### Background Removal ### Background Removal

Loading…
Cancel
Save