We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6bfd873 + 85ede00 commit 890a5e5Copy full SHA for 890a5e5
adafruit_pycamera/__init__.py
@@ -946,6 +946,13 @@ def blit_overlay_into_last_capture(self):
946
del cc565_swapped
947
gc.collect()
948
949
+ @property
950
+ def last_saved_filename(self) -> str:
951
+ """
952
+ The filename of the last image saved.
953
954
+ return self._last_saved_image_filename
955
+
956
def continuous_capture_start(self):
957
"""Switch the camera to continuous-capture mode"""
958
pass # pylint: disable=unnecessary-pass
0 commit comments