Created
May 25, 2017 20:05
-
-
Save erogol/228fe6db3b3027fb5dfabe87fb7184ec to your computer and use it in GitHub Desktop.
This file contains hidden or 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
# allow the camera to warmup, then initialize the average frame, last | |
# uploaded timestamp, and frame motion counter | |
print "[INFO] warming up..." | |
time.sleep(conf["camera_warmup_time"]) | |
avg = None | |
lastUploaded = datetime.datetime.now() | |
motionCounter = 0 | |
print('[INFO] talking raspi started !!') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment