idevelop / ascii-camera

Real-time ASCII representation of your webcam video stream, using the getUserMedia API.
https://andrei.codes/ascii-camera/
MIT License
1.35k stars 235 forks source link

Allow Updates to be Paused #2

Closed martindale closed 11 years ago

martindale commented 11 years ago

If you allow the pausing of updates, you can copy the text output more easily for pasting on more static mediums.

idevelop commented 11 years ago

Hey Eric, thanks for the feedback! As far as I can tell, we can split the issue into two: allow stream pausing in the camera.js library, and implement a way to take a screenshot using js, both in the ASCII Camera and in Predator Vision.

On 12.03.2013, at 22:25, Eric Martindale notifications@github.com wrote:

If you allow the pausing of updates, you can copy the text output more easily for pasting on more static mediums.

— Reply to this email directly or view it on GitHub.