Skip to content

Latest commit

 

History

History

SpirareBrowser-HoloLens-Immersal

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

SpirareBrowser-HoloLens-Immersal

This project is a browser application for Spirare.

Target Devices

HoloLens 2

Position Alignment Method

Immersal

Usage

Create a configuration file

Please create a configuration file named immersal-settings.yaml with the following content.
You can obtain the developer token from the Immersal Developer Portal.

token: <developer token>
map_ids:
  - <map id 1>
  - <map id 2>
  ...

For example, if the developer token is "abc" and you want to align the position with Map ID "123", it would look like this:

token: abc
map_ids:
  - 123

Place the configuration file

To create a folder for placing the configuration file, please launch Spirare Browser Immersal once.
Open the HoloLens Developer Portal, and place the immersal-settings.yaml file inside the LocalState folder of SpirareBrowserImmersal.

Upload configuration file

The configuration file is loaded when the app starts, so you will need to restart the app.

Load content using PC

With the Spirare Browser app running on HoloLens, access http://<HoloLens IP address>:8080 from your PC's browser.
A page similar to the one below will be displayed.

Content loading page

Enter the URL of the content you want to load in the Content URL field, and click the "Load" button.

By checking the "Auto Reload" option, the content will be reloaded every 5 seconds.
This is useful when you want to check the placement of content while using the Spirare Editor.

Load content

In the hand menu, enter the URL of the content you want to load and press the "Load" button.

Content loading hand menu