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

@ -316,7 +316,7 @@ class AutofocusThing(Thing):
capture.capture_jpeg(filename=jpeg_path, cam=cam)
elif capture_method == "hires_array":
# A new way to get the full array
img = capture.capture_jpeg_array()
img = capture.capture_highres_array()
_save_capture(
jpeg_path,
img,