views:

72

answers:

0

Hi guys,

I'm working on a project written in C# that records both the user's screen and webcam. I've currently used Windows Media Encoder for recording the screen but am still working on webcam capture.

I've been looking for information on webcam capture and WME, but it seems that it isn't usually used for such. I feel that it is better that I just use one library for doing both screen and webcam capture so I make the code more coherent and it doesn't get confusing later on. So far I've seen DirectShow but haven't tried coding in it yet.

Any suggestions which library I can use? Thanks!