Skip to content

A small project where a webcam is used to detect motion. Written fully in Javascript without any third-party libs.

License

Notifications You must be signed in to change notification settings

ziuniecki/motion-detection-in-javascript

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A small project where a webcam is used to detect motion. Written fully in Javascript without any third-party libs.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 90.3%
  • HTML 6.3%
  • CSS 3.4%