Skip to content

Detection of changes in image background using Pillow library

Notifications You must be signed in to change notification settings

alexjch/pix_diff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Identifying video frames with content changes

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)

Hardware setup

  • Intel edison -- load latest OS -- load needed libraries
  • Camera -- troubleshoot -- configure
  • ffmpeg -- compile if needed
  • AWS -- install needed libraries

Usage

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/

About

Detection of changes in image background using Pillow library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages