Capture a jpeg to disk
This commit is contained in:
parent
d8878e40da
commit
ab33de7ccd
3 changed files with 15 additions and 9 deletions
|
|
@ -310,12 +310,7 @@ class AutofocusThing(Thing):
|
|||
stack_dir,
|
||||
f"{capture_count}.jpeg",
|
||||
)
|
||||
capture._capture_and_save(
|
||||
jpeg_path=jpeg_path,
|
||||
cam=cam,
|
||||
logger=logger,
|
||||
metadata_getter=metadata_getter,
|
||||
)
|
||||
capture.capture_jpeg(filename=jpeg_path, cam=cam)
|
||||
|
||||
# If the stack isn't complete yet, move
|
||||
if capture_count + 1 < images_to_capture:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue