c# - Kinect Save joint data -
i've looked @ few tutorials , articles on saving kinect skeleton data none of them seem working , @ moment have timer @ set intervals (2.5 secs) takes screenshots , as/instead of taking screenshot want read of join information array and/or save coordinates (x,y) text file , when these motions saved file want follow same steps make fresh set of coordinates , compare two.
the kinect toolbox provides function out of box. open source library can include in application, or examine code ides on how proceed.
if wish roll own, can set timer save skeleton
or subset of joint
information custom class include zero-based time stamp. can put these list
. when you're ready save, can binary save or save xml serializer.
Comments
Post a Comment