0

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

Community
  • 1
  • 1
mitesh
  • 1,387
  • 2
  • 8
  • 12

2 Answers2

0

If you're using Silverlight 4 look at Capturing the Webcam in Silverlight 4

Kirill Polishchuk
  • 54,804
  • 11
  • 122
  • 125
0

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.

Marino Šimić
  • 7,318
  • 1
  • 31
  • 61