Basic detection of changes in between video frames using Pillow library. The motivation is to use an intel edison to record and save images to a cloud service storage and avoid serving these images from a device in my network (And opening my network to potential attacks)
- Intel edison -- load latest OS -- load needed libraries
- Camera -- troubleshoot -- configure
- ffmpeg -- compile if needed
- AWS -- install needed libraries
Commands Systemd configuration
##Some Sources https://pillow.readthedocs.io/en/3.4.x/index.html http://docs.opencv.org/3.0-beta/index.html http://www.pyimagesearch.com/2015/05/25/basic-motion-detection-and-tracking-with-python-and-opencv/