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.
Options

Scanning QR Code or Bar Code(Target image) using hololens and Unity

Hello

I have an idea of working with Hololens.
Through self exploration i came to know that from the target objects(For eg: QR code or Bar code) ** there is a way to **extract information ..
But i have no idea how to proceed with this.

Can anyone help me with how this can be done using hololens and Unity

I would be thankful if links are provided for reference.

Thanks!

Answers

  • Options

    Thankyou @keljed for helping me with the link.

    Can you please help me in clearing these doubts..

    • How to download ZXing? Which Version to download?
    • How to integrate ZXing with my Unity software?

    Thanks,
    Aishwarya

  • Options

    I used ZXing 0.14.0.1. I think you can pick the latest version 0.15.0.0.

    I created a class library project (Universal Windows) and referenced ZXing via NuGet. Then I wrote wrapper classes to hide ZXing in my library.
    In Unity I dragged and dropped my library dll into the assets folder (into a subfolder Plugins). I did the same with the ZXing.winmd file. I don't remember the path, but you will find it on your pc if you use the explorer search.

Sign In or Register to comment.