arcore Questions
5
I am working on an application where I need to put object using ARCore. And then I need to save the frames as an image.
So is there any way to set auto focus for ARCore camera?
Midmost asked 21/2, 2018 at 18:39
3
I want to draw the mesh point on the detected plane as shown in the ARCore video link and I don't know how to achieve it.
Can you help me out to achieve this? Thanks in advance.
Thy asked 4/3, 2022 at 6:20
3
We are working on an app that detects feet and then puts a 3d model of shoes on them — a kind of shoe AR try-on experience. We are working on Java Android. Is there any library or framework that do...
Tinner asked 5/3, 2020 at 9:58
4
I trying to build augmented reality navigation using arcore in android. Is AR navigation direction is available in india? I just followed this link to develop ar navigation with core loaction using...
Dammar asked 17/8, 2018 at 4:15
2
Solved
I'm an IT student, and would like to know (understand) more about the Augmented Faces API in ARCore.
I just saw the ARCore V1.7 release, and the new Augmented Faces API. I get the enormous potenti...
Warta asked 25/2, 2019 at 15:51
1
Solved
I am using Google CoreAR package in my React-Native app for AR support. There are some devices which support AR and some not. I am getting error while I run the application in non-supported device...
Homogamy asked 16/1, 2023 at 5:51
4
I am developing an AR Core app for android and was going to test it on a Pixel 4 with Android 11 installed. The phone has the latest version of Google Play Services for AR yet the app does not reco...
Sienna asked 21/11, 2020 at 4:40
6
Solved
I am wondering is there any options for combining existing ARCore early stage with Google Location in order to place AR objects over latitude / longitude in the real world? I know this one is possi...
Sarthe asked 18/10, 2017 at 11:30
1
Solved
Is it possible to use the Geospatial API in a location covered by Google Earth but not by Street View?
Meanly asked 9/6, 2022 at 8:38
2
I have been reading around the documentation and the examples but still cant figure out a way to use ARCore/Sceneform with geolocations. An example would be opening my camera and according to my ge...
Highjack asked 17/5, 2018 at 3:20
1
I'm following the google developers guide on adding Light to a Node in SceneView:
https://developers.google.com/sceneform/develop/build-scene
Light spotLightYellow =
Light.builder(this, Light.Type...
Buehrer asked 21/6, 2020 at 17:57
1
What actually I want is to get the bitmap from ArCore onUpdate method. I had try various solutions but doesn't work. Then I got another solution and try to implement that solution but it will throw...
2
I tried to place an object on face. But does not understand how to set depth in object.
Like when I add 3d object like spects frames on face.
It does not show in correct depth.
Hebner asked 8/1, 2020 at 6:22
0
This is my android\build.gradle file
buildscript {
ext.kotlin_version = '1.2.41'
repositories {
google()
mavenCentral()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradl...
Tifanytiff asked 2/11, 2021 at 18:51
3
Solved
I am a beginner in the field of augmented reality, working on applications that create plans of buildings (floor plan, room plan, etc with accurate measurements) using a smartphone. So I am researc...
Miler asked 12/6, 2018 at 7:41
4
i am using ARFoundation 4.1.0 preview package and in XR plug-in management in unity project settings i have enabled the Arcore but the problem is when i build it gives me "Missing 'package' ke...
Scriabin asked 14/10, 2020 at 11:55
2
I am adding an image on vertical plane in Sceneform ARFragment. But it always get rotated. The code is working fine on horizontal plane. My code for placing images on vertical Plane is as follow...
4
Solved
I am using Transformable node and able to set minimum and maximum scale values. But I am using a model whose default size is much bigger so I have to use gestures to make it small.
How is it poss...
Kovar asked 16/5, 2018 at 6:46
1
I've built an ARCore app in Unity using the ARFoundation Package. Then I embedded Unity app inside a native Android app by following the instructions in this link: Embedded Unity within Android App...
Sum asked 28/8, 2018 at 13:17
1
I can't figure out how can I get raw depth data from my Xiaomi Redmi Note 8 Pro with rear ToF depth sensor.
I've tried:
Camera2Format from android samples. No results (and I'm not alone)
get phy...
Robb asked 28/11, 2019 at 11:39
3
I use in my ARCore project Sceneform. It seems that this project is now mentioned as Archived by Google. More info we can find here or on this page.
I don't understand if Google really abando...
Observant asked 18/6, 2020 at 15:17
2
Object blending is ON by default and you have to tap the button to turn off.
Most of the people using my AR will be first time users and won't know how to turn it off.
Is there a way to turn this o...
Putative asked 24/11, 2020 at 17:56
4
I am following the ARCore sample (https://github.com/google-ar/arcore-android-sdk) and I am trying to remove object 3d (andy) already added.
How can I detect if an tap event with ARCore hits an al...
Rivi asked 13/10, 2017 at 10:43
1
Below is the code which I have tried. It gives me the desired result but it is not optimized like camToPlan or MagicPlan app. In CamToPlan app center node moves very eficiently as per camera moveme...
6
Is there any way of getting camera intrinsics parameters from ARCore, similar to what ARKit provides? I've tried using LENS_INTRINSIC_CALIBRATION from ImageMetadata, but evidently this constant is ...
Churlish asked 3/1, 2018 at 18:55
1 Next >
© 2022 - 2025 — McMap. All rights reserved.