Click here to Skip to main content
15,885,904 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Good Evening .
Iam a developer working on a big project at the moment .
I have been tasked with developing a functionality for imaging devices for a web based application .The application has been developed via the C# programming language .
The imaging functionality that iam to add is to enable the capture of images via the use of the webcam .At the moment i have managed to develop a module that is desktop based , the module drives the webcam and allows it to capture the images and store them .

However iam required to develop a module that is web based to capture images and store them .The module should be written in C# programming language , and the platform is for visual studio .

I come to this forum to seek help in terms of source code :
I would like programmers to asses my problem and help me come up with a web based application that drives a web cam device , this being an application that will enable me to capture images from a web cam device attached to my computer and store the captured images.

The source codes should be written in the C# programming language and the platform for operating this source code will be in visual studio 2010 .

I humbly request for the input of all the programmers on this forum who have handled similar tasks to come forward and lend me a hand in doing this task for my team .

I do look forward to your contributions via source code .

What I have tried:

Developing a desktop version .The source code of the desktop version does not work for a web based application .
Posted
Updated 31-May-16 6:36am
Comments
F-ES Sitecore 31-May-16 12:35pm    
This is one of the most frequently asked questions so please google before starting a new thread. The server code can't communicate with devices attached to the client, so you'll need some kind of plug-in to access the camera, or use html5 if the browser supports it

https://www.kirupa.com/html5/accessing_your_webcam_in_html5.htm

1 solution

You should research using search engines before asking for source codes here. Here is a link which I found just by searching on Google.

Capture Image (Photo) from Web Camera (Webcam) in ASP.Net using C# and VB.Net[^]
 
Share this answer
 

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