Strange Camera View on Galaxy A7 in Unity SparseSpatialMap Sample

0 votes
asked Sep 1, 2020 by kawai110 (120 points)
Looks fine on Galaxy S9 (Android 9) .
But A7 looks like this (https://www.dropbox.com/s/aw2vx1gjxvnfotg/screenshot-1598941069576.jpg?dl=0)
Motion tracking sample on A7 looks fine.

Is there any hardware limitaion when using SLAM ?

I'm using...
 Galaxy A7(Android 9)
 EasyARSenseUnityPlugin_4.1.0.811
 EasyARSenseUnityPlugin_4.1.0.811_Samples
 Unity 2019.4.8
 ARCore 1.19
 Windows 10
.

Thank you for any kindness in advance.

1 Answer

0 votes
answered Sep 2, 2020 by kenn (18,750 points)
Thank you for the feedback.

It looks similar to a known issue of EasyAR's ARCore wrapper on some devices. We will deliver fixes in later releases.

We are also on the halfway of connecting EasyAR to ARFoundation, which may provide better ARCore experience on Unity.

Meanwhile, you can change VIOCameraDeviceUnion.DeviceStrategy to EasyARMotionTrackerFirst or EasyARMotionTrackerOnly to use EasyAR motiontracker first on supported devices, this will make be behavior the same with motion tracking sample.
Welcome to EasyAR SDK Q&A, where you can ask questions and receive answers from other members of the community.
...