How to determine the distance from the user’s face the camera.

To determine the distance to the user's head from the camera you can use transform.position.z. Take Z coord of the position from the mvp matrix. The distance wiil in the millimetres.