online marker data
Posted: Tue May 07, 2019 2:33 am
Hi everyone!
I am working on a body simulation, only coding with cpp (not using the GUI.) I am currently trying to compute the inverse kinematics solver, so I need marker files (.trc).
I wish to use a kinnect to get those coordinates. Is it possible to directly give the solver the coordinates of all markers at a time t, without using a marker file? It would allow me to have an online IK computation, and faster if I don't need to use a file.
I hope you guys can help me !
Thanks in advance,
So
I am working on a body simulation, only coding with cpp (not using the GUI.) I am currently trying to compute the inverse kinematics solver, so I need marker files (.trc).
I wish to use a kinnect to get those coordinates. Is it possible to directly give the solver the coordinates of all markers at a time t, without using a marker file? It would allow me to have an online IK computation, and faster if I don't need to use a file.
I hope you guys can help me !
Thanks in advance,
So