Inetgrate Web Cam In Web Application made in VS 2005
-
Tuesday, May 01, 2012 11:33 AM
Dear All,
I am creating a web application in Asp.Net 2005. In my application i want to show a camera on my web page and i need two buttons i.e "Start Camera" and Capture Photo".
On "Start Camera" button,any attached web cam on client system should start automatically and its graphics should show in browser.
And On "Capture Photo" button, Photo should be captured from any client and directly store into my SQL database.
I don't want to switch over on Asp.Net 2010 as well as i don't want to use Silverlight.
Kindly help me how can i do this in Asp.Net 2005.
Thanks in advance.
Star Link Communication Pvt. Ltd. A19 Okhla, Phase-I New Delhi 110020 India
- Moved by Mike Dos ZhangMicrosoft Contingent Staff Thursday, May 03, 2012 10:00 AM asp.net topic (From:Visual C# Language)
All Replies
-
Tuesday, May 01, 2012 11:56 AM
-
Wednesday, May 02, 2012 5:31 AM
Dear Sir,
Your link didn't work for me. I am writing my application in Asp.Net C#.
Kindly suggest solution in proper step by step code.
Thanks in advance....
Regards-
Vipin
Star Link Communication Pvt. Ltd. A19 Okhla, Phase-I New Delhi 110020 India
-
Wednesday, May 02, 2012 9:09 AM
AFAIK Webcam support is really not yet mainstream (http://www.w3.org/TR/html-media-capture/). According to html5test it could be perhaps handled by Opera 12.
So you'll likely have no other option than using a plugin such as Flash or Silverlight. Try perhaps http://stackoverflow.com/questions/1634974/how-to-catch-an-http-post-file-from-flash-to-asp-net-page for Flash.
Please always mark whatever response solved your issue so that the thread is properly marked as "Answered".
-
Wednesday, May 02, 2012 9:15 AM
Hi
try these
http://weblogs.asp.net/nleghari/articles/webcam.aspx
http://www.codeproject.com/KB/web-image/webcamimage.aspx
http://www.codeproject.com/KB/cs/WebCamService.aspx
http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=1339&lngWId=10
http://davidhayden.com/blog/dave/archive/2004/05/26/278.aspx
http://www.codeproject.com/KB/cpp/webcamcsharp.aspx
Bilhan silva
- Edited by Centigradz Wednesday, May 02, 2012 9:17 AM
-
Wednesday, May 02, 2012 9:56 AMFor Web type project questions, please use this forum: http://forums.asp.net/
Mike Zhang[MSFT]
MSDN Community Support | Feedback to us

