This is a small python script that converts video from your camera or video file into ascii art and broadcasts it through the virtual camera based on OBS
- Be sure you have OBS installed
- Create python virtual enviroment with:
python3 -m venv env - Activate the virtual enviroment:
source env/bin/activate - Install all dependencies:
pip install -r requirements.txt - Start the script:
python3 AsciiVirtualcam.py -r <width>, <height> -f <fontSize> -a <asciiAlth> -s <asciiStep> -b <asciiBold> - Profit!!!

You can check demo of this script here: asciicam.stuvars.com
You can find source of this web application on branch: fastAPI_demo