How can I access webcams and capture images in asp.net c #?

I am developing a web project and it needs a client webcam and image capture, and then save them to the server. And I found that Silverlight 4 can do this, but the problem is that my project is running on a .net 3.5 server (I cannot change it), so I cannot use silverlight 4. Anyone have an idea how to do it in asp.net? (Is it ok with me, flash drives or something else) Thanks

+3
source share
1 answer

Here are some resources to help you with this: http://weblogs.asp.net/nleghari/articles/webcam.aspx http://www.codeproject.com/KB/cpp/webcamcsharp.aspx

0

All Articles