openvr icon indicating copy to clipboard operation
openvr copied to clipboard

How to Avoid SteamVR to Get Vive Tracker Tracking Data?

Open YongD0ng opened this issue 3 years ago • 8 comments

How to Avoid SteamVR to Get Vive Tracker Tracking Data?

YongD0ng avatar Jan 14 '22 09:01 YongD0ng

Do you want to completely bypass the SteamVR application? If so, you would need a custom driver for the hardware.

Check out https://github.com/cntools/libsurvive/

Rectus avatar Jan 14 '22 14:01 Rectus

Do you want to completely bypass the SteamVR application? If so, you would need a custom driver for the hardware.

Check out https://github.com/cntools/libsurvive/

Thanks for your suggestion!It helped me a lot. If there is something I don't understand, I will ask you again.

YongD0ng avatar Jan 14 '22 17:01 YongD0ng

Can I bypass SteamVR completely with an ios device to get Vive tracker tracking data?

YongD0ng avatar Jan 18 '22 11:01 YongD0ng

Can I bypass SteamVR completely with an ios device to get Vive tracker tracking data?

Considering that SteamVR dropped support for IOS, I'd say libsurvive is your best bet, it's originally made for Linux iirc, so it should require minimal setup for IOS.

okawo80085 avatar Jan 18 '22 11:01 okawo80085

As far as I know, the ios serial port api is closed to libsurvive

YongD0ng avatar Jan 18 '22 12:01 YongD0ng

Well i did say minimal setup, not no setup, if it doesn't have permissions to access that API and it needs it to work, you'll either have to make it work or you're out of luck.

okawo80085 avatar Jan 18 '22 12:01 okawo80085

Hello guys, I would like to ask how can I get the position and orientation from Vive Tracker? Is it the same way as getting the data from the headset and controllers?

felixshing avatar Jul 31 '22 19:07 felixshing

Yes, with OpenVR it should work the same as with other tracked devices.

Rectus avatar Aug 01 '22 07:08 Rectus