A UofTHacks 2016 submission.
A quick, secure, easy-to-use service that lets you stream the camera feed of one device to another. It is able to be run from an Android app and a website, connecting the two through a secure, remote server.
It allows you to monitor and deter any unwanted activity near your streaming device. You can send messages to your streaming device and receive automatic notifications when faces are detected in the video feed.
- This project requires Node 6 and NPM 3.10 or greater.
-
Clone the project.
-
Execute commands.
# In project root
npm i
npm update
npm run start
- Bundle the Android folder in Android Studio and compile and run.
This project is discontinued. However pull requests and issues will still be accepted.