Sceneform-android-sdk: Is there any ways to detect plain wall?

Created on 26 Sep 2018  路  2Comments  路  Source: google-ar/sceneform-android-sdk

I am trying to scan the plain white colored wall, but not getting any Plane reference points.
Is there any way how I could achieve this as I want to place a 3D object on that wall (for example a wall fan).

Or is there any ways in which I can create the Plane manually and then place the object on it?

question

Most helpful comment

I have used a few post-it notes and it gives ARCore enough points to detect the wall

All 2 comments

ARCore detects visually distinct features in the captured camera image called feature points and uses these points to compute its change in location. The plain white wall might not have enough distinct features.

There isn't a way to create an ARCore Plane manually. While you can theoretically place an object in the world, tracking it will be flaky if the device cannot compute its location.

I have used a few post-it notes and it gives ARCore enough points to detect the wall

Was this page helpful?
0 / 5 - 0 ratings

Related issues

khonakr picture khonakr  路  3Comments

arilotter picture arilotter  路  3Comments

tigran-babajanyan picture tigran-babajanyan  路  3Comments

KamikX picture KamikX  路  4Comments

rajaselvan picture rajaselvan  路  4Comments