Skip to content

TUTOR03/ASCII_Virtualcam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ASCII Virtualcam

Python OpenCV NumPy FastAPI

About

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

How to use

  1. Be sure you have OBS installed
  2. Create python virtual enviroment with: python3 -m venv env
  3. Activate the virtual enviroment: source env/bin/activate
  4. Install all dependencies: pip install -r requirements.txt
  5. Start the script:
    python3 AsciiVirtualcam.py -r <width>, <height> -f <fontSize> -a <asciiAlth> -s <asciiStep> -b <asciiBold>
  6. Profit!!!

    Profit example

Demo

You can check demo of this script here: asciicam.stuvars.com

You can find source of this web application on branch: fastAPI_demo

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages