views:

49

answers:

1

I'm looking for a solution to record video from webcam in .NET. Currently, I'm using VideoLab components (http://mitov.com/html/directshow_video_capture_in__n.html). It works, however it has some annoying bugs or incompatibility with my device. Moreover, it's a bit heavyweight for my simple task. All I need is recording to file from default webcam with starting and stopping controls. Is there any simple solution available?

A: 

Well...one solution would be DirectShow.NET, but it's lower-level than the VideoLab components, so it might be more complicated but you would have much more control.

kidjan