You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Summarize the bug:
ImageTargets not trackable with Hololens 2.
Versions:
Win 11, Unity 2022.3.55f1, Vuforia version 10.28.4
For me the ImageTarget tracking worked on webcam connected to my PC, but not on the HoloLens 2.
The problem was, that the Vuforia enginge was not starting, due to an issue during initialization with the license key.
Observed problem
ImageTarget tracking not working on Hololens 2. Issue is that the Vuforia Engine is not starting.
Expected result
Start of Vuforia Engine, Tracking of ImageTarget.
Other observations
Share any other observations that you made while experiencing the bug.
Reproducible steps
Steps to reproduce the behavior:
Add ImageTarget to Scene, configure database and choose Image to be tracked.
Someone needs to manually set the license key and initialize the Vuforia engine. I did this by adding the script to my ImageTarget.
After that the engine can be started on HL2 and the ImageTarget is tracked.
Additional comments
The text was updated successfully, but these errors were encountered:
Summarize the bug:
ImageTargets not trackable with Hololens 2.
Versions:
Win 11, Unity 2022.3.55f1, Vuforia version 10.28.4
For me the ImageTarget tracking worked on webcam connected to my PC, but not on the HoloLens 2.
The problem was, that the Vuforia enginge was not starting, due to an issue during initialization with the license key.
Observed problem
ImageTarget tracking not working on Hololens 2. Issue is that the Vuforia Engine is not starting.
Expected result
Start of Vuforia Engine, Tracking of ImageTarget.
Other observations
Share any other observations that you made while experiencing the bug.
Reproducible steps
Steps to reproduce the behavior:
Affected Vuforia Engine version:
E.g. v10.28.4
Affected platform:
Unity 2022.3.55f1
Win 11
Affected device:
Hololens 2
Workaround
Actually I found a solution to this issue. It is orginally described in https://stackoverflow.com/questions/76073504/imagetarget-dont-work-on-hololens-2-due-to-licence-issue/79347266#79347266
Someone needs to manually set the license key and initialize the Vuforia engine. I did this by adding the script to my ImageTarget.
After that the engine can be started on HL2 and the ImageTarget is tracked.
Additional comments
The text was updated successfully, but these errors were encountered: