Kinect recording a video in C# WPF

拥有回忆 提交于 2019-12-01 12:23:47

问题


I want to record my kinect camera vision.I have searched, but I couldn't find any C# same core codes. Do you have same simple codes or same suggestions? thanks.


回答1:


I believe the AForge library may be of use to you. Here: http://www.aforgenet.com/framework/features/ffmpeg.html you can see how you can instantiate a VideoFileWriter and write individual frames into it.




回答2:


I am using this kinect record library for the kinect Kinect toolbox library

http://kinecttoolbox.codeplex.com/

and here is a tutorial http://blogs.msdn.com/b/eternalcoding/archive/2011/07/04/gestures-and-tools-for-kinect.aspx



来源:https://stackoverflow.com/questions/9039027/kinect-recording-a-video-in-c-sharp-wpf

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