Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

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

Motion Detection Alarm is a Python-based system that uses OpenCV and detects motion in real-time video and triggers an alarm while sending email notifications. It provides adjustable sensitivity and serves as a reliable security solution.

License

NotificationsYou must be signed in to change notification settings

ezhil56x/Motion-Detection-Alarm-OpenCV

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project implements a motion detection alarm system using Python and OpenCV. It starts monitoring the webcam when it is activated and sounds an alarm when motion is detected. It also sends an email notification to the user when motion is detected with few images of the motion. The user can adjust the motion detection sensitivity and the email notification settings.

Features

  • Real-time motion detection using computer vision techniques
  • Adjustable motion detection sensitivity
  • Emergency alarm when motion is detected
  • Send email notification when motion is detected with few images of the motion
  • Simple and intuitive user interface

Requirements

  • Python 3.x
  • OpenCV
  • NumPy
  • imutils
  • winsound (for Windows users)
  • Mail (custom module for sending emails)

Installation

  1. Clone the repository

    git clone https://github.com/ezhil56x/Motion-Detection-Alarm-OpenCV.git
  2. Install the dependencies

    pip install opencv-python numpy imutils
  3. Configure the email settings inmail.py

    sender_email = "your_email_address"sender_password = "your_email_password"recipient_email = "recipient_email_address"
  4. Run the application

    python main.py
  5. A window will appear with the webcam feed. Press 't' to activate/deactivate the motion detection alarm. Press 'q' to quit the application.

About

Motion Detection Alarm is a Python-based system that uses OpenCV and detects motion in real-time video and triggers an alarm while sending email notifications. It provides adjustable sensitivity and serves as a reliable security solution.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp