-
Notifications
You must be signed in to change notification settings - Fork 12
Home
Michael Hamilton edited this page Jan 13, 2014
·
7 revisions
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.
##Installation
Installation instructions have been moved to the project's README.md
- 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.
See README.md