All Projects → webrtcHacks → webrtc_baby_monitor

webrtcHacks / webrtc_baby_monitor

Licence: other
A motion detecting baby monitor from webrtcHacks

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects

WebRTC Motion Detecting Baby Monitor

WebRTC-based baby monitor with motion detection.

WebRTC elements utilize on Priologic's EasyRTC Enterprise - https://github.com/priologic/easyrtc Motion detection elements based on Really Good's js motion detection - https://github.com/ReallyGood/js-motion-detection

This is currently a very crude proof-of-concept for demonstration purposes. Call is established using easyRTC and the video stream is redirected to motion.js. Motion.js detects motion by comparing frames in the video stream. If the motion level is very low (currently set to 1 - very sensitive) - a 'motion' event is fired. beep.js plays a beep when it sees this this event.

Please see webrtchacks.com for details until I get a chance to write more.

Tested with Chrome 29.0.1547.62 and Firefox 23.0.1.

Please see http://webrtchacks.com/baby-motion-detector/ for more details.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].