Skip to main content
Advice
0 votes
0 replies
54 views

Iam working on a project of my own which is based on (Nvidia instant NeRF mesh models) I'm using Flutter app for the front-end. The problem that I'm facing is how do I detect wall collision on mesh ...
Muhammad Zunair's user avatar
6 votes
1 answer
234 views
+100

I am developing an Android ARCore app (native ARCore, not Sceneform). The app worked correctly around November 2025, but since December, plane detection no longer works. Symptoms In the debug overlay: ...
michael k park's user avatar
1 vote
0 answers
29 views

I’m having an issue with AR Foundation after exporting a Unity AR project as a Gradle project and running it from Android Studio. Working case Build & Run directly from Unity Plane detection, ...
Md. Ezazul Haque's user avatar
Tooling
0 votes
1 replies
80 views

I’m building a mobile navigation app (android) for blind users. Two core features needed: real-time detection of outdoor objects (cars, benches, curbs, stairs, pedestrians) on the phone camera. a ...
Mays Al-reem's user avatar
4 votes
0 answers
130 views

I'm using ar_flutter_plugin_2 in Flutter and trying to draw a 3D line between two points in AR space. I’m using a .glb cylinder model to represent the line. The logic for calculating the distance and ...
bejgana driss's user avatar
0 votes
0 answers
50 views

Imagine situation You have your library or SDK that uses Filament and requires 1.52 version. And has inside compiled .filamat files compatible with this version. Third-party app uses your SDK, and ...
Дмитро Яковлєв's user avatar
2 votes
0 answers
85 views

I'm working with ARCore's Recording and Playback API and trying to record custom data to multiple custom tracks during a single session and frame. While the API allows registering and writing to ...
Roman's user avatar
  • 11
1 vote
0 answers
62 views

I'm new to Unity and currently working on an augmented reality project using AR Foundation. My goal is to place a GameObject at a specific position in the real world and have it remain fixed in that ...
Michel's user avatar
  • 11
1 vote
1 answer
176 views

I started out using this sample project https://developers.google.com/ar/develop/java/geospatial/quickstart. I am able to place the anchors and view them in the ar view and on the map view as ...
Francois's user avatar
  • 10.7k
0 votes
0 answers
45 views

I have a fixed point defined by (azimuth, elevation) = (0 NORTH, 10° above horizon), and I want this point to be displayed/visualize through the camera using ARCore when the camera is pointing in that ...
avianey's user avatar
  • 5,873
0 votes
0 answers
50 views

I have been using ARCore Geospatial API to identify the horizontal and vertical position of a WGS84 Anchor I create during the session. Before 2025, I was receiving a considerably good altitude value, ...
Balesama's user avatar
1 vote
1 answer
224 views

We’ve been using the ARCore library along with the Geospatial API to fetch the geospatial pose of a hit test result when the screen is tapped indoors. Depth and instant placement settings are turned ...
Balesama's user avatar
1 vote
1 answer
428 views

I have this Java code using the ARCore Pose : private void updateCameraPose(Pose pose) { //float[] quaternion = new float[4]; //pose.getRotationQuaternion(quaternion, 0); ...
Tom3652's user avatar
  • 2,707
1 vote
0 answers
527 views

So my situation is: I want to place objects in a room, and I want to save their location to a file and load these later back in and have the same position. So what I do is, I have an image I track and ...
Steven Craeynest's user avatar
1 vote
0 answers
101 views

Questions: Is it at all possible to control the zoom setting on an Android phone when using the ARCore API? In addition, does the ARCore API offer any control over the camera's auto-exposure settings?...
cptjacksparrow's user avatar

15 30 50 per page
1
2 3 4 5
117