Documentation for picamera¶
This package provides a pure Python interface to the Raspberry Pi camera module for Python 2.7 (or above) and Python 3.2 (or above).
The code is licensed under the BSD license. Packages can be downloaded from the project homepage on PyPI. The source code can be obtained from GitHub, which also hosts the bug tracker. The documentation (which includes installation, quick-start examples, and lots of code recipes) can be read on ReadTheDocs.
Table of Contents¶
- 1. Python 2.7+ Installation
- 2. Python 3.2+ Installation
- 3. Quick Start
- 4. Basic Recipes
- 4.1. Capturing to a file
- 4.2. Capturing to a stream
- 4.3. Capturing to a PIL Image
- 4.4. Capturing to an OpenCV object
- 4.5. Capturing resized images
- 4.6. Capturing timelapse sequences
- 4.7. Capturing to a network stream
- 4.8. Recording video to a file
- 4.9. Recording video to a stream
- 4.10. Recording over multiple files
- 4.11. Recording to a circular stream
- 4.12. Recording to a network stream
- 4.13. Controlling the LED
- 5. Advanced Recipes
- 6. Camera Hardware
- 7. API Reference
- 8. Change log
- 8.1. Release 1.3 (2014-03-22)
- 8.2. Release 1.2 (2014-02-02)
- 8.3. Release 1.1 (2014-01-25)
- 8.4. Release 1.0 (2014-01-11)
- 8.5. Release 0.8 (2013-12-09)
- 8.6. Release 0.7 (2013-11-14)
- 8.7. Release 0.6 (2013-10-30)
- 8.8. Release 0.5 (2013-10-21)
- 8.9. Release 0.4 (2013-10-11)
- 8.10. Release 0.3 (2013-10-04)
- 8.11. Release 0.2
- 9. License