compoundpi icon indicating copy to clipboard operation
compoundpi copied to clipboard

A project for controlling multiple Pi cameras simultaneously

.. -- rst --

=========== Compound Pi

This project provides a means for controlling multiple cameras_ attached to Raspberry Pis_ all of which are attached to the same subnet. Broadcast UDP packets are utilized to permit near-simultaneous triggering of all attached cameras.

Links

  • The code is licensed under the GPL v2_ or above
  • The source code_ can be obtained from GitHub, which also hosts the bug tracker_
  • The documentation_ (which includes installation and quick start examples) can be read on ReadTheDocs
  • Packages can be downloaded_ from PyPI, although reading the installation instructions will probably be more useful

.. _Raspberry Pis: http://www.raspberrypi.org/ .. _cameras: http://www.raspberrypi.org/camera .. _downloaded: http://pypi.python.org/pypi/compoundpi .. _documentation: http://compoundpi.readthedocs.org/ .. _source code: https://github.com/waveform-computing/compoundpi .. _bug tracker: https://github.com/waveform-computing/compoundpi/issues .. _GPL v2: https://www.gnu.org/licenses/gpl-2.0.html