BVH file import

Hello

I am wondering whether there is a way to import or read .bvh files into gamma.

There are these mocap sensors that look interesting to me:

… and from what I can see on their website, they have a proprietary software that creates a .bvh livestream over UDP. And this can be read in vvvv! yes! This seems all pretty possible to me with the exception of the .bhv parsing in gamma… :(

Does anybody know if there is a plugin for gamma? or how to go about it?

Thanks a lot!

the bvh format is plain text and seems quite straight forward. it should be fairly easy to parse it in gamma.
https://www.cs.cityu.edu.hk/~howard/Teaching/CS4185-5185-2007-SemA/Group12/BVH.html

There is also this old beta contribution BVH (Skeleton BVH) | vvvv
with source code to look up how it works or even make it work as a library in gamma vvvvPlugins/BVHNodes at master · minoru-ito/vvvvPlugins · GitHub

1 Like

yes, that is helpful! thanks a lot!

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.