Click here to Skip to main content
15,890,882 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
How use face detection real time from webcam and compare face with the saved face in database in C# ASP.net


What I have tried:

not tried thing . just I searching and not get any thing
i want simple.
Posted

1 solution

I'm afraid simple and face detection do not go well together, but here is an article on CodeProject about it: Camera Face Detection in C# using Emgu CV and WPF[^]

Here is a link for the Open CV library with a C++ example: OpenCV: Object Detection (objdetect module)[^]

If you really want to keep things simple, you could opt for an ip camera with built-in face detection:
FaceVACS-VideoScan - Cognitec[^]
LILIN IPG1052ES[^]
 
Share this answer
 
v3

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900