added PySSTV import test

pull/120/head
alanbjohnston 5 years ago committed by GitHub
parent 363f250e21
commit 08f8ed4a89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -59,7 +59,8 @@ if __name__ == "__main__":
elif (('s' == sys.argv[1]) or ('sstv' in sys.argv[1])):
print("SSTV")
try:
from picamera import PiCamera
from picamera import PiCamera
from pysstv.sstv import SSTV
camera = PiCamera()
print("Camera present")
camera_present = 1

Loading…
Cancel
Save

Powered by TurnKey Linux.