views:

333

answers:

2

Hi all,

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 stream directly from web cam using Directshownet. If anybody know about this problem's solution, pls give me ur advise .

Waitng for ur response ...

A: 

You can add SampleGrabber to your DShow filter graph and use it to capture video frames.

Some links: MSDN, CodeProject

max
A: 

libvlc bindings might could do it for you

rogerdpack