‘Home Surveillance’ project is aimed at monitoring home using Webcam controlled remotely. It also accomplishes facial recognition to identify friendly and unfriendly faces using OpenCV. This project spans across multiple domains such as Security, Machine learning, Image processing etc. Project is framed as series of steps and is common for all CE boards.
Introduction to the project and explanation of how it is framed. This part mostly consists of a blog describing the project and its building blocks
Install OpenCV on 96Boards and implement face detection using it. Script should be able to detect known and unknown faces.
Track the known face infront of Webcam using Sensor Mezzanine and Dragonboard410C. Webcam should be mounted on Pan and Tilt setup with micro servos.
Set up AWS Cloud to stream the detected faces from dragonboard to S3 bucket.
Final part of the Home Surveillance project. This part includes webcam tracking of known faces and alerting the user if a blacklisted faces has been identified. Also, remote streaming the webcam using Python's Flask micro server framework. This part glues previous parts together to create a working project.