ultr7A / rpi-json-ascii-video

Save frames from raspberry pi camera as ASCII, in time-stamped json files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RPI JSON ASCII Video

Save frames from raspberry pi camera as ASCII, in time-stamped json files

Install

sudo apt install jp2a
git clone https://github.com/SpaceHexagon/rpi-json-ascii-video

Usage

cd rpi-json-ascii-video
./start.sh

Playback

There is no player yet, however, the format is as follows:

{
  "config": {
    "columns": 180
  },
  "frames": [
    ".....'''''''''''''',,,;;cOXNNNNNNNNX0000KKXXNNNNNNNNNNNNNNNNNNNNNNN",
    "......'''''''''''',,,;cOXNNNNNNNNNKKKKXXNNNNNNNNNNNNNNNNNNNNNNNNNNN",
  ]
}

About

Save frames from raspberry pi camera as ASCII, in time-stamped json files


Languages

Language:Shell 85.8%Language:Python 14.2%