Better Support for Mocap (real time and BVH)

clevenger

Member
Messages
30
Reactions
8
Points
8
I've been playing with a mocap suit lately and it produces some animations that work real well in VAM....up to a point.

The suit generates BVH files with a full skeleton including fingers, but since VAM doesn't use joints for fingers the hands don't work.

Also the suit can real-time stream BVH files so you could animate a VAM character live, if there was support for it. I'm trying to work out how hard this would be to write a plugin for. I haven't ever written a program for Unity or VAM so it would be a big learning curve for me...but maybe not for someone else.

In any case, these full-body mocap setups are dropping in price rapidly, I've seen a commercial one for $1500 (cheaper than a VIVE rig) and a DIY one for as little as $800. There are also several face capture systems that are free or run on phones. So it would be really great to support these things in VAM.

The suit I'm using now has a bunch of Unity .cs scripts for reading live mocap data, so the main part is knowing how to connect the data to VAM.

Anyway, I think native support for mocap suits in VAM would be a good idea, particularly the way prices are going down.

If anyone wants to experiment with this I can provide pointers to the manufacturer's docs, sample files and stream mocap data (my setup can stream over the internet).
 
You might also want to look at wrnch.ai they do full body mocap with an iphone app, the quality is ok till you turn sideways. They also have a PC capture system that works with multiple webcams.
 
Back
Top Bottom