Skip to content

Instantly share code, notes, and snippets.

View agusalex's full-sized avatar

Agustin Alexander agusalex

View GitHub Profile
@agusalex
agusalex / Virtual_Webcam_Using_Image_Or_Video.adoc
Last active June 24, 2018 22:10 — forked from nawroth/DocGist Example.adoc
Test your AR or any other webcam dependant software easily using a virtual webcam with static image or video

How to use a virtual webcam with static image or video

How To

First you’ll need to install Ffmpeg and v4l2loopback and v4l-utils.

For Ffmpeg is easy as it comes bundled with most distros and so does v4l2-ctl.

sudo apt-get install ffmpeg v4l-utils