Can't stream 3D Points form Motive
Posted: Fri Jun 10, 2016 9:01 am
I'm trying to stream some Takes from Motive to Unity, but when I turn on the 3D Points as Active Playback Source all the data packets sent to Unity are empty.
<?xml version="1.0" ?><NodeList nRigidBodies="2" LatencyTimeDelta="5.650000"><RigidBodies><RigidBody ID="1" Name="Left Side" x="0.000000" y="0.000000" z="0.000000" qx="0.000000" qy="0.000000" qz="0.000000" qw="0.000000" /><RigidBody ID="2" Name="Right Side" x="0.000000" y="0.000000" z="0.000000" qx="0.000000" qy="0.000000" qz="0.000000" qw="0.000000" /></RigidBodies></NodeList>
But when I switch to 2D camera Data as Active Playback Source, I do get the data but then i can't see the individual marker data. Anybody got an idea why this is happening, and what I can do to fix it.
<?xml version="1.0" ?><NodeList nRigidBodies="2" LatencyTimeDelta="5.650000"><RigidBodies><RigidBody ID="1" Name="Left Side" x="0.000000" y="0.000000" z="0.000000" qx="0.000000" qy="0.000000" qz="0.000000" qw="0.000000" /><RigidBody ID="2" Name="Right Side" x="0.000000" y="0.000000" z="0.000000" qx="0.000000" qy="0.000000" qz="0.000000" qw="0.000000" /></RigidBodies></NodeList>
But when I switch to 2D camera Data as Active Playback Source, I do get the data but then i can't see the individual marker data. Anybody got an idea why this is happening, and what I can do to fix it.