I am looking to create an ASP.Net website where the user can capture an image from there web camera and save it to a database on my server. I have tried using TWAIN but cannot seem to find any new cameras that support this. Same when trying to use Silverlight and WIA. Has anyone had any success in doing this?
The client computer will have whatever web camera I recommend so if you know of a model that works, please share. I have tried both Microsoft LifeCam and Logitech with no luck.
If you have done this or now how I would really appreciate some help. Thanks for you time.
I was able to accomplish what I wanted by having the user install Google Chrome Frame on there computer and then using the canvas tag to get the image. Works well here’s some sample code: