Skip to content

Instantly share code, notes, and snippets.

View agusalex's full-sized avatar

Agustin Alexander agusalex

View GitHub Profile

Keybase proof

I hereby claim:

To claim this, I am signing this object:

@agusalex
agusalex / Django_venv_&_Heroku_Hosting.adoc
Last active January 12, 2021 17:38
Setup Django with venv and Heroku Hosting

Setup Django with venv and Heroku Hosting

Setting up venv

sudo apt-get install python3-venv

python3 -m venv venv

source venv/bin/activate
@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