I am trying to implement face detection and recognition system using Emgu CV. I got an already implemented project. multiple-face-detection-and-recognition-in-real Here is the link where I got the project.
- I have downloaded and install Emgu CV library as mentioned in this tutorial : EmguCv / OpenCV Installation Tutorial ( windows ) | EmguCv Camera Application Part 1 - YouTube
- I have opened this project in visual studio 2017 and also follow all the steps mentioned in the project(first) link.
- But when I am running my project, the camera of my laptop is indicating that it is on but I am unable to see anything on the image-grabber area.
- I am using windows 10 64bit. and latest Emgu CV.
and my laptop camera is in working condition I have tested it example projects of Emgu CV lib.
If anyone has any solution please help me Thank you