Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 648 Bytes

File metadata and controls

22 lines (16 loc) · 648 Bytes

This project utilizes Python and OpenCV to detect motion in a video stream. The program captures the video feed from the camera and detects motion within the frames. When motion is detected, it draws a rectangle around the moving object.

Installation Run the followiing lines of code in your terminal.

Usage To run the motion detection program, execute the following command: python MoDet.py

Technologies Used;

  • Python
  • OpenCV