Skip to content

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

Notifications You must be signed in to change notification settings

screamman-ssh/video-camera-to-ascii

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.