0

我正在构建一个应用程序,似乎图像被错误地镜像(如果我抬起左手指,它显示我的右取景器被抬起,反之亦然)。

这是我的一些代码

 <Grid>
   <WindowsFormsHost Name="WinFormsHost" Height="960" Width="1280">
      <forms:Panel x:Name="WebcamPanel" RightToLeft="Yes" />
    </WindowsFormsHost>
 </Grid>

_job = new LiveJob();
_deviceSrc = _job.AddDeviceSource(video, audio);
_deviceSrc.PreviewWindow = new PreviewWindow(new HandleRef(WebcamPanel, WebcamPanel.Handle));

如何从网络摄像头镜像实时流?

4

0 回答 0