Capture and save images from Web camera using C# and ASP.NET In this article with some C# sample, I am going to explain how to capture and save image from web camera . This web camera capturing and storing is implemented using flash on the front end and C# on the back end. You can easily embed this flash file into your web page and record images from the webcam . Requirements to capture images from webcam using C#: If you want to implement this functionality you need to install the latest flash player and have a working web camera. Steps to capture webcam images using C# and ASP.NET: 1) Create a new web application project and copy the WebcamResources folder from the attachments. 2) Create a new page named "Default.aspx" page add the following code, <object width="405" height="190" param name="movie" value="WebcamResources/save_picture.swf" embed src="WebcamResources/save_picture.swf" width=...