Point data in real-time

Now that we can stream audio in, what would be the best way to output the points data and blendshape weights in real time, instead of exporting to JSON or USD?

1 Like

where do you want to output to live?

One way is use something similar to ARKit’s live sync interface in other apps to take in the blendshape keyframe data live. some features around this is planned for some of the engines and dcc applications. but would not be hard to do on top if you are comfortable with some python scripting.