Fix issues found by linter in PiCamera Code
Issue #423 created based on lens shading TODOs
This commit is contained in:
parent
0e3f4305b5
commit
72faba0272
4 changed files with 26 additions and 29 deletions
|
|
@ -303,7 +303,7 @@ class AutofocusThing(Thing):
|
|||
|
||||
jpeg_path = os.path.join(stack_dir, f"{capture_count}.jpeg")
|
||||
start_time = time.time()
|
||||
cam.capture_to_memory(logger=logger, metadata_getter=logger)
|
||||
cam.capture_to_memory(logger=logger, metadata_getter=metadata_getter)
|
||||
captured_time = time.time()
|
||||
|
||||
if capture_count + 1 < images_to_capture:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue