-
Notifications
You must be signed in to change notification settings - Fork 0
Archived using the Python client
#Pi Gazing Python Client
Part of the Pi Gazing project is a Python client which can be used to access data in a Pi Gazing node (camera or central server) directly from your own Python code. This client accesses the same APIs (Application Programmer Interface) as used by the web interface, so anything you can do through the web UI can be done from your own code.
Documentation for this client, and the other Python modules in the project, is now hosted at http://pythonhosted.org/meteorpi_client/ - please use this as a reference. If there's something missing there or you have other feedback the best option at the moment is to create a new issue in our tracker.
Pi Gazing overview
Building your own Pi Gazing camera
Camera software setup
Structure of the Pi Gazing software
Future directions