0

我有一个英特尔实感摄像头,它基于https://github.com/IntelRealSense/librealsense/blob/master/wrappers/csharp/cs-tutorial-2-capture/Window.xaml 在 WPF 图像上显示视频“流”。 CS

每次有新图像时,我都想写一个视频。

imgDepth.Source = new WriteableBitmap(p.Width, p.Height, 96d, 96d, PixelFormats.Rgb24, null);

当我关闭程序时,我会有一个视频(.avi、mp4..)。我怎样才能做到这一点。我正在考虑使用 EMGUCV 库的 VideoWriter 类。或者有没有更简单的方法?谢谢

4

0 回答 0