👤 Human Face and 🎥 Object Detection using OpenCV
-
Updated
Jul 21, 2023 - Python
👤 Human Face and 🎥 Object Detection using OpenCV
This simple C++ program uses OpenCV to perform motion detection using a webcam or IP camera stream. It captures consecutive frames, calculates the absolute difference between them, and applies a threshold to identify motion.
An application that is built to continuously monitor designated areas and alert users via email when any object enters and remains in the area beyond a specified duration. This application is ideal for settings that require vigilant security measures.
This program dectects moving objects in front of your computers webcam. It then proceeds to record the time that object entered the web cam frame and when it exists.
This Python Code detects the motion of Objects in webcam and records start and end time of that objects and stores in a .csv file
Add a description, image, and links to the webcam-motion-detector topic page so that developers can more easily learn about it.
To associate your repository with the webcam-motion-detector topic, visit your repo's landing page and select "manage topics."