Capture WebCam image in ASP.NET Web page

  • Thread starter Thread starter Dan Williams
  • Start date Start date
D

Dan Williams

Can anyone point me in the direction of how i go about creating an
ASP.NET page that i could use to capture a web cam still image?

We need to be able to take staff photos for their ID badges, but we
need to be able to specify the resolution of the webcam image to
portrait size (ie. 200x300).

Thanks in advance for any suggestions.

Dan Williams.
 
This is a Windows Forms app.

Any ideas how to convert this to a dotnet web form?

Dan.
 
What I would do is have an asp.net form display the images, and have the
windows app create them. That way you will circumvent any permissions
problems of trying to have a web app talking to a hardware device.

It should take a geatd eal of work to convert the section that draws the
image to screen to instead save the image to file.

--
Regards

John Timney
Microsoft Regional Director
Microsoft MVP
 
Back
Top