openni - Kinect to BVH data -
is there software bvh data directly kinect? searched on net , found kinect bvh mocap(http://tech.integrate.biz/kinect_mocap.htm) , not working me.
no. there no built in mechanism save kinect data @ - no matter format want in. kinect studio save off stream data, i've not looked @ files see internally.
you kinect toolbox, provides functions save off of 3 streams file. can save file , manipulate necessary, perhaps write parser translate data. alternatively, manipulate data before save off.
you write own parser. skeleton
objects serializable, means save them list
(or other array type object) along time stamp. when ready save file, serialize list
, standard xml dump of list
, skeleton
objects inside. again, write function translate proper format before saving well.
Comments
Post a Comment