NDK API for ARCore?

930 Views Asked by At

Is there any plans for an NDK API for the ARCore? Something of the line of the Tango's NDK API allowing you to get the values ARCore has fetched from the environment and such.

3

There are 3 best solutions below

2
On BEST ANSWER

ARCore Developer Preview 2 now supports C API: https://developers.google.com/ar/reference/c

0
On

ARcore package is newer version of Tango Core. They replaced motion tracking source but API for it stays the same, point cloud API is of course completely different.

Anyway what I want to say: it should be possible to open Tango NDK example set libtango_device require on false:

and maybe some of these examples can work with ARcore.

0
On

Ar core Supports NDK already. There is a nice sample project for it as well:

https://developers.google.com/ar/develop/c/quickstart