aramuni Hi everybody, First time here, nice to meet you all. I wonder if there is somehow to use Kinect for read moves and use this data to make Spine models. Is that possible? Tks!
Søren Welcome! I'm afraid not and I can almost say for certain there never will be. Maybe something will be made for Unity in the future, but not by us.
Nate I've seen some cool videos of people using Kinect to drive animations. Can't find the one I was thinking of, but like this: https://www.youtube.com/watch?v=mhb6Uqxg9Tg If you can get the data from the Kinect, it's not hard to get it into Spine. Spine can import JSON in the same format it exports.
aramuni Yes Nate! That´s what I´m looking for. This will save a lot of work and also make great real animations. Thank you! Reading at the nuiCapture docs there´s 2 export formats: BVH and FBX. These are the formats that Spine can import?
Nate Spine can only import JSON in the format it exports. The challenge with mocap is getting data that is usable. I'm not sure how realistic it is to get good enough data, but it would be fun to play with.
eq2k Hi, Been doing some work with kinect recently and guessing wouldn't be too hard to record the bone data in a timeline based json format. I could create a tool to record and export or create a tool to convert something like nui-captures output into something more useable. If it is of interest to people and spine could eventually use that data then i might go ahead and create whats needed.