My question is pretty straightforward. I can save all streams of Kinect v2 (and Kinect v1)
synchronized. If I also have skeleton for one person, skeleton information is also saved.
My issue now is that I want to save the same synchronized information (color, depth, infrared, bodyindex and skeleton), but for the maximum of 6 people. I think this can be accomplished by one of two ways:
Solution 1) - create one skeleton file for each of the 6 people, using the ID as reference for the filename, for instance.
Solution 2) - saved all this information in one single file, as I do for the remaining streams, using again an ID before each new person.
Besides, anyone has any clue on how to "lock" each person ID using Kinect SDK 2.0
?
1 Answers
Answers 1
I think it's better to create Single File for each person.Then you can alter the contents very easily.If you are adding all the details in a single file,it will make the code complex.
0 comments:
Post a Comment