Reputation: 11
I have several .xed files recorded by Kinect Studio. I have to use them to test my application. Do you have any idea how to do that?
I didn't recorded these files using my application, but I need to check gestures used in them with my own gesture recognizer app.
Upvotes: 1
Views: 1403
Reputation: 4122
Here is what I suggest :
Your app should act as if the movie is a live kinect stream.
Note that you must have a Kinect plugged in your computer to be able to use .xed files to send recorded data to any other Kinect app. Without a physical Kinect plugged in, you can only use .xed files to view recordings stored in them.
Upvotes: 1