compoundpi
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 thebug 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