This commit is contained in:
Joe Knapper 2026-05-11 13:50:38 +01:00 committed by jaknapper
parent 767e3992ff
commit 1f5adbb1a5
2 changed files with 17 additions and 6 deletions

View file

@ -123,6 +123,7 @@ class StreamingPiCamera2(BaseCamera):
Currently the Thing only supports the PiCamera v2 board. This needs
generalisation.
"""
_focus_fom: int
supports_focus_fom: bool = True
tuning: dict = lt.setting(default_factory=dict, readonly=True)