C++ WEBCAM FACE DETECTION
A downloadable tool for Windows
This simple C++ webcam demo I cranked out in ~30 minutes with the help of GROK uses OpenCV to perform face detection. You can find the whole project source code on the github link provided.
https://github.com/XmanGB32/WebCamDemo-with-Face-Detection
This project depends on this file which is provided:
haarcascade_frontalface_default.xml
Install instructions
Download both exe and xml files and have a webcam available. That's it!
You may need to unblock the exe to let it run. This is due to MS looking for a signed application which this is not. Scan it to be sure. (Which you should do always)
For the source code go to my github at this link:
https://github.com/XmanGB32/WebCamDemo-with-Face-Detection
Development log
- Dev Log: Quick Win with OpenCV and C++ Webcam Demo19 hours ago
Leave a comment
Log in with itch.io to leave a comment.