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.
- Motion detection using webcam
- Opening PowerPoint presentation in full-screen mode
- Asynchronous pinging of IP addresses
- WebSocket server-client communication
-
Clone the repository:
git clone https://github.com/your-username/motion-detection-project.git
-
Install the required dependencies:
pip install -r requirements.txt
-
Run the main script:
python main.py
- Modify the
ip_groups
list inmain.py
to specify the IP addresses to ping.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.