amboxer21 / MotionDetection

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.
GNU General Public License v3.0
23 stars 9 forks source link

Shifted images cause false positives #6

Closed amboxer21 closed 6 years ago

amboxer21 commented 6 years ago

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)

amboxer21 commented 6 years ago

This was fixed in commit 42ccc00e55fb2464987d7a5f886f6bde9220d92e or 42ccc00