Click here to Skip to main content
15,886,578 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello Friends,

I wanted to develop an application that would capture an image through web cam and store the image on client machine and its path in the database.(SQL Server 2005)

The application should work as follows:

1)On the click of start button the web cam should start.
2)On the click of capture button the image should get captured.
3)On the click of stop button the web cam should stop.

I found an application on net but I am not able to connect to web cam through my application.

Can anybody provide me with the code for this?

Any help is appreciated.

Thanking in advance.

Swapnil Borkar
Posted
Comments
Sandeep Mewara 14-Jul-10 1:58am    
What error you get while you try to connect?
Just go through yesterdays' post if not all, there was a question for integrating Webcam to Application
Christian Graus 14-Jul-10 2:49am    
Of course, ASP.NET can not do this for you, you will need to write some sort of add in, probably in C++, and just host it in your web site. I think you can use Flash, too, or perhaps Silverlight, but in both cases, your users need to install a plug in.
Swapnil 2009 15-Jul-10 3:06am    
Thanks friends I am able to do it now..just googled it and found the solution..
Thnk you for all your help and support..

1 solution

i think u didnt google about this query, these link help you to access your web cam.
check this following links

WebCam Fast Image Capture Service using WIA[^]

http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=1339&lngWId=10[^]
 
Share this answer
 
Comments
Christian Graus 14-Jul-10 2:49am    
These will work in an ASP.NET website ?
raju melveetilpurayil 14-Jul-10 3:08am    
this link support website.
http://www.dotnetspider.com/resources/38150-Capture-save-images-from-Web-camera.aspx

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900