Skip to content

CamAscii is a Python-based tool that transforms real-time video from your webcam into ASCII art.

Notifications You must be signed in to change notification settings

manudev-1/CamAscii

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CamAscii

CamAscii is a Python application that captures video from your webcam and converts it into real-time ASCII art. This project demonstrates how to use OpenCV for video capture and ASCII conversion, including options for debugging and customization.

Authors

Features

  • Real-time video capture from webcam
  • Conversion of video frames to ASCII art
  • Optional debug mode for displaying grayscale video (flag -d)
  • Shows Camera available on your PC (flag -ss)
  • You can select a camera (flag -s DEFAULT: 0)
  • Convert video file to ASCII Art (flag -f)
  • Chose ASCII shadow scale (flag: -bw DEFAULT: WB)
  • Output to a Virtual Cam (Required OBS)

Installation

Prerequisites

Please make sure you have installed Python 3.6 or later on your system. You will also need pip to install the required packages.

Clone the Repository

git clone https://github.com/yourusername/CamAscii.git
cd CamAscii
pip install .
camascii --help

About

CamAscii is a Python-based tool that transforms real-time video from your webcam into ASCII art.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages