LocalJoost / QRCodeService

Show a MRTK2 service to read (and position) QR codes using HoloLens 2
MIT License
76 stars 25 forks source link

No QR codes being read #20

Closed aswad546 closed 8 months ago

aswad546 commented 8 months ago

Hello,

I am attempting to use your demo QR code example that reads multiple QR codes and anchors objects to them as per your blog (https://localjoost.github.io/Showing-multiple-location-based-items-based-on-QR-codes-using-MRTK3-and-HoloLens-2/). I am relatively new to HoloLens development. I used the recommended version of Unity 2021.3.23f1 and all the other configurations mentioned in the MRTK3MultiQR branch. The code builds correctly but it does not show anything as UI on the HoloLens 2, the app just opens and shows nothing. I try to read QR codes, I also generated codes that link to https://localjoost.github.io but still the app shows nothing. Could please point me in the right direction?

Thank you

LocalJoost commented 8 months ago

Hi @aswad546,

You are mixing things up. The link to https://localjoost.github.io/ is for the single QR code sample. As you can read here https://localjoost.github.io/Showing-multiple-location-based-items-based-on-QR-codes-using-MRTK3-and-HoloLens-2/#tracker you can see it looks for a QR code with "HLItem1". As you can see in the editor, on the other trackers, the other two are "HLItem2" and "HLItem3".

aswad546 commented 8 months ago

Thanks so much for your prompt response, that did the trick. I'm sorry I must have missed that