Skip to main content
1-Visitor
June 8, 2020
Question

QR-Code Scan issues with HoloLens2

  • June 8, 2020
  • 1 reply
  • 7407 views

Dear All

 

Scanning a QR-Code with Vuforia View on the HoloLens 2 is working only once in a while. If you start Vuforia View on the HoloLens 2 and immediately look at the QR-Code even before Vuforia View is fully started up it works. But if you wait until Vuforia View is started up and then look at the QR-Code it works mostly never or very rarely.

 

For me it's not that bad but if I give the HoloLens to someone from the field service to do an AR-Experience and he's not able to start it easily it's impractical.

 

Is this a known issue? 

 

Best regards

David

1 reply

21-Topaz I
June 8, 2020

Did you check with the last version.? According what's New in 8.5.9 - there is improvment with QR code for HoloLens 2:  https://community.ptc.com/t5/Vuforia-Studio-and-Chalk-Tech/What-s-new-in-Vuforia-Studio-8-5-9/ta-p/669917

1-Visitor
June 9, 2020

Thanks for your answer. I now updated to version 8.5.9 and tried it again and it's still not reliable. When i let Vuforia View start up and then want to scan it doesn't work. If I immediately look at the QR-Code after pressing the Vuforia View button then it works.

21-Topaz I
June 10, 2020

Ok, may be this is something what we need to report to the dev team.

But first let clarify the issue more detailed.

1.) what means here scan - what widget is used here- it is the default scanning for experience when you enter the Vuforia View app at the first time or  do you call the QR widget in some context later.

Depending of these different options we can:

1.) use an command to restart scan according to http://support.ptc.com/help/vuforia/studio/en/#page/Studio_Help_Center%2FEyewearViewAndHololens.html

“Hey View, scan.”

Or

“Hey View, Scan mode.”

2.) if you try to use the scan widget , e.g. embed in a popup , you can start it later  when it required for scanning e.g. via button

What is for me strange is this statement "before Vuforia View is fully started up it works." - what this means – some actions done by your vuforia  studio project? Because the scan mode is the first thing which is called when you start the Vuforia View app. So that when the scanning is called it was already initialized. Therefore I will understand this statement more as - your application/here the Vuforia Studio project  will perform some tasks for example listener on modelLoad and then it goes to scan mode using the scan widget? Is this correct or could you explain?

Thank you!