SpookyCorgi / phiz

Phiz is a tool that allows you to perform facial motion capture from any device and location.
https://phizmocap.dev
GNU General Public License v3.0
117 stars 12 forks source link

VMC protocol support #9

Open grillo-delmal opened 1 year ago

grillo-delmal commented 1 year ago

I know that this already supports OSC, but have you thought about implementing VMC?

https://protocol.vmc.info/english.html

Is basically sending each blendshape through OSC, but to the following endpoint /VMC/Ext/Blend/Val (string){name} (float){value}

And when finished send /VMC/Ext/Blend/Apply

This would let this to be used on other compatible apps :)