Capture Webcam picture in .NET?

  • Thread starter Thread starter Joakim Rylander
  • Start date Start date
J

Joakim Rylander

Hi all,

I need to create a public booth where people can look at themselves in a
webcam and snap a picture which will be seen on a webpage. The backend is
easy, it's the webcam part that I have problems with...

Could you recommend the best way to capture a Webcam picture from .NET?
Do I need device specific drivers or is there a standardized way to do it?
Any recommended brand of Webcam?
 
Joakim Rylander said:
Hi all,

I need to create a public booth where people can look at themselves in a
webcam and snap a picture which will be seen on a webpage. The backend is
easy, it's the webcam part that I have problems with...

Could you recommend the best way to capture a Webcam picture from .NET?
Do I need device specific drivers or is there a standardized way to do it?
Any recommended brand of Webcam?
Ideally, you would use WIA, this article should help you:
http://www.codeproject.com/dotnet/wiascriptingdotnet.asp?target=WIA
 
Hi Daniel,

Thanks!

That looks very promising, I will report how it goes.

Best regards,
Jocke
 
Back
Top