Capture Image from webcam in C#.Net
-
Wednesday, February 23, 2011 3:35 PM
Hi everybody
How can I capture from webcam (or any other camera) in C#.Net (or C++.Net)?
Are there any step by step Guide to do this?
Thanks...
The Best Programs
All Replies
-
Wednesday, February 23, 2011 4:33 PM
This link is a little old, but can give you some guidance.
http://www.codeproject.com/KB/dotnet/wiascriptingdotnet.aspx
Louis -
Wednesday, February 23, 2011 4:36 PMThanks a lot IAmLouis ...
The Best Programs -
Friday, February 25, 2011 10:32 AM
Hi Engineer Mahdi,
Welcome to the MSDN Forum.
According to your description of the problem, you could use Windows Image Acquisition (WIA) to capture images. WIA provides a great deal of compatibility with webcams. Please refer to this link about the details of how to do this: http://www.codeproject.com/KB/cs/WebCamService.aspx.
If you want use ASP.NET and C# to grab a picture from a webcam, you can find it in here: http://www.codeproject.com/KB/cpp/webcamcsharp.aspx.
In addition, you can also refer to this link about how to take image captures from the webcam: http://www.riacodes.com/flash/capture-images-from-the-webcam/.
I hope this will help resolve your problem.
Best Regards,
Mio
Mio Miao[MSFT]
MSDN Community Support | Feedback to us
Get or Request Code Sample from Microsoft
Please remember to mark the replies as answers if they help and unmark them if they provide no help.

-
Tuesday, March 01, 2011 3:39 AM
Hello Engineer Mahdi,
Have you got any helpful suggestions to this problem? If you have got some good solutions to this problem, please mark it as answer. If you need further assistance, please feel free to let us know or open a new thread to ask. Thanks.
Best Regards,
Mio
Mio Miao[MSFT]
MSDN Community Support | Feedback to us
Get or Request Code Sample from Microsoft
Please remember to mark the replies as answers if they help and unmark them if they provide no help.


