hi
I am developing a asp.net application to allow the user to take instant photo and save it in the application.if any one have an idea give suggestion
You may find jQuery webcam plugin useful. Check out this article that uses this plugin to capture photo in ASP.NET website: Capture Image (Photo) from Web Camera (Webcam) in ASP.Net using C# and VB.Net
Demo
hope that helps./.
thank's kaushal .i will try this
Hi Praghakar78,
Web Forms
This article provides the procedure for capturing an image from a webcam and store it in folder.
http://www.c-sharpcorner.com/UploadFile/4d9083/capturing-image-from-web-cam-in-Asp-Net/
MVC
This article shows how to capture an image using a webcam in MVC and use a jQuery webcam.js plug-in for capturing images.
http://www.c-sharpcorner.com/uploadfile/4d9083/capturing-image-from-web-cam-in-asp-net-mvc139/
Best Regards,
Chris