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

tuple decorator needs to be fixed #12

Closed amboxer21 closed 6 years ago

amboxer21 commented 6 years ago

The tuple decorator in the accepts class isnt working properly and needs to be fixed so it can work with the server classes message handler. (motiondetection.py)

amboxer21 commented 6 years ago

I removed the custom decorator class since is was nothing but trouble.