Skip to content

Instantly share code, notes, and snippets.

@NotExactlyMeerkat
Created December 22, 2019 06:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NotExactlyMeerkat/d9b2ed83512de415e6e3d7f50338789a to your computer and use it in GitHub Desktop.
Save NotExactlyMeerkat/d9b2ed83512de415e6e3d7f50338789a to your computer and use it in GitHub Desktop.
Camera
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