Kinect recording a video in C# WPF

前端 未结 2 513
夕颜
夕颜 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.

提交回复
热议问题