1
0
mirror of https://github.com/tiyn/wiki.git synced 2026-04-16 01:04:47 +02:00

v4l2 and obs: added

This commit is contained in:
2022-11-03 15:27:42 +01:00
parent d1c0ff336f
commit 117f6eb424
5 changed files with 89 additions and 2 deletions

20
wiki/obs.md Normal file
View File

@@ -0,0 +1,20 @@
# OBS
[Open Broadcaster Software](https://obsproject.com) - short OBS - is a free
and open source software for video recording and live streaming.
## Virtual Camera
By using virtual camera the views of OBS can be used as an additional camera
output, making it possible to add effects and more to the video feed of the
camera.
### Installation
For Linux systems [V4L2](./linux/v4l2.md) needs to be set up.
This guide assumes it is set up according to the section in the
[V4L2 entry](./linux/v4l2.md#v4l2loopback).
Additionally `obs-v4l2sink` needs to be installed.
Under `Tools/v4l2sink` select the device path set up in V4L2 and the `YUV420`
video format.
Afterwards the virtual camera can be started.