From 546e229de544108a4c6dd706856aae9d44600cf1 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Sat, 18 Dec 2021 17:33:56 -0500 Subject: [PATCH] added log file about testing for camera --- rpitx.py | 1 + 1 file changed, 1 insertion(+) diff --git a/rpitx.py b/rpitx.py index 08c76296..bbf8ca30 100644 --- a/rpitx.py +++ b/rpitx.py @@ -164,6 +164,7 @@ if __name__ == "__main__": # from picamera import PiCamera # from pysstv.sstv import SSTV # camera = PiCamera() + print("Testing for camera") system("raspistill -o /home/pi/CubeSatSim/camera_out.jpg -w 320 -h 256") f = open("/home/pi/CubeSatSim/camera_out.jpg") print("Camera present")