Possible Duplicate:
How can I stream webcam video with C#?
my question is how to get web cam stream in .net c# Can I get it as data and store it开发者_开发百科 to buffer and send it to other side.
Please give me some idea
If you're using Silverlight 4 look at Capturing the Webcam in Silverlight 4
There is a tutorial here using avicap32.dll:
http://www.c-sharpcorner.com/UploadFile/yougerthen/810262008070218AM/8.aspx
Unfortunately saving every frame is probably not the best solution but you can buffer it.
精彩评论