Category "arcore"

In AR Foundation, Can the object be automatically created without touching it?

In ARFoundation - ARCore When I hold my phone without touching the screen, can I automatically recognize the plane and make the object appear? And make the obje

In AR Foundation, Can the object be automatically created without touching it?

In ARFoundation - ARCore When I hold my phone without touching the screen, can I automatically recognize the plane and make the object appear? And make the obje

ARCore: not getting features points on white or any plain surface

I'm using ARCore in my Android app and required features points from ARCore. But I'm not able to get features points for the plain white surfaces. If I try it w

AR-vos - Unity based app does not start on Android-12 when built with Unity 2018

Ar-vos (https://ar-vos.com), my Unity - ARCore - based app does not start on Android-12 anymore after solving the android:exported="true" issue. In particular I

How to spawn only one object in Unity AR foundation

I new for Unity and C# can someone help me? I'm creating a kids game and they tend to tap on the screen accidentally and as they look around but then they spawn

Failed to create AR session in AR supported devices

I am trying to implement AR Core feature in my app. This works fine in few devices (supports AR core - One plus 6T and Xiaomi Redmi Note 8). Doesn't work in few

how to launch AR apps on emulator?

I'm developing an AR app using unity but I don't have an android mobile so I decided to work on an emulator and I read all documentation about it but it didn't

AR camera distance measurement

I have a question about AR(Augmented Reality). I want to know how to show the distance information(like centermeter...) between AR camera and target object. (Us

ARCORE: Sceneform 1.16 issue with rendering

I am using Sceneform 1.16 and andriod studio 4.1, I am trying to render but it is not working. Issue: activity.xml <?xml version="1.0" encoding="utf-8"?>

Im new in the development of AR, Can you integrate Augmented Reality into Machine Learning/Image Processing into a single mobile application

Im new in the development of AR and I want to develop an Augmented Reality Application integrated with Image Processing/ Machine Learning Features I already dev

Unity AR Rotate Scene to match reference point

How to Match a reference point in 2 different AR scenes by position and rotation? Here are some details about my project: I have 2 scenes: "new scan" and "load

how to load sfb model from url in sceneform?

I m not able to load .sfb model from URI.parse("url") in sceneform. My code is ModelRenderable.builder() .setSource(this, Uri.parse(string))

ARCore: Raw Depth Codelab is not working on my phone

I wanted to test this codelab from Google, but whenever I try to run the part3_completed file/application on my Huawei P30 ELE-L29 phone, I encounter the follow

Bug in ARCore acquireDepthImage?

The documentation states that it's 16 bits each with top 3 bits set to 0, meaning the range should be about 8,192. My code is calling depthImage.getPlanes()[0].

Is there a way to extract frame by frame Both the Depth and RGB from an MP4 captured using ARCore API?

I tried creating a scanner through Recording and Playback API from ARCore in Android Studio, right now I can save the mp4 file format. I assumed that the mp4 fi

Adding a light to Sceneform node has no effect

I'm following the google developers guide on adding Light to a Node in SceneView: https://developers.google.com/sceneform/develop/build-scene Light spotLightYel

Using sceneform dependency in android studio module

I'm trying to use sceneform dependencies in android studio module. But it says an error: Sceneform may only be applied to Android projects Though, using

Get Unity compass true north heading

I'm currently trying to implement a location-based AR app for Android using Unity C# and ARCore. I have managed to implement an algorithm which gets latitude/lo

I want to create an object as soon as ARCore recognizes a plane

In the ARCore tutorial, recognizing a plane and touching it creates an object on the screen. But I want to create an object as soon as I know the plane. The al

ARCore – Raw Depth Data from rear Android depth camera

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