-
The need to reinitialize ARKit each time we go to a page is frustrating.
Would it be possible to leave it running? We could
- not render the camera when it's not an AR page.
- would it be possib…
-
Would setting the rendering texture to 0 using `ArSession_setCameraTextureName` when background rendering is not needed, be an optimization?
-
I want to capture a image from camera at the AR interface, but happened crash when I call methods .
The crash info:
```
02-02 16:56:24.371 24253-24283/com.rockvr.arpet D/ACameraDevice: Device e…
-
In Google pixel and Samsung S9, run ARCore for a period of time, recall api always return AR_ERROR_CAMERA_NOT_AVAILABLE. How to fix?
-
Is it possible to detect if ARCore is supported using the native API, or do we have to create a Java Session object to do this?
I've tried created a default ArConfig and calling ArSession_checkSupp…
-
On Huawei P20, if I press the home button while this demo requesting the camera permission, this demo will come up with black screen when I resume it. And it will never recover to normal in this case…
-
```shell
03-13 21:29:10.207 29597-917/? E/GeofenceHelper: Failed: remove geofences by PendingIntent
03-13 21:29:12.078 899-931/? E/NotificationService: Suppressing notification from package by user …
-
Hi, I am using your block as a basis for ARKit image tracking. It was pretty easy to add ARImageAnchor tracking, however, when I draw a solid rectangle in place of the physical image, it is shifted an…
-
Device:Samsung Galaxy Note8 (SM-N950U)
OS:android 8.0
```
05-04 16:29:50.368 9567-9567/com.google.ar.core.examples.java.helloar E/ActivityThread: Failed to find provider info for com.google.ar.core…
-
Hi I can't actually detect any planes with getPlanes function. I can get feature points using getRawFeaturePoints but when I try to detect planes planes.length always seems to return 0. I'm developin…