Skip to content
forked from curtiswest/pepi

An extensible, Apache-Thrift-based, distributed camera system for photogrammetry instruments

License

Notifications You must be signed in to change notification settings

nawalgupta/pepi

 
 

Repository files navigation

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.

Why is this important? Most existing photogrammetry systems only work with their bespoke cameras. This means that we can't take advantage of the breadth of camera sensors available (especially smartphone camera sensors), nor can we currently customise a system to address a combination of quality, performance and financial constraints. PEPI fixes that.

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

About

An extensible, Apache-Thrift-based, distributed camera system for photogrammetry instruments

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 81.1%
  • HTML 10.7%
  • Thrift 5.5%
  • Shell 1.8%
  • Other 0.9%