picamera¶
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).
Links¶
- The code is licensed under the BSD license
- 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
- Packages can be downloaded from PyPI, but reading the installation instructions is more likely to be useful
Table of Contents¶
- 1. Installation
- 2. Getting Started
- 3. Basic Recipes
- 4. Advanced Recipes
- 5. Frequently Asked Questions (FAQ)
- 6. Camera Hardware
- 7. Development
- 8. Deprecated Functionality
- 9. API - The PiCamera Class
- 10. API - Streams
- 11. API - Renderers
- 12. API - Encoders
- 13. API - Exceptions
- 14. API - Colors and Color Matching
- 15. API - Arrays
- 16. API - mmalobj
- 17. Change log
- 18. License