WWE Fox Sports Face Tracking

I know this is topic is a bit outdated but I was wondering if anyone knows how to track the face in the Spark simulator via script to make something like this: Meta Spark Community | Wanted to share these effects our team made for the WWE Smackdown debut on Fox Sports

Thanks in advance!

You basically need to record the transform information for each frame and log it to the console, then you can read the data in another “playback” effect to apply the live face texture onto the face mesh.

Here is an open source project that does it. GitHub - juanmv94/SparkAR-FaceTrackingRecording: Record a facetracking movement from GIF/Animation. Then you can use it with your face

That’s amazing. Thank you!