我有一台英特尔实感摄像头,它在基于https://github.com/IntelRealSense/librealsense/blob/master/wrappers/csharp/cs-tutorial-2-capture/Window.xaml.cs的WPF图像上显示视频“流”
我想每次有新图像时都编写视频。
imgDepth.Source = new WriteableBitmap(p.Width, p.Height, 96d, 96d, PixelFormats.Rgb24, null);
当我关闭程序时,我将获得一个视频(.avi,mp4 ..)。我该如何实现。我当时正在考虑使用EMGUCV库的VideoWriter类。还是有一些更简单的方法?谢谢