added log file about testing for camera

pull/139/head
alanbjohnston 4 years ago committed by GitHub
parent 71c284e91d
commit 546e229de5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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")

Loading…
Cancel
Save

Powered by TurnKey Linux.