A pure Python interface for the Raspberry Pi camera module.
.. -- rst --
========
This package provides a pure Python interface to the Raspberry Pi
_ camera
_
module for Python 2.7 (or above) or Python 3.2 (or above).
BSD license
_source code
_ can be obtained from GitHub, which also hosts the bug
tracker
_documentation
_ (which includes installation, quick-start examples, and
lots of code recipes) can be read on ReadTheDocsPyPI
_, but reading the installation
instructions is more likely to be useful.. _Raspberry Pi: https://www.raspberrypi.org/ .. _camera: https://www.raspberrypi.org/learning/getting-started-with-picamera/ .. _PyPI: https://pypi.python.org/pypi/picamera/ .. _documentation: https://picamera.readthedocs.io/ .. _source code: https://github.com/waveform80/picamera .. _bug tracker: https://github.com/waveform80/picamera/issues .. _BSD license: https://opensource.org/licenses/BSD-3-Clause