Description
Hello r57zone, I want to thank you for all the content you have about OpenVR, I am using your drivers to be able to use my modified viewer @ 135ºFOV, you can see the MOD from this website.
https://www.realovirtual.com/foro/topic/51245/mod-visor-vr-los-90o-fov-135o-fov-anonymous-vr
I had the challenge of rotating the screens in SteamVR, after doing the MOD my tilted screens projected the crossed images, "as if cross-eyed".
I have used its controller and with the "GetProjectionRaw" function, I have managed to modify the images of the screens independently for each eye.
The viewer that I am using has a 3DOF IMU per USB HID port, it sends up to 32 data in 8 bits with values from 0 to 255.
I don't have enough knowledge to create a USB HID connection with your controller, maybe you can help me on this, you have programming experience.
I'm also thinking of using its COM_PORT connection to the Arduino and sending the data from the USB HID.
How are you sending the data from the Arduino through the COM_PORT?
Can you give me an example of the data and its order of sending to the driver? I understand that you send 3 data from the IMU, I have up to 32 to send, but really many are for the accelerometers, but if I have up to 10 different data that I can use for head movements, some data is in degrees and other data is raw, the IMU controller, it gives different data for the same movement.
Thanks for your attention.