How can I create a webcam snapshot button in my website so the user can take a photo and upload the taken photo to my server?
I am using a C# web application; please help me with some links or code.
How can I create a webcam snapshot button in my website so the user can take a photo and upload the taken photo to my server?
I am using a C# web application; please help me with some links or code.
You could use Flash to access the webcam. Here's a jquery plugin that you could use and which greatly simplifies its manipulation using javascript.