capture webcam stream and send it over network using DirectShow.net
I m working on a video conference project in vs2010 with c#. I m able to capture the snaps from web cam in picture box with the help of Directshownet samples available on SouceForge.But i can't find any proper solution for capturing the audio/video st开发者_如何学Goream directly from web cam using Directshownet. If anybody know about this problem's solution, pls give me ur advise .
Waitng for ur response ...
You can add SampleGrabber
to your DShow filter graph and use it to capture video frames.
Some links: MSDN, CodeProject
libvlc bindings might could do it for you
If you use GraphEdit, from windows SDK, you should be able to access audio capture devices and add that and then do what you want with it. From there you can go into DirectShow or DirectShowNet and add these filters easily to mimic what you have in Graph Edit
精彩评论