Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Home-Surveillance-System-with-Facial-Recognition

The "Real-time Home Surveillance System with Face Detection" is a Python project that utilizes computer vision techniques to detect and track faces in a live video stream. The project employs OpenCV, a popular computer vision library, along with the Haar cascade classifier for face detection.

The system continuously captures frames from a webcam and converts them to grayscale for better face detection accuracy. Using the Haar cascade classifier, it identifies faces in the video frames based on predefined patterns and overlays rectangles around them. Additionally, the project timestamps and saves each frame with detected faces as individual image files.

To enhance the project's functionality, it also provides an option to convert the collected frames into a video. By specifying the desired file extension and output filename, the captured frames can be combined into a video file, facilitating easy review and analysis of the surveillance footage.

This Real-time Home Surveillance System with Face Detection project offers a practical solution for monitoring and securing your home environment in real-time, allowing you to keep track of potential intrusions or unauthorized access.

About

Python-driven Computer Vision project designed to act as a digital sentry for your home. By blending the efficiency of OpenCV with the reliability of Haar cascade classifiers, I transform a standard webcam into an intelligent monitoring tool capable of identifying human presence in real-time.

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages