ARKit Facetracking lag and Camera Matrix

  1. No smoothing. We get frame updates from ARKit and submit those to the game thread.
  2. There’s a material node to sample the pass through camera. Otherwise you can use the WorldToScreen on the Canvas (iirc) to figure that out.