From 0aaaaf212c7beeebd086097c2aea73a365e368e8 Mon Sep 17 00:00:00 2001 From: Jordan-Fielding <107819004+Jordan-Fielding@users.noreply.github.com> Date: Tue, 5 Jul 2022 15:54:47 +1000 Subject: [PATCH] Update main.py --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 4d57218..e1fee69 100644 --- a/main.py +++ b/main.py @@ -29,7 +29,7 @@ while True: #Sets Img path and filename, Saves to USB Connected print("File will be Saved in: " + cwd) - file_name = cwd + str(time.time()) + ".jpg" + file_name = cwd +"/Capture_" + str(time.time()) + ".jpg" #Used to wait for 0.1 Seconds for Camera to be ready