15. API - Arrays

The picamerax library provides a set of classes designed to aid in construction of n-dimensional numpy arrays from camera output. In order to avoid adding a hard dependency on numpy to picamerax, this module (picamerax.array) is not automatically imported by the main picamerax package and must be explicitly imported, e.g.:

import picamerax
import picamerax.array

15.1. PiArrayOutput

15.2. PiRGBArray

15.3. PiYUVArray

15.4. PiBayerArray

15.5. PiMotionArray

15.6. PiAnalysisOutput

15.7. PiRGBAnalysis

15.8. PiYUVAnalysis

15.9. PiMotionAnalysis

15.10. PiArrayTransform