-
Are there plans to support also the back camera for AugementedFace, that would provide much more use cases than front camera only?
Thanks,
Jouni
-
I have a image and it is getting detected . than I am trying to place the augumented image on the top.It is not working,
```
adb log:
E/native: hit_test.cc:377 generic::internal: No point hit.
I…
-
After build project and launch it on Samsung note8 and Galaxy A7-2017 ,i got this toast "This device does not support AR" and logcat show:
E/SupportedDevices: Device calibration unavailable.
i inst…
-
Hello, I'm trying to update the Sceneform libraries in my app's build.gradle file hoping I might be able to avoid https://github.com/google-ar/arcore-android-sdk/issues/225, which was so severe, it ha…
-
when using ARCore-Location to implement an app which places AR labels at specific gps locations,I meet some issues.
1、when the phone is still,the location marker pops on the screen sometimes,with th…
-
Sceneform randomly crashes with SIGBUS or SIGSEGV when loading certain models, for example the [fox model](https://github.com/google-ar/sceneform-android-sdk/tree/master/samples/augmentedfaces/app/sam…
-
Hello,
Hello,
sorry for maybe stupid question, but i have this problem: I have model of sunshade with real size 2,4x2x2meters, but when I insert it to our app, it's size doesn't match (picture o…
narfO updated
5 years ago
-
I know it is not supported at the moment therefore this request.
Tracking of moving markers works on ARKit2 (see here: https://www.youtube.com/watch?v=ySYFZwkZoio) and I would love to have that featu…
-
```
Android Studio 3.5
Build #AI-191.8026.42.35.5791312, built on August 9, 2019
JRE: 1.8.0_202-release-1483-b03 amd64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Windows 10 10.0
```
I…
-
I'm inflating a basic layout with an `ImageView` using the `ViewRenderable.builder().setView(...)` approach. My use case needs to fetch the images from a server so I'm using `Glide` for this purpose. …