diff --git a/transmit.py b/transmit.py index 75fccd72..0c3fcd57 100644 --- a/transmit.py +++ b/transmit.py @@ -141,7 +141,9 @@ def camera_photo(): system("sudo rm /home/pi/CubeSatSim/camera_out.jpg") stored_image = False try: + print(time.perf_counter() - start) system("raspistill -o /home/pi/CubeSatSim/camera_out.jpg -w 320 -h 256") # > /dev/null 2>&1") + print(time.perf_counter() - start) f = open("/home/pi/CubeSatSim/camera_out.jpg") f.close() print("Photo taken")