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

create an ROR(rails) UI to configure the system. #22

Closed amboxer21 closed 4 years ago

amboxer21 commented 4 years ago

A UI needs to be created using Ruby on rails. I would like to keep the language base the same but I use rails at work and am comfortable with ROR. Maybe in the future it will be converted into DJango or if someone satisfies this issue, they can write it in DJango.

amboxer21 commented 4 years ago

This was done using the Flask framework