Skip to content

Mthize/Security-camera-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Face and Body Detection with OpenCV

Description

This project uses OpenCV (cv2) to capture video from a webcam and detect faces and bodies using pre-trained Haar cascades. When a face or body is detected, the program automatically starts recording a video, and the recording stops a few seconds after detection ends. This guide provides a step-by-step breakdown of the code.

Prerequisites

To run this project, you need the following:

  • Python 3.x
  • OpenCV (cv2 library)
  • A webcam

You can install OpenCV using pip:

pip install opencv-python

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages