Unity-Technologies / arfoundation-samples

Example content for Unity projects based on AR Foundation
Other
2.98k stars 1.11k forks source link

Switch from normal to wide-angle camera from the AR app #1119

Closed rroy-viewrail closed 6 months ago

rroy-viewrail commented 7 months ago

How do I... activate the wide-angle camera from the app to view the AR models? I am using AR Foundation 4.2.9

andyb-unity commented 6 months ago

There are no AR Foundation platforms that allow you to change between multiple cameras in a single facing-direction. You can change between user-facing and world-facing camera, but that's all you can do within the scope of an AR app. There is no ability at the platform level to "activate the wide-angle camera", so there's nothing Unity can do here.

rroy-viewrail commented 6 months ago

Understood! Thank you for the detailed response. I really appreciate it!