-
Hi folks! Thanks for maintaining this project!
I'm wondering if you have an example of loading an OBJ file and applying a texture? All I want to achieve is to being able to load a model, apply a te…
-
Has anyone tried doing this while using ARKit in Unity ( I need it for the graphic capabilities from Unity). I can't get it to work, followed everything step by step but when trying to build I get an …
-
I'm run the hello_ar_c on Huawei P20. ArSession_create method always return NULL. System version is 8.1.0, ARCore APK is download from the Play Store.
Below is the log:
04-16 16:24:33.179 8352…
-
Hello everyone, I've a simple (empty) Activity and an ArFragment.
After reading from the documentation (at this link https://developers.google.com/ar/reference/c/group/config#group__config_1ga5a1f379…
-
Sometimes I call _ArSession_destroy_ method and get stuck for a few seconds. This happens when switching between ARCore to Camera. But Camera to ARCore will not.
-
Location services access is compulsory in order to configure an ARSession aligned with the true North. Since this is the current default -hard coded- way to configure the session, we must instantiate …
-
Hi, I have seen that this package has just been released, and I want to use this instead of native ARCore SDK for my project, but I have some questions.
From the samples I know you can call m_Sessi…
-
Sample App HelloAR keeps crashing on the emulator configured with Pixel 2 API 27, Android 8.1 x86 with 4GB of RAM
I'm running MacOS High Sierra 10.13.6 and Android Studio 3.1.4
Android Emulator …
-
Hi ARCore Team,
I'm using ArCore C library. The problem is that the C library function **ArSession_create()** returns **AR_ERROR_FATAL (-2)**, so that the AR session can not be created. In the Androi…
-
There are a rust function generated by bindgen with a header c_api.h
```rust
#[repr(C)]
#[derive(Debug, Copy, Clone)]
pub struct ArSession_ {
_unused: [u8; 0],
}
pub type ArSession = ArSess…