Commit 2108dea0 authored by Joel Collins's avatar Joel Collins
Browse files

Defaut new images to write to file

parent 638e8245
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 = "",