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

Remote cam viewing with android app is broken due to python upgrade #51

Closed amboxer21 closed 3 years ago

amboxer21 commented 3 years ago

The cam viewing android app is now broken due to python upgrade from version 2 to version 3.

amboxer21 commented 3 years ago

2020-11-10-07:57:46_scrot

amboxer21 commented 3 years ago

I have tracked down the issue to the CamHandler class. The StringIO call is causing the issues after converting the code from python2 from python3.

amboxer21 commented 3 years ago

This issue is now fixed in PR #54