motion-detection-in-javascript
motion-detection-in-javascript copied to clipboard
A small project where a webcam is used to detect motion. Written fully in Javascript without any third-party libs.
Motion detection in Javascript
This is a small example of detecting movement with a webcam in javascript. The core concept is comparing frames to each other and detect differences based on a predetermined sensitivity.
For more information read this blog post: benjaminhorn.io