Unity-Technologies / arfoundation-samples

Example content for Unity projects based on AR Foundation
Other
3.02k stars 1.12k forks source link

Change camera source to an USB camera connect with Android #967

Closed lookoutking closed 2 years ago

lookoutking commented 2 years ago

I have an AR glasses connect with the Android phone by usb type-c. Is it possible to change the camera source from the phone camera to the additional glasses camera in AR foundation?

andyb-unity commented 2 years ago

ARCore does not support this use case, but you could implement your own provider plug-in for AR Foundation to use the data from your device. https://docs.unity3d.com/Manual/xrsdk-provider-setup.html