views:

37

answers:

1

Hi,

I have a Windows WPF application and I want to stream a video from my usb camera using MediaElement control. Is it possible to set usb camera as source to MediaElement? I'm using VS2010 framework 4.0 and c# language.

+1  A: 

Try http://wpfmediakit.codeplex.com/

Aelij Arbel