psmoveservice / PSMoveService

A background service that communicates with the psmove and stores pose and button data.
Apache License 2.0
589 stars 149 forks source link

Can I get positional data from PS Move Services for my Arduino project ? #738

Open AkshayJose opened 4 years ago

AkshayJose commented 4 years ago

I'm in the progress of building an omnidirectional treadmill for VR walking. I was searching for multiple camera-based positional tracking solution, So that I can bring the user to the center of the treadmill whenever he/she tries to walk. Then I came across this amazing project. Here my question is, Can I get X Z positional data from this software for using it in Arduino ? ('Y' is not necessary)

Github for PS Move Service