Defaut new images to write to file

This commit is contained in:
Joel Collins 2019-05-01 14:46:00 +01:00
parent 638e8245ad
commit 2108dea007

View file

@ -296,7 +296,7 @@ class BaseCamera(object):
def new_image(
self,
write_to_file: bool = False,
write_to_file: bool = True,
temporary: bool = True,
filename: str = None,
folder: str = "",