Currently, our project displays the webcam feed in the terminal using ASCII art, but it does so in a static manner, updating the frame line by line. To make the output more visually engaging, introduce animation.
- Create an animated display for the webcam feed.
- Update the ASCII art in real-time, providing a smoother and more dynamic representation of the webcam input. Sort of like an actual video instead of images being printed
Currently, our project displays the webcam feed in the terminal using ASCII art, but it does so in a static manner, updating the frame line by line. To make the output more visually engaging, introduce animation.