Read IP Camera Stream and detect motion.
This Python script reads the video coming from a home IP camera. When motion is detected, the object is tracked and written to an .AVI video file. The video file is then emailed to the recipient. BONUS: if you email the subject 'SEE' to the Rpi; it'll record 10 seconds of video and email it to the recipient.
I hadn't seen my cat in over a month, but something was still consuming the cat food. This system proved to me that he just shows up in the middle of the night.
- Software: Python, OpenCV
- Hardware: Raspberry Pi 3B, Yi Dome Camera

