Face tracking
Description
Here we look at ARKits build in ability to track faces.
Notice at the start instead of using a ARWorldTrackingConfiguration we are using an instance of ARFaceTrackingConfiguration. It would appear that among other things this sets the initial state of the app to use the front camera.
Video
Code
Next Step : Facial expression detection
After you have mastered this you should try Facial expression detection