Stanislaw Halik

Results 455 comments of Stanislaw Halik

Use the Wine output method on non-Windows to get the equivalent of the freetrack output method.

You need to set the `SDK_WINE` boolean and have `winegcc` in the PATH when building it.

You can just compile it regularly and install to `/opt/wine`.

@james-baker-ucm right before `#include ` try adding: ```c++ #undef htons #undef htonl ``` @matatata try replacing `-m32` with `-m64` here: https://github.com/opentrack/opentrack/blob/master/proto-wine/CMakeLists.txt#L20

There is. Additionally bind "toggle" to a key and press it once.

See: https://github.com/opentrack/opentrack/issues/1394#issuecomment-1938864870

That's something we'd need to specifically calibrate for. My raw center position is (0, 10, 0). Pitch changes with yaw left/right. We could calibrate for it but the procedure is...

I think that we can remove manual camera offset entirely, and replace it with offset based on camera center. Will publish a build sometime.

You'd need to calibrate for each axis, movement about the other two. For instance, how yaw affects roll and pitch is: - roll some in both directions - pitch some...