Massive update to README and added pictures

This commit is contained in:
LazyAssassin445
2017-03-19 02:05:58 +00:00
parent b01d7a7279
commit 158be53422
11 changed files with 112 additions and 44 deletions

View File

@@ -4,8 +4,9 @@ from time import sleep
camera = PiCamera()
location = str(input("Where would you like to save this image? "))
camera.start_preview()
sleep(5)
camera.capture('pics/image.jpg')
camera.capture('pics/' + location)
camera.stop_preview()