How to prevent detected ARFace moving to another person

Hello,
I’m using AR Foundation 5.1.3’s FaceTracking, setting the faceCount to 1 on iOS.

After my face is detected, if someone else enters the field of view, the detected ARFace will move to that person’s face.

How can I prevent it from only tracking the detected face after it’s identified?

THKS!

1 Like

You can’t prevent ARKit from doing this.

Source: Tracking and Visualizing Faces | Apple Developer Documentation

1 Like