WPFMediaKit XAML error

874 Views Asked by At

I am trying to view a webcam in WPF. I have added the reference in my XAML as follows:

xmlns:WPFMediaKit="clr-namespace:WPFMediakit.DirectShow.Controls;assembly=WPFMediaKit"

and then inserting the control as follows:

<WPFMediaKit:VideoCaptureElement></WPFMediaKit:VideoCaptureElement>

The project compiles fine and displays the webcam but in the design editor it gives me an "Invalid Markup" error and doesn't allow me to edit it. Mousing over the XAML for the control gives the following error:

The name "VideoCaptureElement" does not exist in the namespace "clr-namespace:WPFMediakit.DirectShow.Controls;assembly=WPFMediaKit"

I am stumped any ideas?

0

There are 0 best solutions below