google-ar / arcore-ios-sdk

ARCore SDK for iOS
https://developers.google.com/ar/
Apache License 2.0
280 stars 81 forks source link

VisionOS support #91

Closed ertembiyik closed 7 months ago

ertembiyik commented 1 year ago

VisionOS doesn't have ARFrame in its sdk (https://developer.apple.com/documentation/arkit/arframe), so for now there is no way to update GARSession on this platform using update method (https://developers.google.com/ar/reference/ios/interface/GARSession#update:error:)

Can you please add support to this platform? (using DataProviders data I assume)

jrullman commented 7 months ago

Unfortunately, the Vision Pro does not provide access to critical data streams, including camera images and GPS (see the Compatibility checklist, for example). For that reason, none of ARCore's features can be implemented on the device.