how to take a photo in asp.net application in my webcam
I need to capture image from my pc webcam in asp.net
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Victor JonathanPosted Aug 13, 2015, 12:22 PM
Most of webcams have DirectShow driver and interface that give the user (programmer) the ability to capture images and video/audio streams. Some webcams have additional Twain drivers that are used to communicate with the device.
Since you are using ASP.NET, you can try a programming toolkit that provides .NET classes to communicate with DirectShow and twain drivers. I used multimedia .NET classes from leadtools to support capturing images and media files. I searched over internet and found the following info that might help:
http://support.leadtools.com/CS/forums/10345/ShowPost.aspx
Khan Abrar AhmedPosted Aug 11, 2015, 8:45 AM
Kundan JhaPosted Aug 11, 2015, 8:28 AM
Sumit JoshiPosted Aug 11, 2015, 8:02 AM