class documentation

class PiCamera2StreamingMode(StreamingMode): (source)

View In Hierarchy

Streaming mode configuration for the PiCamera2.

Class Variable bit_depth Undocumented
Class Variable buffer_count Undocumented
Class Variable lores_resolution Undocumented
Class Variable main_resolution Undocumented
Class Variable scaler_crop Undocumented
Class Variable sensor_mode_resolution Undocumented
Class Variable use_lores_as_preview Undocumented
Property sensor_mode_dict The dictionary expected by PiCamera2 for setting sensor mode.

Inherited from StreamingMode:

Class Variable description Undocumented
bit_depth: int = (source)

Undocumented

buffer_count: int = (source)

Undocumented

lores_resolution: tuple[int, int] = (source)

Undocumented

main_resolution: tuple[int, int] = (source)

Undocumented

scaler_crop: tuple[int, int, int, int] | None = (source)

Undocumented

sensor_mode_resolution: tuple[int, int] = (source)

Undocumented

use_lores_as_preview: bool = (source)

Undocumented

@property
sensor_mode_dict: dict[str, Any] = (source)

The dictionary expected by PiCamera2 for setting sensor mode.