ascii-photobooth/webcam2ascii.sh

6 lines
147 B
Bash
Executable File

#/bin/bash
fswebcam -q --no-banner -r 640x480 --jpeg 85 web-cam-shot.jpg &> /dev/null
ascii-image-converter web-cam-shot.jpg | tee ascii-img.txt