Giter Site home page Giter Site logo

ascii-camera's People

Watchers

 avatar

ascii-camera's Issues

Display Webcam Feed as Animation

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.

  1. Create an animated display for the webcam feed.
  2. 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

Enhance Colour Palette for Improved Detail

Currently the colours are being added using ANSI color codes making our ranges very limited. Try to add more colours to get a more detailed impression of the frame.

tl;dr Add more colours!!!!!!

Add Keybinds ['S', 'V']

Add some simple key bindings? Here's what I have in mind:

  • S: Take a screenshot and save the characters and respective color codes to a file
  • V: Display the last screenshot

I think these key bindings would be super cool :)

Add Keybinds ['W', 'Q']

Add some simple key bindings? Here's what I have in mind:

  • W: Start the Webcam
  • Q: Stop the Webcam

I think these key bindings would be super cool :)

Optimizing rendering for improved performance

The current implementation matches each pixel value in the webcam feed to an ASCII character. Which is computationally expensive, especially for high-definition webcams. Try to enhance performance by sacrificing some quality

This might also fix the terminal resizing issue.

Hint: You can try pixelization

Add a Helpful Menu

Here's what I have in mind:

  • When you launch the application, it should display a friendly menu with instructions.
  • A quick overview of any keybindings, like the "Q," "W," "S," and "V" keys, could be a nice touch.

PS: See #4

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.