views:

276

answers:

2

Hello

What is the best way to capture video in a wpf application? I am looking for a way to detect the video devices, and then capture video from the selected one.

Thanks

+1  A: 

There is no WPF support for this. You need to use the traditional, expected windows APIs for video capture, such as DXVA.

dhopton
+1  A: 

Try http://wpfmediakit.codeplex.com/

Mark