Skip to content

HimC29/camera-to-ascii-color

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

ASCII Webcam Terminal

ASCII Webcam

ASCII Webcam Terminal is a fun Python project that turns your webcam feed into live ASCII art directly in your terminal. It uses OpenCV to read the camera and prints the video feed in green characters for a hacker-style effect.

⚠️ Early Release / Experimental
This is a small experiment. High-resolution cameras may lag, and the output may look squished if your terminal isn’t adjusted.


Features

  • Live Webcam Feed – Your webcam video shown as ASCII art.
  • Green Terminal Display – Classic hacker-style green text.
  • Grayscale Conversion – Converts frames to grayscale for faster processing.
  • Configurable Frame Skipping – Skip frames to reduce lag.
  • Optional Mirror Mode – Flip your camera horizontally like a normal webcam.

How to Use

  1. Make sure you have Python installed, along with OpenCV.
  2. Run the Python script in your terminal.
  3. Adjust your terminal size to be very small (like 80 columns wide) so the ASCII webcam fits fully and looks clear.
  4. Press Ctrl+C to exit.

No installation is required beyond the Python dependencies, and everything runs locally.


Contributing

Want to make it better? Contributions are welcome!

  • Add support for higher resolutions or color ASCII.
  • Improve performance by optimizing loops.
  • Experiment with overlays, like spinning 3D shapes on top of the webcam.

Future Plans

  • Resizable terminal output
  • More ASCII character sets
  • Spinning 3D donuts, cubes, or other animations on top of live feed
  • Customizable colors

License

MIT License – feel free to use, modify, and experiment with the ASCII webcam project.


Credits / Third-Party Assets

About

ASCII Webcam Terminal is a fun Python project that turns your webcam feed into live ASCII art directly in your terminal. It uses OpenCV to read the camera and prints the video feed in green characters for a hacker-style effect.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages