Skip to content

Detects motion of an object and plots a graph that indicates the time period in which the object was in motion.

Notifications You must be signed in to change notification settings

ishaan2908/Motion-Detector

Repository files navigation

Motion Detector

This software searches through the computer's camera for a moving object. After successful execution, the program generates the output in the form of a graph that indicates the time period in which the object was in motion. Also, a CSV file gets generated containing the time data.

How it works?

  • Run the Graph Plotting.py file.
  • It calls for the execution of Motion_Detector.py file which triggers the computer's camera to detect a moving object.
  • Then, the Graph Plotting.py program executes.
  • After closing the program, a web page opens containing the Time Graph.
  • Also, a file Time Data.csv is generated having the tabular data of the Time Graph.

(Made as a Part of an online course)

About

Detects motion of an object and plots a graph that indicates the time period in which the object was in motion.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages