A system that monitors motion with Python's OpenCV from a webcam and allows remote viewing of the webcam from an android app. The system takes pictures when it detects motion then emails those pictures. The android app allows you to remotely view the cam anytime.
Sometimes the images shift causing a false positive and this in turn sends an E-mail and resets the framework. I need to check if the image is shifted if motion is detected before sending. (motiondetection.py)
Sometimes the images shift causing a false positive and this in turn sends an E-mail and resets the framework. I need to check if the image is shifted if motion is detected before sending. (motiondetection.py)