Fix a typo when calling _save_capture
I renamed `jpeg_path` to `path` as it's no longer just used for jpegs.
This commit is contained in:
parent
ee6911f4a7
commit
a66428b1b2
1 changed files with 1 additions and 1 deletions
|
|
@ -595,7 +595,7 @@ class BaseCamera(OFMThing):
|
||||||
image, metadata = self._memory_buffer.get_image(buffer_id)
|
image, metadata = self._memory_buffer.get_image(buffer_id)
|
||||||
|
|
||||||
self._save_capture(
|
self._save_capture(
|
||||||
jpeg_path=jpeg_path,
|
path=jpeg_path,
|
||||||
image=image,
|
image=image,
|
||||||
metadata=metadata,
|
metadata=metadata,
|
||||||
save_resolution=save_resolution,
|
save_resolution=save_resolution,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue