Skip to content

Latest commit

 

History

History
40 lines (31 loc) · 1.46 KB

README.md

File metadata and controls

40 lines (31 loc) · 1.46 KB

omniVision

A smart surveillance system based on computer vision.

Youtube demo:

https://youtu.be/-bXOPJlJoos

Inspiration

Home security is a very important aspect of our life. When we are away for a long time (say a family trip during summer vacation), we can't always keep an eye on things at home, so this smart application promises to do the heavy lifting for us.

What it does

Project omniVision not only provide surveillance camera coverage over our house, but also is capable of sending us real time notification of motion anomalies within our home with the frame and the intruder’s face captured.

How we built it

The omniVision project consists of three major parts:

A real time camera feed analyzing script implemented with machine learning and computer vision algorithms Dropbox and Firebase as a quick means of storing captured frames and send notification to the application. A front end web app that can be opened on many portable platforms and interfaces.

Challenges we ran into

Constructing the machine learning and computer vision algorithm and calibrating it for our purpose. Binding the three parts together was a big problem.

Accomplishments that we're proud of

Binded everthing together with the api provided by Dropbox. Working machine-learning and computer vision algorithm!!

What's next for omniVision

Communication between multiple cameras

Built With

python javascript firebase dropbox opencv machine-learning computer-vision raspberry-pi rest-api