Kinect Records Video in C # WPF

I want to record my kinect camera vision. I searched, but I could not find any C # identical codes. Do you have the same simple codes or the same sentences? thank.

+1
source share
2 answers

I believe that the AForge library may come in handy. Here: http://www.aforgenet.com/framework/features/ffmpeg.html you can see how to create an instance of VideoFileWriter and write individual frames to it.

+1
source

All Articles