0

i want to make surface detection like in this video this. But, i dont want to realtime, i want to detect by image like this. Example implemented you can check Here Do you guys have tutorial or can you give me some advice? Thanks before

  • What exactly do you want to do? Surface detection in an image from your gallery? That would be impossible. ARCore only works using your Android device camera in real time. – Benjamin Zach Oct 24 '19 at 07:21
  • Do you mean that you want to decorate the floor with the "image" when the ARCore is detecting the surface? –  Oct 24 '19 at 07:32
  • detection not on gallery, i just want to take picture from gallery. Of course detection on the app. – user3523542 Oct 24 '19 at 07:33

1 Answers1

0

ARCore doesn't detect surfaces based on single images. It uses a stream of images, plus information from other sensors, like the gyroscope.

Some information here.

For surface detection in images you can look at other libraries, like OpenCV.

Tiberiu Maran
  • 1,983
  • 16
  • 23