lstewart
lstewart

Reputation: 83

Augmented Reality with Unity ARFoundation on mobile device front-facing camera

Does anyone know if the Unity library ARFoundation works with the front-facing camera on a mobile device? I am having trouble finding recent answers online

Thanks

Upvotes: 2

Views: 1247

Answers (1)

Fenikkel
Fenikkel

Reputation: 101

You can go to the AR Camera -> AR Camera Manager and change the CameraFacingDirection to User. Now the mobile will use the Front camera if the feature works with front camera. If not, it will enable the back camera.

User direction

Disclosure: Lot's of features like Image 2D Tracking and Body Tracking can't work with front camera :(

Upvotes: 0

Related Questions