Hello, I’ve been trying to get the Hololen 2 to do Mixed Reality QR tracking (Unreal 4.27) and feedback the position of the physical marker so that I can drop other geometry in that location. I am currently activating the ARCapture within my level blueprint.
Then having a second blueprint with the ARTrackableNotify componenet that should activate the On Add Tracked Geometry Event to locate the tracker.
However, I am unsure if the QR marker I want to track has to be inputted as an image somewhere or if it should automatically detect it. When I run the code, it all fully compiles and and runs but the ARTrackableNotify Blueprint is never triggered with any QR code. Anyone know what might be happening or have a link to an accurate tutorial? thanks
Did you add the QR Blueprint actor to the scene? You could also try to change the debug box color to green because black is equivalent to transparent, so if it detects a QR code, u’ll be able to tell. Also have you added an “On Add Tracked Geometry” event in the Blueprint actor?
I’m having the same issue. I’m trying to run the program on a Hololens 2 in VR mode.
Also, how did you set up your ARSessonConf blueprint.
A nice video tutorial from start to finish would be great.
Tried both of those…no luck.
If you got it to work…how about posting a tutorial…or a complet project on
Github?
Hey @Darkstar-X , not sure if you’re still working on this, but I managed to get it all working in UE4.27.2. I use this version of the plugin at the project level: GitHub - microsoft/Microsoft-OpenXR-Unreal: An Unreal Engine game plugin providing additional features available on Microsoft's Mixed Reality devices like the HoloLens 2 when using OpenXR. (it needs to be removed at the engine level; instructions are in the GitHub link). They also provide examples with the plugin, but these can also be copied over into your own project for testing (it needs to be set up as per the tutorial link provided by @anonymous_user_9e3c9d2c1 ). There are a few issues I found in getting it running. You definitely need to try a few QRCodes, different sizes and viewing angles to make sure it is working. Let me know how you go with the setup