GitHub - MK-1407/CamSimulate: It is a Virtual Camera for Linux written in Python.
Repository files navigationREADME📷 CamSimulate
CamSimulate is a python application which stream Videos from local file or from a URL to video devices of your device.
It uses v4l2loopback for creating a Virtual Video device if no physical device is available.
It uses ffmpeg to stream the selected video to the video device either from local file or a URL.
NoteIt works only for UNIX-like operating system.
Usage
Clone this repository.
git clone https://github.com/MK-1407/CamSimulate.git
Install v4l...
Read more at github.com