Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
r57zone committed Aug 21, 2017
1 parent 7493612 commit e16a67c
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# (Ru) Приложения для отслеживания вращения головы в VR
# (Ru) Приложения для отслеживания головы в VR

## GoPro VR Player OpenTrack
Приложение для отслеживания вращения головы, в приложении GoPro VR Player, с помощью любого [OpenTrack](https://github.com/opentrack/opentrack/releases/) трекера.
Приложение для отслеживания вращения головы, в GoPro VR Player, с помощью любого [OpenTrack](https://github.com/opentrack/opentrack/releases/) трекера.

**Настройка**
1. Загрузить, установить и настроить OpenTrack (добавить горячую клавишу для сброса центровки, настроить чувствительность, изменить выходной интерфейс на "UDP over network" и задать IP "127.0.0.1" в настройках выходного интерфейса).
2. Запустить программу.

## Razor IMU GoPro VR Player
Приложение для отслеживания вращения головы, в приложении GoPro VR Player, с помощью Arduino Razor IMU трекера ([Arduino](http://ali.pub/1lltzk) + [GY-85](http://ali.pub/1lltk0) + Razor IMU firmware).
Приложение для отслеживания вращения головы, в GoPro VR Player, с помощью Arduino Razor IMU трекера ([Arduino](http://ali.pub/1lltzk) + [GY-85](http://ali.pub/1lltk0) + Razor IMU firmware).

При старте приложения запускается GoPro VR Player (необходимо изменить путь до программы в файле "Setup.ini", также необходимо изменить номер com-порта). Приложение работает в фоне и закрывает после выхода из GoPro VR Player. Центрировать (сбросить) позицию можно с помощью кнопки "NumPad 5".
При старте приложения запускается GoPro VR Player (необходимо изменить путь до программы в файле "Setup.ini", также необходимо изменить номер com-порта). Приложение работает в фоне и закрывается после выхода из GoPro VR Player. Центрировать (сбросить) позицию можно с помощью кнопки "NumPad 5".

## Razor IMU SteamVR

Expand All @@ -32,15 +32,16 @@

# (En) VR tracking apps


## GoPro VR Player OpenTrack
App for tracking the rotation of the head, in the application Gopro VR Player, with any [OpenTrack](https://github.com/opentrack/opentrack/releases/) tracker.
App for tracking the rotation of the head, in Gopro VR Player, with any [OpenTrack](https://github.com/opentrack/opentrack/releases/) tracker.

**Setup**
1. Download, install and configure OpenTrack (add a hotkey to reset the alignment, adjust the sensitivity, change the output interface to "UDP over network" and set the IP "127.0.0.1" in the output interface settings).
2. Run the program.

## Razor IMU GoPro VR Player
App for tracking the rotation of the head, in the GoPro VR Player, with Arduino Razor IMU tracker ([Arduino](http://ali.pub/1lltzk) + [GY-85](http://ali.pub/1lltk0) + Razor IMU firmware).
App for tracking the rotation of the head, in GoPro VR Player, with Arduino Razor IMU tracker ([Arduino](http://ali.pub/1lltzk) + [GY-85](http://ali.pub/1lltk0) + Razor IMU firmware).

When the app starts, it launches GoPro VR Player (it is necessary to change the path to the program in the "Setup.ini" file, also it is necessary to change the com-port number). Application working in background mode and closes after exiting GoPro VR Player. You can center (reset) the position using the "NumPad 5" button.

Expand Down

0 comments on commit e16a67c

Please sign in to comment.