Hello everyone.

The Mixed Reality Forums here are no longer being used or maintained.

There are a few other places we would like to direct you to for support, both from Microsoft and from the community.

The first way we want to connect with you is our mixed reality developer program, which you can sign up for at https://aka.ms/IWantMR.

For technical questions, please use Stack Overflow, and tag your questions using either hololens or windows-mixed-reality.

If you want to join in discussions, please do so in the HoloDevelopers Slack, which you can join by going to https://aka.ms/holodevelopers, or in our Microsoft Tech Communities forums at https://techcommunity.microsoft.com/t5/mixed-reality/ct-p/MicrosoftMixedReality.

And always feel free to hit us up on Twitter @MxdRealityDev.

Creating picking list within assembly process

Hello there,

Since a day I have acquired a Hololens for my study assignment. I am following some tutorials at the moment to get to know the basics, but in the end I have to go further than that.

My goal is to assemble a gearbox with the help of the Hololens, used for training. I eventually want the Hololens to:

  1. Scan a QR / barcode on a paper that says which gearbox I am going to assemble.
  2. The Hololens recognizes the code and a checklist of components appears.
  3. Scan the raster / closet filled with parts
  4. Scan the QR/ barcodes beneath every part, so the checklist can check off all parts available
  5. If all parts are available, the user can press/say start and the assembling can begin:
  6. The raster lights up the first part that has to be taken
  7. When its taken, the second part lights up
  8. When the second one is taken, a small movie is shown in the glasses how part A and B are meant to attach to each other. (ideal setting, not particularly a must if its to hard)
  9. And so on I want the whole assembly to be made with help of the Hololens.

As a rookie, I want to ask help for the steps I have to take. For as far as I know I need software/code to:

  • Have a list with all components with corresponding QR/barcode
  • Show a checklist onscreen
  • Show a movie when a part is taken

Maybe you guys have some helpful tutorials that I must watch or can tell me that I am starting on a mission impossible. Thanks in advance!

Best regards,
Gerco

Sign In or Register to comment.