sceneform-android icon indicating copy to clipboard operation
sceneform-android copied to clipboard

Is there any way to use arcore geospatial api with sceneform?

Open twoone17 opened this issue 2 years ago • 1 comments

Hi, i'm having hard time using newly released geospatial api in arcore with sceneform. I tried to combine it, arcore is using geospatial api with session,

Earth earth = session.getEarth(); if (earth != null && earth.getTrackingState() == TrackingState.TRACKING) { GeospatialPose cameraGeospatialPose = earth.getCameraGeospatialPose(); }

But sceneform is not using session directly, views are different(arfragment and glsurface) and also the way they processes are so different(if my understanding is right).. So I can't figure out the way.

Is there any way to use arcore geospatial api with sceneform? I aimed to get the geospatial information like latitude, altitude in my sceneform project.(I imported the sample-ar-model-viewer-java) Please help me.. ㅠㅠ

twoone17 avatar Aug 03 '22 09:08 twoone17

@twoone17 I don't think this sceneform-android supports geospatial api, please check sceneview-android.

I'm trying too, but can't get it to work.:sweat_smile: https://github.com/SceneView/sceneview-android/issues/141

yhishi avatar Sep 13 '22 03:09 yhishi

Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? This issue may be closed if no further activity occurs. Thank you for your contributions.

github-actions[bot] avatar Aug 06 '23 05:08 github-actions[bot]

Closing this issue after a prolonged period of inactivity. If this issue is still present in the latest release, please feel free to create a new issue with up-to-date information.

github-actions[bot] avatar Aug 14 '23 05:08 github-actions[bot]