Skip to content
Michael Hamilton edited this page Jan 13, 2014 · 7 revisions

piKam wiki

PiKam is a Kivy application that provides a remote stills interface to the RaspberryPi Camera. Most of the camera controls are supported. The remote app should run on any Kivy platform, I've used it on Android and OpenSUSE.

piKam screen shot

##Installation

Installation instructions have been moved to the project's README.md

Notes

  • The code is divided roughly into Model (main.py PiKamModel), View (pikam.kv), Controller (main.py PiKamApp).
  • Pikam.kv is where almost all of the layout is defined and on_value, on_press, on_text event handlers update the PiKamModel and call back to the PiKamApp.

Limitations/Issues

See README.md

Clone this wiki locally