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.
Use a config script to pull from instead of hard coded values. This way if the email address needs to be changed, you can change it in one place rather than 3.
Use a config script to pull from instead of hard coded values. This way if the email address needs to be changed, you can change it in one place rather than 3.