Whiteout beim Shooting entfernt
This commit is contained in:
parent
6859aecb2b
commit
17b62410b5
@ -249,9 +249,6 @@ def makePhotos():
|
||||
# SHOT!
|
||||
sleep(PIC_INTERVAL)
|
||||
GPIO.output(7, GPIO.HIGH)
|
||||
screen.fill(COLOR_FLASH)
|
||||
pygame.display.update()
|
||||
camera.stop_preview()
|
||||
camera.capture("./tmp%s.jpg" % i, format='jpeg', quality=100, thumbnail=None)
|
||||
GPIO.output(7, GPIO.LOW)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user