Git Product home page Git Product logo

camscii's Introduction

Camscii

OpenCV utility that converts your camera feed to ascii characters in real-time, with recording capabilities.

This applicaton assumes a unix-like environment, but could be adapted with little effort to compile and run on windows. It has been tested only on OSx.

alt text

Prerequisits

OpenCV CMake boost_program_options

#Building 1 - cd into directory

cd ~/Camscii

2 - Make a build directory and cd into it

mkdir ~/Camscii/build cd ~/Camscii/build

3 - Run CMake

cmake ../

4 - Make

make

5 - run Executable

cd ../; ./Camscii

camscii's People

Contributors

tj10200 avatar

Stargazers

 avatar

Watchers

 avatar  avatar

camscii's Issues

Refactor thread design

The current thread design is naive at best. For each frame, a set of threads are spun up, each thread parses a section of the frame, then all of the threads shut down. These should be rewritten in a way that prevents the constant spin up and shut down of threads. When idle, care needs to be taken to prevent the threads from spinning.

Allow cross compilation between Linux, OSx and Windows

Currently the code is built around a native OSx compilation. This should be enhanced to allow compilation on Linux distros as well as windows.

This will involve updating the lib and include paths in the CMakeLists.txt as well as some type checking when providing paths to the recording call.

Integrate an additional video manipulation technique

The idea here is to create some framework around building these out so they work in combination. Fisheye might be a good one to start with. At the end it would be good to have the ability to chose either ascii, or fisheye or both.

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.