From 547b74891ffbdfc1eb249681a8c8d6309d385305 Mon Sep 17 00:00:00 2001 From: r57zone Date: Mon, 1 Jul 2024 00:09:11 +0400 Subject: [PATCH] Update readme's --- README.RU.md | 3 ++- README.md | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.RU.md b/README.RU.md index 03a6b85..f18e775 100644 --- a/README.RU.md +++ b/README.RU.md @@ -7,7 +7,7 @@ ## Настройка 1. Подключите второй VR дисплей и установите расширенный режим в настройках мониторов. 2. Установите [SteamVR](https://store.steampowered.com/app/250820/SteamVR/). -3. Распакуйте драйвер в папку "...\Steam\steamapps\common\SteamVR\drivers". Настройте необходимые параметры (`windowX`, `windowY`, `windowWidth`, `windowHeight` и другие), в файле конфигурации "...\Steam\steamapps\common\SteamVR\drivers\arduinohmd\resources\settings\default.vrsettings". +3. Распакуйте [драйвер](https://github.com/r57zone/OpenVR-ArduinoHMD/releases) в папку "...\Steam\steamapps\common\SteamVR\drivers". Настройте необходимые параметры (`windowX`, `windowY`, `windowWidth`, `windowHeight` и другие), в файле конфигурации "...\Steam\steamapps\common\SteamVR\drivers\arduinohmd\resources\settings\default.vrsettings". 4. Запустите SteamVR и окне статуса SteamVR нажать -> Настройки комнаты -> Маленькая комната -> Калибровка -> 170 см. SteamVR демонстрация может быть закрыта, а запуск SteamVR Home может быть отключен в настройках SteamVR. 5. Наденьте шлем, при необходимости отцентрируйте его, с помощью клавиши (по умолчанию `Numpad 5` или `CTRL + ALT + R`, изменить кнопку можно в файле конфигурации, вписав [нужное название кнопки](https://github.com/r57zone/DualShock4-emulator/blob/master/BINDINGS.RU.md)). @@ -43,6 +43,7 @@ DistortionK1, DistortionK2 | Коэффициенты искажения лин ScreenOffsetX | Сдвиг изображения по горизонтали. ZoomHeight, ZoomWidth | Коэффициенты масштабирования стерео изображений. FOV | Градус поля зрения. Можно увеличить, в зависимости от линз VR гарнитуры. +ipd | Межзрачковое расстояние. displayFrequency | Частота обновления экрана. renderWidth, renderHeight | Разрешение рендера изображения для одного глаза. windowWidth, windowHeight | Высота и ширина выводимого окна. diff --git a/README.md b/README.md index dd803d8..fa110eb 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Driver for OpenVR / SteamVR, which allows to track the head, using any Arduino r ## Setup 1. Connect the second VR display and set the extended mode in the monitor settings. 2. Install [SteamVR](https://store.steampowered.com/app/250820/SteamVR/). -3. Unpack the driver to a folder "...\Steam\steamapps\common\SteamVR\drivers". Configure the necessary parameters (`windowX`, `windowY`, `windowWidth`, `windowHeight` and others), in the configuration file "...\Steam\steamapps\common\SteamVR\drivers\arduinohmd\resources\settings\default.vrsettings". +3. Unpack the [driver](https://github.com/r57zone/OpenVR-ArduinoHMD/releases) to a folder "...\Steam\steamapps\common\SteamVR\drivers". Configure the necessary parameters (`windowX`, `windowY`, `windowWidth`, `windowHeight` and others), in the configuration file "...\Steam\steamapps\common\SteamVR\drivers\arduinohmd\resources\settings\default.vrsettings". 4. Launch SteamVR and in the SteamVR status window click -> Room Settings -> Small Room -> Calibration -> 170 cm. The SteamVR demo can be closed, and the launch of SteamVR Home can be disabled in the SteamVR settings. 5. Put on the HMD, if necessary, centering them with key (by default, `Numpad 5` or `CTRL + ALT + R`, can change the key in the configuration file by typing [the desired key name](https://github.com/r57zone/DualShock4-emulator/blob/master/BINDINGS.md)). @@ -45,6 +45,7 @@ DistortionK1, DistortionK2 | Lens distortion factors. ScreenOffsetX | Horizontal image shift. ZoomHeight, ZoomWidth | Scaling factors of stereo images. FOV | Degree of field of view. You can zoom in, depending on the VR headset lenses. +ipd | Interpupillary distance. displayFrequency | Screen refresh rate. renderWidth, renderHeight | Image rendering resolution for one eye. windowWidth, windowHeight | Height and width of the displayed window.