Estimote / iOS-Indoor-SDK

Estimote Indoor SDK for iOS
MIT License
484 stars 136 forks source link

Using ARKit location together with custom ARSCNView #23

Closed kasperekt closed 6 years ago

kasperekt commented 6 years ago

I would like to use experimental ARKit location method, but it seems that it takes camera resource and I can't create custom scene with ARSCNView. Is there a way to use the same session to improve indoor location accuracy and e.g. draw objects etc.?

Mycek commented 6 years ago

Hi @kasperekt ! It takes camera resource, but not hides it. In your ARSCNView you should just use the arSession provided by the EILIndoorLocationManager.

kasperekt commented 6 years ago

Yes. That was sufficient. Thank you.

elmz87 commented 6 years ago

any examples? would appreciate it! how to use the x and y for the arscnview?