I' trying to build an application using asp.net MVC 4 & c# which basically can capture video from the webcam and save it into the desk , are there any libraries that I can use for that purpose ?
thanks in advance
I' trying to build an application using asp.net MVC 4 & c# which basically can capture video from the webcam and save it into the desk , are there any libraries that I can use for that purpose ?
thanks in advance
ASP.Net is built on the .Net framework to provide additional functionality around web development.
ASP.NET MVC 4 is a framework for building scalable, standards-based web applications using well-established design patterns.
I guess you mean .NET framework, because as you see MVC4, ASP.NET are designed for web development.
Here is good example of using web cam in C# with .NET Framework 4.0.