Apply suggestions from code review of branch fom-af

Co-authored-by: Julian Stirling <julian@julianstirling.co.uk>
This commit is contained in:
Joe Knapper 2026-05-08 15:45:49 +00:00 committed by jaknapper
parent 664bb00c12
commit cab960fe2c
2 changed files with 26 additions and 18 deletions

View file

@ -123,7 +123,8 @@ 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)
"""The Raspberry PiCamera Tuning File JSON."""