All Questions
48 questions
0
votes
0
answers
43
views
Vuforia AR app focus issue on iPhone 16 Pro Max
Autofocus Issue with Vuforia Cloud-Based AR on iPhone 16 Pro Max
Summary:
I'm developing a cloud-based AR app using Vuforia that tracks images and displays videos. The app works well on most iPhone ...
-1
votes
1
answer
31
views
Unity AR: Objects and physics are relative to the phone coordinate system but should be relative to the real world
All the objects, planes, and also physics in my Unity AR Core project are relative to the MainCamera. If I move the camera, the objects stay at the same relative position to the camera but should ...
0
votes
0
answers
89
views
Vuforia Engine Unity: Successful test in editor, but image tracking fails on iOS (iOS 17) device – What might be causing this issue?
I'm currently working with the Vuforia Engine in Unity and encountered a puzzling problem. I followed the basic getting started guide for testing purposes, and everything appears to work seamlessly ...
0
votes
1
answer
80
views
Why AR objects are trembling on vuforia`s 5*-markers?
We build the app for the jewelry store where AR object (the ring) is recognized when the ios app camera is pointed on the paper (and metal) marker we built in Vuforia. This is 5* marker (which is ...
0
votes
2
answers
1k
views
Detecting a real world object using ARKit with iOS
I am currently playing a bit with ARKit. My goal is to detect a shelf and draw stuff onto it.
I did already find the ARReferenceImage and that basically works for a very, very simple prototype, but ...
-1
votes
1
answer
423
views
Using 3d-models from local storage in Unity AR app ? (IPhone and Android)
I've made an AR app (proof of concept), which is bundled with a specific 3d-model at the moment.
Next step is to be able to select between a selection of 3d-models, stored on the users local storage ...
0
votes
1
answer
153
views
Rotate around multiple axis of a GameObject
I am creating a measure app for iOS using Unity. I was able to measure distance between 2 points and show it in a GameObject. This is what I have achieved so far:
[![Measure something on the floor. ...
2
votes
5
answers
6k
views
Black screen Unity AR Foundation - camera not working
Cannot use the camera for an AR Unity App.
When launching the app on an iOS device, the screen is totally black.
I'm running Unity version 2021.3
-2
votes
1
answer
111
views
From two interesting lines, Create box and get all 4 corners [closed]
I have two lines intersecting each other, How can I put a box upon lines to get 4 corner coordinates.
The image explains the question very well. The red dotted lines(box) are just illusionary, Purpose ...
1
vote
0
answers
176
views
Unity IOS Project Could not build module 'Foundation'
Here is the image detailing the issue. Unity developer here and I've been struggling to build my AR app to iOS. Working with arFoundation and arKit for this and I'm not quite sure what error is caused ...
1
vote
2
answers
448
views
Detect Face in image using AR Foundation
I have developed a solution with AR foundation which puts on a face mask when users show their face in camera, I want to implement this in image as well, but I am unable to find any useful functions ...
1
vote
0
answers
1k
views
LiDAR using Unity3D AR Foundation meshing with capture camera texture
I'm working with AR Foundation Unity Meshing concept. I'm able to load the mesh and export to obj format. But I'm unable to load the mesh with real time capture texture. Can any one suggestions or any ...
0
votes
1
answer
682
views
Obtaining width and height of the plane detected in ARKit
func getSizeOfModel(_ node: SCNNode){
let (min, max) = node.boundingBox
let widthOfNode = max.x - min.x
let heightOfNode = max.y - min.y
print("
Width Of Node = \(...
2
votes
1
answer
1k
views
ARKit object tracking app to create arobject files
Where can I get AR Scanner app?
I'm using arkit plugin for my unity3d application. It's first time I have experience with iOS. After success implementation of image tracking I want to try some object ...
1
vote
1
answer
122
views
Apple mach-o Linker (id)Error in Xcode when trying to build the app on the iPhone
I am desperately searching for a solution. I am currently trying to make a test app with Unity AR Foundation for an apple device (iphone 8 software 13.4 and my macbook - sierra) since i don't want to ...