Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/screamman-ssh/video-camera-to-ascii
- Owner: screamman-ssh
- Created: 2022-11-18T15:59:00.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-12T02:18:31.000Z (over 1 year ago)
- Last Synced: 2024-04-04T17:40:12.035Z (7 months ago)
- Topics: ascii, camera-to-text, computer, numpy, opencv, pillow, python, python-3, video-to-text
- Language: Python
- Homepage:
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.