Skip to content
This repository has been archived by the owner on Jan 6, 2025. It is now read-only.
/ remote-img2txt Public archive

Microservice-based project for converting camera footage to text remotely

Notifications You must be signed in to change notification settings

MiniaczQ/remote-img2txt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Remote image to ASCII on embedded Linux system.

Task

Using an embedded Linux system equipped with camera, display and internet connection show the camera feed as ASCII. The processing of image into text should happen on another device (also a Linux system). Everything should be logged.

Description

System consists of 5 modules:

  • clock,
  • camera,
  • img2txt,
  • console,
  • logger.

which communicate together to achieve the desired result.

Communication graph

FullSchema

Usage

Can be ran on a single Linux system.

Additional requirements:

  • executable of img2txt in the main directory
  • fake camera file, test.mp4 in the camera directory

(both can be found present in the commit history, but were removed due to copyright)

To run:

  • compile all 5 executables using provided compile.sh files
  • run them

About

Microservice-based project for converting camera footage to text remotely

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published