Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 447 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 447 Bytes

Motion Detector using Python

This project detects the first frame and then as objects comes into its frame it detects them and logs the start time to a csv file along with the time the object leaves the frame.

Technologies Used:

The project is made using python3 and the following libraries were used in the project.

  • OpenCV - For Image Processing
  • pandas - For getting the required data
  • Bokeh - For plotting Visualizations