Rename jpeg_array to highres_array
This commit is contained in:
parent
132efa8033
commit
9d1385231d
3 changed files with 5 additions and 5 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue