Skip to content

Instantly share code, notes, and snippets.

@vighneshbirodkar
Created August 29, 2013 17:10
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 vighneshbirodkar/6380784 to your computer and use it in GitHub Desktop.
Save vighneshbirodkar/6380784 to your computer and use it in GitHub Desktop.
camera code
from SimpleCV import *
import time
cam = Camera(threaded = True)
c = 0
time.sleep(1)
while True:
cam.getImage().show()
print c
c +=1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment