-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f508623
commit a78af40
Showing
1 changed file
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Witmotion Data export for OpenXR Motion Compensation | ||
## The background | ||
I am using this tool to compensate the motion of my VR vs my motion rig in DCS. | ||
This little tool is used to read the witmotion data and pass it on to be used in OpenXR Motion Compensation. | ||
**It only send pitch & roll data** | ||
## How it work | ||
There are 2 ways you can consume the information | ||
* Using FlyPT mover and create a custom UDP hook. There are 2 Int32 values send to the IP and the UDP port set in the screen. In FlyPT consume these. Divide them by 100 to get the actual angle detected | ||
* Use MMF. OpenXR motion compensation will receive the pitch & roll. You can invert the data received (positive vs negative) | ||
## Disclaimer | ||
I am by far a good programmer. Early 40's and my last windows dev was made on Visual Basic 4.0. Yes, I am getting old :-p |