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

Can Hololens be used as an FVP flight goggle?

First: A receiver is necessary to feed video to the Hololens.

Something like:
http://www.fpvhobby.com/img/p/210-513-thickbox.jpg

From here I have no idea how to tell Unity to look for the video feed but once that is solved I think I can just create a WebCamTexture and the rest is manageable.

Does anyone have a direction to point me in?

Answers

  • Options

    You can try for the camera to stream video over http and look for that in simple UWP application.

    I tried working on something similar, I had a GoPro mounted on drone, which streamed on http and I captured that in an IP camera app on HoloLens.

    But you can try and write your own UWP app for that receiving the stream.

  • Options

    @chiddaan I noticed your first post in December and now this. Where you successful in getting an IP camera into your Hololens?

  • Options

    @ChaseBowman Yes, I was sucessful in doing so :)

  • Options

    How long was the video delay?

Sign In or Register to comment.