PEPI

Build/Test Status Documentation Status Codacy Code Health Code Coverage

“A Portable, Extensible Photogrammetry Instrument.”

PEPI is a software platform that enables remote command and control of servers with connected cameras. PEPI is used for the purposes of acquiring stereo-photogrammetry imagery. It seamlessly supports any number of connected servers without any required manual setup.

PEPI is designed to be expanded upon. The implementation in this repo is purely Python-based for a Raspberry Pi with Camera Module, but it is built upon Apache Thrift. Therefore, any correct implementation in an Apache Thrift supported language should work out of the box. This means that as long as you can write a camera ‘adapter’ that adheres to the PEPI standard, you can use it with PEPI.

Built With

  • Python 2 & 3 - This implementation is built on Python 2.7 and should be compatible with Python 3.6. Python is not strictly, should the use of another language be desirable.
  • Apache Thrift - A software framework for scalable, cross-language services
  • PiCamera - A pure Python interface to the Raspberry Pi Camera Module
  • Flask - A web microframework for Python, used for the included user interface
  • ..and many more packages gracefully provided by the Python community.

Authors & Acknowledgements

  • Claudio Pizzolato - Initial work and proof of concept
  • Curtis West- Development from proof of concept through to version 2.0
  • Griffith University - For supporting the project

Indices and Tables