Skip to content

Sisrom - Third Year Project

28th July 2013

Part of Year 3 of my Computer Science degree was an individual project. I produced a smart remote image monitoring system running on a small, single board computer: the Raspberry Pi. Webcams were connected to the Raspberry Pi and pointed at different areas within a home and images from these webcams could be seen through a web interface.

Areas in these images could be selected and monitored for certain visual changes such as intensity or colour. If any changes were detected in these areas, the system would generate a notification. This allowed the user to monitor the state of different objects within their home.

The web interface was written using the Python Django web framework, as well as client side scripting in HTML/CSS and JavaScript with jQuery.

Home pageLive page