Skip to content

Commit 58afba9

Browse files
committed
Update readme's
1 parent c639dc4 commit 58afba9

File tree

2 files changed

+19
-19
lines changed

2 files changed

+19
-19
lines changed

README.RU.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,19 @@
1818
## Параметры файла конфигурации
1919
Название | Описание
2020
------------ | -------------
21-
DebugMode | режим отладки, заблокирован на 30 FPS. Рекомендуется после проверки поставить false (отключить).
22-
DistanceBetweenEyes | расстояние между стерео изображениями, чем больше тем ближе.
23-
DistortionK1, DistortionK2 | коэффициенты искажения линз.
24-
ScreenOffsetX | сдвиг изображения по горизонтали.
25-
ZoomHeight, ZoomWidth | коэффициенты масштабирования стерео изображений.
26-
displayFrequency | частота обновления экрана.
27-
renderWidth, renderHeight | разрешение рендера изображения для одного глаза.
28-
windowWidth, windowHeight | высота и ширина выводимого окна.
29-
windowX, windowY | смещение окна, необходимо для отображения на других мониторах. Например, чтобы вывести на втором дисплее, который отображается слева, нужно указать значение 1920 (при условии, что первый дисплей у нас 1920 на 1080).
21+
DebugMode | Режим отладки, заблокирован на 30 FPS. Рекомендуется после проверки отключить (поставить false).
22+
DistanceBetweenEyes | Расстояние между стерео изображениями, чем больше, тем ближе.
23+
DistortionK1, DistortionK2 | Коэффициенты искажения линз.
24+
ScreenOffsetX | Сдвиг изображения по горизонтали.
25+
ZoomHeight, ZoomWidth | Коэффициенты масштабирования стерео изображений.
26+
displayFrequency | Частота обновления экрана.
27+
renderWidth, renderHeight | Разрешение рендера изображения для одного глаза.
28+
windowWidth, windowHeight | Высота и ширина выводимого окна.
29+
windowX, windowY | Смещение окна, требуется для отображения на других мониторах (расширенных). Например, для отображения на втором дисплее, который отображается справа, нужно указать значение 1920 (при условии, что первый дисплей имеет разрешение 1920 на 1080). Точные данные можно просмотреть, с помощью [MultiMonitorTool утилиты](https://www.nirsoft.net/utils/multi_monitor_tool.html), которая также может выключать и включить второй монитор, через bat-файл.
3030

3131
## Известные проблемы
3232
1. Красный экран. Исправить это можно выбрав окно "Headset Window".
33-
2. Не работает клавиатура, мышь и геймпад, при использовании драйвера на одном мониторе (Окно с игрой должно быть в фокусе). На системах с несколькими мониторами можно перенести само приложение на второй монитор и выбрать его, после чего всё заработает.
33+
2. Не работает клавиатура, мышь и геймпад, при использовании драйвера на одном мониторе (окно с игрой должно быть в фокусе). На системах с несколькими мониторами можно перенести само приложение на второй монитор и выбрать его, после чего всё заработает.
3434

3535
## Загрузка
3636
>Версия для x86 и x64.<br>

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ If you use the [Arduino Razor IMU tracker](https://github.com/Razor-AHRS/razor-9
1818
## Configuration file options
1919
Name | Description
2020
------------ | -------------
21-
DebugMode | debug mode, locked at 30 FPS. After checking, it is recommended to set it to false (disable).
22-
DistanceBetweenEyes | the distance between stereo images, the larger the closer.
23-
DistortionK1, DistortionK2 | lens distortion factors.
24-
ScreenOffsetX | horizontal image shift.
25-
ZoomHeight, ZoomWidth | scaling factors of stereo images.
26-
displayFrequency | screen refresh rate.
27-
renderWidth, renderHeight | image rendering resolution for one eye.
28-
windowWidth, windowHeight | height and width of the displayed window.
29-
windowX, windowY | window offset is required for display on other monitors. For example, to display on the second display, which is displayed on the left, you need to specify the value 1920 (provided that the first display we have is 1920 by 1080).
21+
DebugMode | Debug mode, locked at 30 FPS. After checking, it is recommended to set it to false (disable).
22+
DistanceBetweenEyes | The distance between stereo images, the larger the closer.
23+
DistortionK1, DistortionK2 | Lens distortion factors.
24+
ScreenOffsetX | Horizontal image shift.
25+
ZoomHeight, ZoomWidth | Scaling factors of stereo images.
26+
displayFrequency | Screen refresh rate.
27+
renderWidth, renderHeight | Image rendering resolution for one eye.
28+
windowWidth, windowHeight | Height and width of the displayed window.
29+
windowX, windowY | Window offset is required for display on other monitors. For example, to display on the second display, which is displayed on the right, you need to specify the value 1920 (provided that the first display has a resolution of 1920 by 1080). The exact data can be viewed using the [MultiMonitorTool utility](https://www.nirsoft.net/utils/multi_monitor_tool.html), and also with it you can turn off and turn on the second monitor via a bat file.
3030

3131
## Known Issues
3232
1. Red screen. You can fix this by selecting the "Headset Window" window.

0 commit comments

Comments
 (0)