Created
December 22, 2019 06:09
-
-
Save NotExactlyMeerkat/d9b2ed83512de415e6e3d7f50338789a to your computer and use it in GitHub Desktop.
Camera
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import os | |
print("Camera!") | |
while True: | |
os.system("fswebcam image.jpg") | |
os.system("rm image.jpg") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment