Blender OSC python

Hello,

I managed to receive x,y,z coordinates in Blender console sent from kinect v2 using python-osc.
I’m trying to move a bone. During the receiving of data the bone does not move, but when stopped the bone gets the last coordinate before stopping a moves accordingly. How can I get all the coordinate values so the bone moves all the time values, not just the last?

You’re probably using bpy. You need to use the BGE api. Also, this isn’t the right section for questions.