Giter Club home page Giter Club logo

Comments (4)

CaptainTimberTim avatar CaptainTimberTim commented on May 22, 2024 4

I figured out how to access the sensor streams through a Uniy app. Helpful was this Blog post: https://mtaulty.com/2018/04/06/experimenting-with-research-mode-and-sensor-streams-on-hololens-redstone-4-preview/
that kindof describes how to use the API (but he does not use Unity).
The biggest problem was that "Access denied" error he also had and fixed in the post. But his fix didn't work for me.
This Japanese blog post gave me the missing hints (I don't speak japanese, but the files are still english) http://akihiro-document.azurewebsites.net/post/hololens_researchmode2/
In short: you have to add the permission to your Package.appxmanifest file manually, after you build the app in unity .
1- xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities" needs to go in the tag
2- add rescap to the "IgnorableNamespaces" tag also in
3- add <rescap:Capability Name="perceptionSensorsExperimental" /> in the tag listing (important: it should be BEFORE the entries.

The Git repo of the japanese guy is also helpful to get a first test going: https://github.com/akihiro0105/HoloLensResearchmodeDemo

Hope that helps those who are as clueless as I was ;)

from hololensforcv.

Upd4ting avatar Upd4ting commented on May 22, 2024

Any news?

from hololensforcv.

davidgedye avatar davidgedye commented on May 22, 2024

Sorry for the delay. We have no plans at the moment to provide Unity access to any of these streams.

from hololensforcv.

felixvh avatar felixvh commented on May 22, 2024

Hi Upd4ting,

I found this website: http://akihiro-document.azurewebsites.net/post/hololens_researchmode2/

The person implented it in unity. I know its in Japanese but using google translate, you will figure out how to implement it !

Best
felix

from hololensforcv.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.