Code samples for using Microsoft's Holographic Remoting library.
Перейти к файлу
FlorianBagarMicrosoft 012a50e416
Holographic Remoting version 2.1.0 (#6)
* version 2.1.0

* updated .gitignore file

Co-authored-by: Florian Bagar <flbagar@microsoft.com>
2020-03-11 14:28:05 +01:00
player Holographic Remoting version 2.1.0 (#6) 2020-03-11 14:28:05 +01:00
remote Holographic Remoting version 2.1.0 (#6) 2020-03-11 14:28:05 +01:00
.clang-format Initial commit of holographic remoting samples (#1) 2019-07-26 14:02:46 +02:00
.editorconfig Initial commit of holographic remoting samples (#1) 2019-07-26 14:02:46 +02:00
.gitignore Holographic Remoting version 2.1.0 (#6) 2020-03-11 14:28:05 +01:00
LICENSE Initial commit 2019-06-28 17:12:37 -07:00
README.md Update README.md 2019-08-01 13:46:49 +02:00

README.md

Holographic Remoting Samples

This repository hosts the two sample applications for Holographic Remoting. (https://docs.microsoft.com/en-us/windows/mixed-reality/holographic-remoting-player)

  • The hostsampleapp sample shows how to write an application streaming content to a Microsoft HoloLens 2.
  • The player sample shows how to write an application running on your Microsoft HoloLens 2 and recieving streamed content. The player sample is very similar to the Holographic Remoting Player available in the store.

Prerequisites

  • Visual Studio 2017
    • With C++ Build Packages
    • With C++ UWP Build Packages
    • With Spectre Mitigation Libraries Packages (for release builds only)
    • With ARM and ARM64 C++ Packages
  • Windows SDK 10.0.18362.0 (for Windows 10, version 1903)

Getting Started

  1. Open one of the .sln files either under player/ or hostsampleapp/.
  2. On first use ensure to restore any missing nuget packages.
  3. Then build and run.
    • When running the hostsampleapp pass the ip address of your HoloLens device as first argument to the application.

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.

When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.