-
To continuously print out the number of currently tracked planes in an application, one can write
```c++
ArTrackableList *l = 0;
ArTrackableList_create(arSession, &l);
ArSession_getAllTrackab…
-
### SPECIFIC ISSUE ENCOUNTERED
Enabling auto-focus via ARCore does not work on an LGV35 ThinQ.
Run the computer_vision_c sample, set auto focus to on and the gpu rendered image will not chan…
-
I'm evaluating the current AR Core in UE against AR Kit.
One of my questions/problems is a use case where I want to create a MultiUser experience in a WIFI WITHOUT InternetAccess. So one Phone is ser…
adnoh updated
5 years ago
-
-
**Hello,**
The first time I downloaded this project and build I still had no problems with my camera. But now I have removed that project because after a build a camera no longer appeared. That is …
-
I'd like to pause and then resume an existing ARCore Session (not destroy, just pause/resume).
My use case is GVR/ARCore combined (I know, not officially supported, but it works well). When the ARC…
ghost updated
5 years ago
-
We are encountering subsequent app rejections with messages like
> ”Specifically, we found that this app or a framework embedded within it contain obfuscated selectors. These selectors contain nam…
-
I filled an issue (#664) before. Now P20 Pro can install my APP, but throws an exception `UnavailableDeviceNotCompatibleException` .
Maybe this issue is duplicate of #429 and #646
When can I expect…
-
I got this issue when I am launching Sceneform activity -
E/StandardArFragment: Exception: com.google.ar.core.exceptions.UnavailableException
com.google.ar.core.exceptions.FatalException: Applica…
-
I need to be able to update the augmented image database at runtime. I've taken a swing at doing this outside of the current plug-in, but it doesn't seem to be working. Note this is happening after th…