iVRy Driver for SteamVR

iVRy Driver for SteamVR

Custom Tracking: TrackIR Camera
Hey iVRy,

I struggled with VS more than the code itself. First time with C++.

It is turning out decent I guess. Due to the nature of TrackIR only seated 180% at the moment. I used the hat clip, as ClipPro is hard to mount on PSVR without the visor getting in the way.

VR View: https://youtu.be/jCGIUjvGguI

Using an ini file for settings, the current movements may be too much. Also, I had the HMD over my head, so looking up is a bit restricted.

Merely copied how udp_bridge custom modifies the position data. I would like to use the quaternion though. And I have a few more ideas to explore.
< >
14/4 megjegyzés mutatása
iVRy  [Fejlesztő] 2021. okt. 26., 23:46 
Looking good!
Thanks for the response.

I noticed one thing during the tests. I have a text file that I log stuff, and TrackIR shutdown routine is never run. As if the custom tracking process is forcefully shutdown. Is that the proper terminology?
iVRy  [Fejlesztő] 2021. okt. 27., 5:27 
You should be doing all of your cleanup in the OnQuit() method of your derived IvryTrackingApp class. There was a scenario where the quit message wasn't being sent to the external tracker, which I've fixed and updated the driver (today). The driver version should be 1.1.5.14 or later.
iVRy  [Fejlesztő] 2021. okt. 27., 7:22 
You should also make sure the Run() method of your derived IvryTrackingApp class exits after OnQuit() is called. If you don't do that, the process will be terminated when the iVRy driver shuts down.
< >
14/4 megjegyzés mutatása
Laponként: 1530 50