How do I add a 2D image over the FaceAnchor mesh?

I am trying to make a simple 2d overlay for the FacialAnchor Mesh. I am unsure how to get my graphic to line up to what the mesh is showing. Is there a template image I should use to paint then apply that in xcode? Any tutorials or links to get me in the right direction would be much appreciated.

Replies

Hello,

Have you see this sample code project? (https://developer.apple.com/documentation/arkit/content_anchors/tracking_and_visualizing_faces?language=objc)

It contains some assets that I think you may find useful :)