我在我的项目中引用了 WPFMediaKit.dll,这是我的 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>
但我得到错误:
名称空间“clr-namespace:WPFMediaKit.DirectShow.Controls;assembly=WPFMediaKit”中不存在名称“VideoCaptureElement”。
我在跳过什么?