Hello friends,
I created windows form application for detecting face using asp.net.
Now I like to create a web application for face detection using asp.net mvc
Is it possible to create a face dtection web application using ASP.NET MVC and Emgu library by accesing web cam?
Please give any documentation or sample code for doing this with asp.net mvc
Hope any of you help me.
Thank you.
Farhan AhmedPosted Aug 22, 2020, 3:41 AM
If you want to open a webcam on a client machine, you need to use Javascript.
Arjun M.RPosted Aug 22, 2020, 3:55 AM
Farhan Ahmed