I referenced WPFMediaKit.dll to my project and this is my xaml:
<Window x:Class="WPFCameraTest.Window2"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:Controls="clr-namespace:WPFMediaKit.DirectShow.Controls;assembly=WPFMediaKit"
Title="Window2" Height="300" Width="300">
<Grid>
<Controls:VideoCaptureElement ></Controls:VideoCaptureElement>
</Grid>
But i get the error:
The name "VideoCaptureElement" does not exist in the namespace "clr-namespace:WPFMediaKit.DirectShow.Controls;assembly=WPFMediaKit".
What i'm skipping?
<WPFMediaKit:VideoCaptureElement >