Skip to content

A simple python project that can detect faces using webcam

Notifications You must be signed in to change notification settings

tushdemort/facedetector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

facedetector

A simple Python project that can detect faces using a webcam

The default camera can be changed by changing 'webcam = cv2.VideoCapture(0)' to 1 or 2 if you have multiple cameras. IP Cameras can also be used by replacing the 0 with the link to the direct video feed of the cam, the link to a console will NOT work.

About

A simple python project that can detect faces using webcam

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages