Search code examples
c#videokinectkinect-sdk

Kinect RGB to AVI File


I am attempting to save a video file (e.g., .AVI file) from the Kinect's RGB stream.

I am using the latest Kinect SDK (1.5)

I tried using e2e's DirectShow filters and it didn't work, there must be a more straight forward approach.


Solution

  • I tried the colorBasics method of writing each frames as .png files. But, then the speed reduced to 6fps from 30fps. I guess, multi-threading may help to increase the performance. I dont know how to multi thread it, is there any online source of it. I searched a lot, but no luck yet.

    Thanks.