Skip to main content

Camera Streamer Overview

Prerequisites

This tutorial builds off of the Tutorial Introduction

This tutorial will walk you through building the camera-streamer-kivy from the amiga-app-template-kivy. It will show how to access the oak camera streams to perform real-time image processing. Should one of the steps in this tutorial be confusing, please refer to the camera-streamer-kivy for code clarifications.

Tutorial Outline​

  1. Build the kivy image widgets
  2. Subsrcibe to the oak (camera) service
  3. Connect front-end image viewer (kivy) to backend image stream (oak service)

Outcome​

From this tutorial we will build from:

app-template

to

camera-streamer