我在 wpf 中使用 aforge:videosourceplayer,我遇到的麻烦是:为了在 wpf 中使用 aforge:VideoSourcePlayer,我们必须将它放在 WindowsFormsHost 标记中。如果我不想使用 WindowsFormsHost,还有其他选择吗?
<WindowsFormsHost Margin="5,5,5,201" Name="windowFormsHost" Panel.ZIndex="0">
<aforge:VideoSourcePlayer x:Name="videoSourcePlayer" Height="200" Margin="12,30,0,0" Width="360">
</aforge:VideoSourcePlayer>
任何帮助表示感谢,谢谢。