Skip to main content

HoloMIT Configuration Window

WIP to update it

HoloMIT Configuration Window is an editor tab that provides several fillable fields (text, bool, dropdowns…) used to configure the SDK functionalities for audio, pointclouds, networking... purposes.

ConfigTool

Configuration fields

Audio

Codec (Opus, Speex) -> Dropdwon field that will allow the user to choose between the two audio codecs implemented in HoloMIT.

Networking

Orquestrator URL -> Text-field for the URL used as orchestrator. If it is left empty, it will automatically be refilled with the default URL (https://holoconfsdk.i2cat.net:8080)

Login Credentials

User Name -> Text-field for user name used when automatic login with no clicks is used.

User Password -> Text-field for user password used when automatic login with no clicks is used.

Session Prefix -> Text-field for session prefix used when automatic login with no clicks is used.

Representation type (Avatar, RGBD, Spectator, None) -> Dropdown field to choose between different representation types for automatic login with no clicks.

Camera Configuration

Serial Numbers -> This is a custom field for text-field list, where the user can load or erase new cameras from/to cameraconfig.json file.

Pointclouds FPS (15,24,30)-> FPS to stream the pointcloud at.

Pointclouds Quality (Low, Medium, High) -> This will change some parameters in cameraconfig.json to obtain different qualities of pointcloud depending on the performance desired.

This field will change the color_height and map_color_to_depth in the following way:

Low(color_height, map_color_to_depth): 720, -1

Medium(color_height, map_color_to_depth): 720, 0

High(color_height, map_color_to_depth): 1080, 0

Pointclouds Post Processing (Floor Removal, Roof Removal) -> This field is composed of two booleans fields to choose whether the user wants to apply post processing for removing floor or roof artifacts.