- Sort Posts
- 1 replies
- Last post
- Sort Posts
- 1 replies
- Last post
How to place cubes in world coordinates on non arcore devices
Unity EditorNow I use unity to create an arcamera and a cube. When I run on a mobile phone that supports arcore, the cube is in the world coordinates, but when I run on a mobile phone that does not support arcore, the cube is displayed in the middle of the screen. How can I put the cube in the world coordinates on a non arcore mobile phone
The picture on the left is displayed on non arcore phones, and the picture on the right is the effect on arcore enabled phones
- Sort Posts
- 0 replies
HI! .. i been trying to make an app using Vuforia Image targets. If i put the prefab model into the image target as child everything seems to work ok, but when i try to load the same object via asset bundle i doesnt seem to be working.
This is the script im using to create the asset bundles:
using UnityEditor;
using System.IO;
using UnityEngine;
using UnityEditor;
- Sort Posts
- 2 replies
- Last post
Overview: I am developing a Unity project for HoloLens 2 that uses Vuforia marker based tracking to track various objects. I have encountered an issue with both standard tracking and extended tracking. When I look at my image target, all tracked child objects appear and are in the correct relative positions. However, when I shift my own perspective while wearing the HoloLens, the tracked objects shift positionally to some extent when I need them to stay in the same position regardless of the perspective. For example, I turn my head to the right and the objects move to the right.
- 2 comments
- Log in or register to post comments
- Sort Posts
- 0 replies
Cylinder Target vanishes unless Mask out behaviour is disabled
Unity Editor- Sort Posts
- 1 replies
- Last post
Integrating Vuforia With Open CV for unity On the Magic Leap One Device
Unity EditorHello,
I am trying to develop an application that does real time object detection on Magic Leap One Device. I have tested the Vuforia's Model Targets on the device and was able to detect some objects with the help of the guide views. However, I am interested in integrating custom models trained using OpenCV with Vuforia in Unity. Is there any way to implement this?
Your quick response is highly appreciated.
- Sort Posts
- 1 replies
- Last post
Hello guys, need a help, want to reduce the app size by downloading AR content (video above image) by QR-codes or something like QR. Empty application which download a video and track over image. Just need to know is it possible to make? And if it's possible can u direct me.
- Sort Posts
- 1 replies
- Last post
i have a Matterport-Scan which i used to create an AreaTarget. How can i detect random new real obstacles that placed after the scan. For example when i have a scan from an empty garage, i need to detect if a car or any new object in the garage.
- Sort Posts
- 1 replies
- Last post
Hello!
I am currently working on a project where we need to use the position of a tracked object only once when it is tracked. To achieve this we tried using the OnTargetFound event. But it seems like on the frame where OnTargetFound is called, the position of the tracked object is not yet updated. If we add a .25 second delay to updating the position it looks like its working most of the time.
- Sort Posts
- 1 replies
- Last post