Hello everyone!
I'm excited to share my second project, which I've been diligently working on for the past two days. This project implements a motion detection system using a webcam, where detected movements are indicated by green rectangles. It has various potential applications such as basic security monitoring or occupancy detection.
This system could be utilized for tasks like home security, monitoring specific areas for unauthorized access, or even for automated systems that respond to human presence, like activating lights upon detecting someone entering a room. Without further ado, enjoy your very own human detector!
IMPORTANT: TO EXIT PRESS THE NUMBER 1 ON YOUR KEYBOARD
Fun Fact: This human detector can not only detect moving objects but also interpret signals such as thumbs up and thumbs down, displaying corresponding emojis accordingly.
- Has the time at the bottom of the screen
IMPORTANT: Prior to running the code, please ensure you have downloaded and activated OpenCV. If you have any questions or encounter any issues, please don't hesitate to email me for assistance.
Windows: pip install opencv-python
Mac Os: pip3 install opencv-python
Linux: pip3 install opencv-python