How to write on a virtual webcam in Linux?

后端 未结 2 896
眼角桃花
眼角桃花 2021-01-04 05:51

I want to capture a video from a real webcam, apply filters with openCv and write the filtered video on a virtual webcam, to stream it on web.

I don

2条回答
  •  孤独总比滥情好
    2021-01-04 06:30

    You can also use a combination of v4l2loopback, OBS Studio and obs-v4l2sink.

    Use OBS Studio to capture video from your device, then obs-v4l2sink is a small plugin that writes output into /dev/video* of your choice.

    https://github.com/umlaeute/v4l2loopback/wiki/OBS-Studio

    https://github.com/CatxFish/obs-v4l2sink

提交回复
热议问题