GitHub - ofedo/motion-detection-in-javascript: A small project where a webcam is used to detect motion. Written fully in Javascript without any third-party libs.

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Folders and files

NameName

Last commit message

Last commit date

Latest commit

History

4 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

Readme

Activity

Stars

0 stars

Watchers

1 watching

Forks

0 forks

Releases

No releases published

Languages

  • JavaScript 90.2%
  • HTML 6.4%
  • CSS 3.4%