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

How to Stream an Input from webcam or file to the Hololens

Is there a way to stream a video file or the webcam input from my computer to the hololens and to open a window and see it?

i tried it with VLC, then 'NETWORK' and write the address where the stream is from(my Computer), but nothing happened.

Are there maybe other ways?

Thanks!

Tagged:

Answers

  • Options

    Are you trying to do this within the context of your Holographic application, or just in general?

    Because in general you can show the video stream from your HoloLens web cam, just take a look at the FaceTracking sample on github. If you just want to show contents of any web cam from another computer on the HoloLens you can take a look at the Holographic Remoting Host, which allows you to create content on a desktop app, and render and stream the content to the HoloLens.

    To actually stream content from another computer to the context of a Holographic app, you'd have to look at a couple of different samples, have a look at the Video Playback, the MixedRealityCapture, and Sharing samples to see how to render video, and then use the sharing sample to see how you could stream the content over the network.

    Dwight Goins
    CAO & Founder| Independent Architect | Trainer and Consultant | Sr. Enterprise Architect
    MVP | MCT | MCSD | MCPD | SharePoint TS | MS Virtual TS |Windows 8 App Store Developer | Linux Gentoo Geek | Raspberry Pi Owner | Micro .Net Developer | Kinect For Windows Device Developer
    http://dgoins.wordpress.com

Sign In or Register to comment.