Skip to content

This project utilizes webcam motion detection to trigger actions on a computer. When motion is detected, it opens a PowerPoint presentation in full-screen mode and pings different groups of IP addresses using WebSocket connections.

Notifications You must be signed in to change notification settings

Wahid7852/MotionDetection_Based_IP-Pinger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Motion Detection and IP Ping Project

This project uses a webcam to detect motion. When motion is detected, it opens a PowerPoint presentation in full-screen mode and asynchronously pings different groups of IP addresses using WebSocket connections.

Features

  • Motion detection using webcam
  • Opening PowerPoint presentation in full-screen mode
  • Asynchronous pinging of IP addresses
  • WebSocket server-client communication

Setup

  1. Clone the repository:

    git clone https://github.com/your-username/motion-detection-project.git
  2. Install the required dependencies:

    pip install -r requirements.txt
  3. Run the main script:

    python main.py

Configuration

  • Modify the ip_groups list in main.py to specify the IP addresses to ping.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

About

This project utilizes webcam motion detection to trigger actions on a computer. When motion is detected, it opens a PowerPoint presentation in full-screen mode and pings different groups of IP addresses using WebSocket connections.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages