Skip to main content
Filter by
Sorted by
Tagged with
Advice
0 votes
2 replies
110 views

Has anyone here tried making a Party Fowl–style game using Unity and MediaPipe for Android devices? I’ve already integrated MediaPipe and tested the sample scenes—they’re working fine. My problem is ...
Farmer's user avatar
  • 1
1 vote
0 answers
45 views

I'm developing an Android app in Kotlin that needs to implement ARCore with Sceneform for land area measurement. I need clarification on the appropriate implementation structure because I'm having ...
Akila Lochana's user avatar
1 vote
0 answers
170 views

I am working on an Android application where I want to integrate an object detection model with Augmented Reality (AR). My current setup is working fine with a normal CameraX implementation. However, ...
Dinesh Radhakrishnan's user avatar
1 vote
0 answers
114 views

I have an AR video camera in my app but the projected AR image is with low quality. Is there any way to improve the quality ? Im not talking about the dimension in dp like height and width but the ...
m0ntr3's user avatar
  • 19
0 votes
0 answers
83 views

I am working on an AR application (for the first time) for android using Unity 3D & Vuforia. The idea is the following : I want to detect a marker (an image). Once it is detected, a cuboid is ...
MoMellouky's user avatar
1 vote
1 answer
433 views

Given a GLTF (or GLB) asset, one can launch the WebAR experience on an android phone via a url like: intent://arvr.google.com/scene-viewer/1.0?file=<insertURLHere>&title=MyWebArAsset&...
jekelija's user avatar
  • 277
1 vote
0 answers
138 views

I', trying to display video using ViroReact for an AR App. My reference for this work is ViroMedia github source but every time app crashes. i'm using ViroVideo for this porpuse this is my source code:...
Reza Hamidi's user avatar
0 votes
0 answers
62 views

Android phone camera is not recognising flat image targets. I created an application in unity using a vuforia plug-in. The build is made and it has been successfully installed on my android 12 phone. ...
Akshata's user avatar
2 votes
2 answers
853 views

I want to use SceneForm in my Android app. Adding into the build.gradle (app level) a dependency like this: implementation 'com.google.ar:core:1.36.0' // also added implementation 'com.google.ar....
alexmat1513's user avatar
0 votes
1 answer
336 views

I am trying to use multiple custom objects to be placed on the face using ARCore SDK. I import the face mesh FBX file provided by Google in the SDK using Blender and place my custom object relative to ...
Amr's user avatar
  • 1
1 vote
0 answers
74 views

I'm trying to find a foolproof workflow for implementing augmented reality (AR) applications on a kiosk-style device, which has custom hardware running Android 7 or higher. The manufacturer of the ...
SarangD's user avatar
  • 358
0 votes
1 answer
326 views

I'm currently having issues trying to run the "PinTestSofa" scene (unity) on Android. This one: https://learn.microsoft.com/en-us/mixed-reality/world-locking-tools/documentation/howtos/...
xrRunner's user avatar
0 votes
1 answer
587 views

I need to detect which node tapped in ArCore in flutter arCoreController!.onNodeTap = (name) => onTapHandler(name); didn't get the expected name.
Khaled Abdelrazeq's user avatar
0 votes
1 answer
42 views

