dani
dani

Reputation: 469

How to set a usb camera as a source to wpf MediaElemt in VS2010 in c#?

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.

Upvotes: 3

Views: 1710

Answers (1)

Eli Arbel
Eli Arbel

Reputation: 22739

Try http://wpfmediakit.codeplex.com/

Upvotes: 1

Related Questions