Setup Django with Venv

I started on the wrong path in regards with the whole Python-Django ordeal. First of all, accustomed to doing really small hobby projects I didn't use a Virtual Environment and as soon as I had installed a few dependencies via pip all hell broke loose. Suddenly I needed one dependency version for one project and another … Continue reading Setup Django with Venv

Create a virtual webcam using static image or video(FFmpeg, v4l-utils, and v4l2loopback)

So you need to emulate a webcam. This can come in handy in say, for example, testing AR programs or any webcam-dependent software, playing a prank on someone or tricking your boss in a remote job into thinking you are a hardworking human being, whatever the case may be I don't judge. How To First, … Continue reading Create a virtual webcam using static image or video(FFmpeg, v4l-utils, and v4l2loopback)