I was following this tutorial and when I tried to use it for AR compass, I got wrong positions for East and West (I get West on left side (270°)). Problematic part: fun Place.getPositionVector(azimuth:...
bounxye's user avatar
  • 351
0 votes
1 answer
564 views

I when I use the augemnted image function,the program will stuck in tracking state. case TRACKING: fitToScanView.setVisibility(View.GONE); if (!augmentedImageMap....
天上天下唯貓獨尊's user avatar
0 votes
1 answer
80 views

if (frame.getCamera().getTrackingState() == TrackingState.TRACKING && anchorsts && !placed) { Session session = arFragment.getArSceneView().getSession(); ...
Sancy Devassy's user avatar
-1 votes
1 answer
88 views

I am trying to learn how to use the AzureSpatialAnchor properly with unity using Hololens 2 and an android cellphone. I downloaded the Unity GitHub example, and I modified the Start() of the ...
salvolannister's user avatar
4 votes
0 answers
979 views

so I am trying to build an AR based indoor navigation application in flutter for that when I researched I got to know about ARCore and ARKit but the solution I was able to find are basically in UNITY(...
yogender's user avatar
  • 252
0 votes
1 answer
208 views

This is my code but 3d model not showing after tracking. placeObject(arFragment, augmentedImage.createAnchor(augmentedImage.getCenterPose()), Uri.parse("http://vzor.ir/model.glb")); private ...
Vahid Talebi's user avatar
0 votes
2 answers
139 views

We have created one mobile app, that is Google AR Core based. So naturally users have to have AR Core enabled device. I have two questions mentioned below: Is there any other option for users not ...
Avishek Roy's user avatar
0 votes
1 answer
220 views

I am making an app where I would have to display a lot of objects and they need to stay where they are initialized. I started by creating an anchor and making all the objects as Node that are going to ...
user avatar
0 votes
0 answers
199 views

This is my first time with android development. I wanted to get the 3D coordinates of all the points in the current camera frame and store this information along with the image. I came across anchors ...
Deepesh Thakur's user avatar
0 votes
1 answer
701 views

I want to start developing a new Android Augmented Reality app and I am not sure which render engine to use. I heard that sceneform is deprecated (Google Sceneform – Is it deprecated? Any replacement?)...
nphi's user avatar
  • 45
1 vote
0 answers
382 views

In my application i need to develop full screen background image for 3d modelRenderable object added to sceneView. I did it by way described in the topic: https://github.com/google-ar/sceneform-...
Nososerg's user avatar
1 vote
1 answer
1k views

I am using ARCore Augmented faces to create Try-out-Jewellery App in Android. I have created App which supports 3 different nose rings and 1 Mang Tikka (Head Jewellery). You can find reference video ...
Pradip Tilala's user avatar
2 votes
0 answers
369 views

I need to render a facemask using Filament. From ARcore Augmented Faces I have buffer for indices, vertices. Unfortunately rendered facemask is somehow corrupted. Take a look at that screenshot I take ...
Pawel Jobkiewicz's user avatar
-1 votes
1 answer
163 views

I am looking to work on an Augmented Reality (AR) app using Google ARCore/Google Play AR services, as a bolt-on targeting the user-base of one of our current apps which is used by a very large group ...
ROBYER1's user avatar
  • 115
-1 votes
1 answer
851 views

ArCore Augmented image anchor created from image center pose changed after some time and it leads to look like the object not stable and it is drifting.Hoe to avoid anchor position change.
Ramprasad Ranganathan's user avatar
1 vote
1 answer
931 views

I am building an augmented reality app using ar foundation. I need to detect a collision between two cubes. The cubes both have a box collider and a rigid body attached to them. When I run the scene ...
Dadu Khan's user avatar
  • 399
0 votes
1 answer
157 views

as you know this is the sample of fox filter appears in front the face but I want to change that the fox filter should appear in front of an image. I mean the only difference is: the display will show ...
Burak's user avatar
  • 1
2 votes
0 answers
222 views

When the depth heat map is displayed in the helloAR project, I would like to be able to know the depth of a defined pixel of the heat map when I click on it. But I don't see how to do that. Any idea ? ...
toto_tata's user avatar
  • 15.6k
1 vote
1 answer
219 views

I am implementing a bring Images to life feature, this is the blog that I was following, and I tried to convert the URL image to bitmap but it seems not connecting to a local video. I am using Picasso,...
Idris Stack's user avatar
1 vote
0 answers
391 views

I have to render objects over lines drawn in Just a Line AR App.But when i am trying to include arfragment, "app is not able to find a place to draw line".Also when i am trying to include ...
Tushar Kumar Rai's user avatar
1 vote
0 answers
676 views

I've followed a good tutorial to build up a simple AR video overlay over a series of target images. It works pretty well, however, especially in the first moment the image is recognised for the first ...
Michele Rava's user avatar
1 vote
1 answer
403 views

I am new to augmented reality. I have been going through several tutorials, but I do not see them showing a way to create a side-by-side stereoscopic view for AR apps on android. How can I ...
Chetan Waghela's user avatar
1 vote
1 answer
1k views

i'm trying to open the follow script from a webview in Flutter : <model-viewer src="https://dashboard.impiattalo.com/storage/app/public/259/bistecca.gltf" alt="A 3D model of an astronaut" auto-...
user1377034's user avatar
2 votes
0 answers
325 views

I am very new to AR, ARCore and ARKit. The problem I am trying to solve is measure distance between visual features that are determined by AI algorithms. I want to use AR for measuring. I am ...
Pramish's user avatar
  • 21
1 vote
2 answers
1k views

I have downloaded the ar foundation app from a course regarding AR Foundation on Coursera. https://www.coursera.org/learn/handheld-ar/ I have successfully run the app on my phone but my phone does not ...
Rehan's user avatar
  • 476
-1 votes
1 answer
373 views

I wish to have an interface with multiple buttons (Astronaut, Drone, Canister etc.) which then appear over the Ground Plane when the user presses a button. I'm having a hard time making my prefabs as ...
Redford Dirk's user avatar
3 votes
1 answer
860 views

I'm trying to create a completely transparent material for a cube renderable created with ShapeFactory. I use this cube renderable as a large rectangular surface to make an infinite floor, and need it ...
A. Claesson's user avatar
1 vote
1 answer
3k views

I have a Xiaomi Redmi Note 8 Pro and it doesn't seem to support ARCore. I found some ways to dodge this but it appears to be quite complicated nor very safe. My question is: What other tools would ...
miticah's user avatar
  • 28
1 vote
0 answers
225 views

Is it possible to create an app where I can take a screenshot of a particular field of view where I can have a screenshot of the same field of view without any Anchors(Objects) and Trackables(Planes) ...
user rk's user avatar
  • 406
1 vote
0 answers
353 views

I'm trying to get a validated GLTF file to load from a web page on Android phones using an intent. I've followed the instructions on the ARCore developer site, but I cannot get my model to load, I ...
Espiox's user avatar
  • 11
4 votes
0 answers
560 views

We noticed, that google pixel devices have a locket 60 fps camera configuration, which blocks focusing. This also impacts the AR Foundation App experience. You can see this information also at the ...
THDevelopment's user avatar
0 votes
1 answer
646 views

I'm currently stuck with my remote control app in terms of collisions. I'm using Arcore XR plugin and AR Foundation. I've placed a building and added mesh collider on it and my car. My car has a ...
Dan Pham's user avatar
3 votes
1 answer
277 views

I create generator of augmented images. By contrast changer (gimp or from scratch using python), I can reach 100 score from bad image with 0-5 score, checking through arcoreimg.exe. Main question is ...
Halera Lex's user avatar
7 votes
1 answer
7k views

We are working on a project for a Mobile (Android) Mixed-Reality (MR) game using only hand gestures for interacting with the virtual objects. We've researched for frameworks and api's that we could ...
Cagla Sozen's user avatar
1 vote
1 answer
2k views

Is there any way to know if a given device is AR ready? I am doing this right now: ArCoreApk.Availability availability = ArCoreApk.getInstance().checkAvailability(this); if(availability....
Fustigador's user avatar
  • 6,499
1 vote
1 answer
884 views

I have to display a 2d image and don't want to use 3d objects with .obj file.Is it even possible? And how to do it?
chaitanya Harde's user avatar

1
2 3 4 5