Skip to content

Commit

Permalink
Update readme's
Browse files Browse the repository at this point in the history
  • Loading branch information
r57zone committed Jun 30, 2024
1 parent c3c3657 commit 547b748
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.RU.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)).

Expand Down Expand Up @@ -43,6 +43,7 @@ DistortionK1, DistortionK2 | Коэффициенты искажения лин
ScreenOffsetX | Сдвиг изображения по горизонтали.
ZoomHeight, ZoomWidth | Коэффициенты масштабирования стерео изображений.
FOV | Градус поля зрения. Можно увеличить, в зависимости от линз VR гарнитуры.
ipd | Межзрачковое расстояние.
displayFrequency | Частота обновления экрана.
renderWidth, renderHeight | Разрешение рендера изображения для одного глаза.
windowWidth, windowHeight | Высота и ширина выводимого окна.
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)).

Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 547b748

Please sign in to comment.