ARFoundation (face tracking) opens front camera by default when deploying to Android

I more or less followed this tutorial -https://www.youtube.com/watch?v=VkVq8gm73SE
It entails adding an AR Face Manager to the Session Origin along with a face mesh prefab.

According to this - ARFoundation - Switching between front and rear camera , it seems like since I’m using ARCore it should default to rear camera.

I have ARCore 2.1.1 and ARFoundation 1.5.0-preview.6.

Any thoughts?

Face tracking only works with front camera I guess on both ARCore and ARKit.

1 Like

Hi, I’m trying to do face capturing on Xiaomi Mi9T and with the same setup you have it’s opening by default the rear camera instead of the front camera. Did you solved this problem?

[EDIT] Ok so I solved It by switching from Position and Rotation to Don’t Care in the Ar Session Script:), I’m using ArFoundation 4.1.5

YOU ARE THE REAL MVP. THANKSS!
SAME DEVICE, SAME PROBLEM.