Simple Motion Detection
Any movement should result in a change in the video image
- Save previous frame of video data
- Get new frame of video data
- Compare corresponding pixels from each frame - find ones that are different
- Many changes within an area = motion in that area
Video noise makes this imperfect - parameters will have to be tweaked
Examples:
next