-2

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

  • You can capture video via a web browser using getUserMedia() see http://stackoverflow.com/questions/16319470/html5-getusermedia-record-webcam-both-audio-and-video. – Paul Zahra Apr 28 '15 at 10:50

1 Answers1

0

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.

bot_insane
  • 2,545
  • 18
  • 40