Skip to content

Instantly share code, notes, and snippets.

View martin3000's full-sized avatar

Martin martin3000

  • Schwetzingen, Germany
View GitHub Profile
#!/usr/bin/python
# capture an image every x seconds
# JMS 2017
#
WAIT=60 # sleep time in seconds
import cv2
import time
print("Press 'q' to stop.")