Save Kinect's color camera video stream in to .avi video

◇◆丶佛笑我妖孽 提交于 2019-11-30 21:36:29
Markus

I guess the easiest workaround would be to use a screen capture software like http://camstudio.org/.

There is also post with the same question her: Kinect recording a video in C# WPF

As far as I understand you need to to save the single frames delivered by the kinect by into a video file. This post should explain how to do it How to render video from raw frames in WPF?.

You can use the AVIFile Windows API using interop: http://msdn.microsoft.com/en-us/library/windows/desktop/dd756808(v=vs.85).aspx

or you can use a wrapper like this one, done by Corina John http://www.codeproject.com/Articles/7388/A-Simple-C-Wrapper-for-the-AviFile-Library

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!