class documentation
class PiCamera2CaptureMode(CaptureMode): (source)
Capture mode configuration for the PiCamera2.
| Class Variable | stream |
The Picamera stream name to capture. |
| Class Variable | streaming |
The streaming mode the camera should be in for capture. |
| Class Variable | timeout |
The timeout. A number above 10 risks hardlocking the Pi. |
Inherited from CaptureMode:
| Class Variable | description |
Undocumented |
| Class Variable | save |
The resolution to save the image. Use None to save as captured. |