KevinDelao / Cloud-Backend-Project

0 stars 0 forks source link

C++ program to connect, grab and parse data from the HTC vive #18

Closed jsunthon closed 4 years ago

jsunthon commented 4 years ago

This issue is about writing a C++ program using OpenVR to connect to an HTC vive, listen for new data events from one or more connected devices, and at the very least, console log the data out.

ocojulun commented 4 years ago

Test code has been produced however neither @jvelasco2319 nor myself have been able to compile code properly. We're both getting linking errors which we haven't been able to resolve. We've reached out to Dr. Zhao to help us figure out what we're doing wrong.

ocojulun commented 4 years ago

Code compiles properly and current code successfully prints out x,y, and z coordinates of HTC Headset. Will be adding Controller and Foot Tracker tracking to code.