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

谁说我不能喝 提交于 2019-12-30 06:48:55

问题


I want to save the video streams that is captured by Kinect's Color camera to .avi format video, I tried many ways of doing this but nothing was succeeded. Has anyone successfully done this? I'm using Kinect for Windows SDK and WFP for application development


回答1:


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?.




回答2:


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



来源:https://stackoverflow.com/questions/11334560/save-kinects-color-camera-video-stream-in-to-avi-video

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