Rename jpeg_array to highres_array

This commit is contained in:
jaknapper 2025-05-01 15:00:16 +01:00 committed by Julian Stirling
parent 132efa8033
commit 9d1385231d
3 changed files with 5 additions and 5 deletions

View file

@ -77,7 +77,7 @@ class CameraProtocol(Protocol):
"""Acquire one image from the preview stream and return its size"""
...
def capture_jpeg_array(
def capture_highres_array(
self,
):
...
@ -176,7 +176,7 @@ class CameraStub(BaseCamera):
raise NotImplementedError("Cameras must not inherit from CameraStub")
@thing_action
def capture_jpeg_array(
def capture_highres_array(
self,
):
raise NotImplementedError("Cameras must not inherit from CameraStub")