Working on a DIY project using various projects from GitHub.
I am using a Kinect to track head position, and I want to blend the position with my PSVR's rotation (already have kalman working with VRidge and SteamVR).
https://github.com/SDraw/driver_kinectV1
pyOpenVR lets me access the tracking pose, and report something like this
[[-0.9185850024223328, 0.0, 0.3952234089374542, 0.4742681086063385], [0.0, 1.0, 0.0, -20.290109634399414], [-0.3952234089374542, 0.0, -0.9185850024223328, -1.102302074432373]]
What is the format of this matrix?
Working on a DIY project using various projects from GitHub.
I am using a Kinect to track head position, and I want to blend the position with my PSVR's rotation (already have kalman working with VRidge and SteamVR).
https://github.com/SDraw/driver_kinectV1
pyOpenVR lets me access the tracking pose, and report something like this
[[-0.9185850024223328, 0.0, 0.3952234089374542, 0.4742681086063385], [0.0, 1.0, 0.0, -20.290109634399414], [-0.3952234089374542, 0.0, -0.9185850024223328, -1.102302074432373]]What is the format of this matrix?