Skip to content
This repository was archived by the owner on Sep 10, 2022. It is now read-only.

Latest commit

 

History

History
32 lines (21 loc) · 1.03 KB

File metadata and controls

32 lines (21 loc) · 1.03 KB

Node Stack - Edge Processor Repo

This repo contains software and tools specific to the edge processor, covering functionality such as:

  • Installing required audio / video processing dependencies.
  • Operating the image pipeline.

Note that this software was originally targetting the ODROID XU4, so some components may require significant tweaks before running them on other devices.

Setup

First, we assume that the core repo has already been set up on a device.

The edge processor dependencies and services can then be installed and configured by running:

git clone https://github.com/waggle-sensor/edge_processor /usr/lib/waggle/edge_processor
cd /usr/lib/waggle/edge_processor
./configure

Image Pipeline

Plugins deployed on the edge processor interface with the image pipeline to get images. An in-depth description can be found here.