In world-scale Augmented Reality, how to ensure 3D data a right size?

728
2
11-19-2019 12:35 AM
chenjnArcGISRuntime
New Contributor II

Hi! I'm trying to use the arcgis-runtime-toolkit-android to build a world-scale AR application,  compiling the navigate-in-AR sample (download from github) and also doing my own tests with slpk file,  while I find that neither of which can display 3D data at the right scale, generally too small.  How to ensure that the slpk file or a 3D graphic display in the appropriate size in the camera scene? 

route result displayed in world-scale AR

By the way, the height  is also very strange. 

0 Kudos
2 Replies
LukeDuncan1
New Contributor II

Hi chenjn ArcGISRuntime‌,

We don't perform scaling on the 3D data that you provide, if you've tried this data on an ordinary SceneView and it's correct then it's likely the viewpoint of the camera needs some calibration.

Have you tried using the "Calibrate" functionality to fix alignment issues?

chenjnArcGISRuntime
New Contributor II

 Thanks for your reply.  

I want to make sure that,  "we don't perform scaling on the 3D data" means ArcGISArView can automatically match the data added to the sceneView with its real scale? 

I saw the "Calibrate" functionality in the navigate-in-AR sample,and thought only direction and height should be calibrated, not include the size. Is that right?

0 Kudos