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.
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.
How to play a video in HoloLens
Hi,
I'm trying to create an application in which, once a button has been clicked, a video starts playing in the HoloLens device. Is it possible to do so? If the answer is yes, can someone please explain how to do it.
Thanks,
Pranav Gadamsetty
Tagged:
0
Best Answers
-
mark_grossnickle ✭✭✭
Last year we used https://www.assetstore.unity3d.com/en/#!/content/57969 to play videos.
Since then Unity has released their own video player which we haven't had the need to test yet: https://docs.unity3d.com/Manual/VideoPlayer.html
If I were starting a video project today I would give Unity's a try and only spend the $150 on AVPro if that didn't work out.
Taqtile
5 -
braden ✭
The Unity 5.6 player works quite well. Used it for videos built into the app and loading mp4 from web.
5
Answers
Last year we used https://www.assetstore.unity3d.com/en/#!/content/57969 to play videos.
Since then Unity has released their own video player which we haven't had the need to test yet: https://docs.unity3d.com/Manual/VideoPlayer.html
If I were starting a video project today I would give Unity's a try and only spend the $150 on AVPro if that didn't work out.
Taqtile
The Unity 5.6 player works quite well. Used it for videos built into the app and loading mp4 from web.
Hi,
Isn't the Unity video player available in Unity 5.5.1?
Pranav
You can do that relatively easily https://codeholo.com/2018/01/14/playing-videos-on-the-hololens-apps/
Hello everyone, is it possible to show live camera in HoloLens? via Unity? I mean Thernal Camera for example FLIR.
How can I connect FLIR camera in Unity?? once is done I would share in HoloLens through Holographic mode!
Thanks