Kinect recording a video in C# WPF

前端 未结 2 512
夕颜
夕颜 2021-01-16 06:57

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.

相关标签:
2条回答
  • 2021-01-16 07:26

    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.

    0 讨论(0)
  • 2021-01-16 07:29

    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

    0 讨论(0)
提交回复
热议问题