Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/screamman-ssh/video-camera-to-ascii

Convert a video file or camera captured to display as text.
https://github.com/screamman-ssh/video-camera-to-ascii

ascii camera-to-text computer numpy opencv pillow python python-3 video-to-text

Last synced: 3 days ago
JSON representation

Convert a video file or camera captured to display as text.

Awesome Lists containing this project

README

        

# video/camera to text
Convert camera captured or video file into plain text on terminal using openCV, numpy and Pillow(to display the result in seperate windows).
## How it work
The program will convert the input to grey format frame by frame and mask the value in each pixel from 0-255 into 0-9, which the value will represent the proper character in that pixel, then making an array by substituting the value with characters by its order to make a plain text output frame by frame.