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

Hololens for neurosciences (FPS and holographic synchronization)

Hi,

I'm currently working on a neuroscience project to use the Hololens for neuroscience experimentations. I need to display holograms fully synchronized with the frame rate (i.e. : need to display holograms when the display is starting to refresh the new frame). I'm new with the hololens library, is it possible to display with this kind of synchronization ?

Also, we need to keep the highest FPS possible. Is it possible to keep a 60 global fps while recording/streaming ?

Is it possible also possible to display mono-chromatically at 240 fps ? Maybe only green at 120 fps ?

Thank you,

Jean-Philippe

Tagged:

Answers

  • Options

    To enable 60fps while recording/streaming you'll most likely want to use a second device and spectator view: https://developer.microsoft.com/en-us/windows/mixed-reality/spectator_view

    I have not personally tried to display at 240 or 120 but sometimes 60fps is hard enough to manage. It'd have to be extremely simple and even then I am not sure if the device renders that quickly. Hopefully someone else here can help you with that question.

    I do not think that mono-chromatically or just green would help. I think that plays a larger role in cameras that record video. This camera is reading spatial data. And the mixed reality objects are being rendered by shaders which don't care if the objects are one color or many colors. I could be wrong though.

    Taqtile

Sign In or Register to comment.