I am working on a project that integrates and Android phone and the Kinect sensor. I would like to point the Kinect (it will be integrated with a device to split around) to the Android phone. For that I need to send the position of the phone in a room (or just the direction) to the computer and then split the kinect. Which is the best way to do that?
I have been doing some tests with the Android sensors, but I dont know if the Android rotation vector should be enough or I also need to combine with data from the magnetometer and the accelerometer. This problem should be easy than indoor positioning because it is in the same room and I just need to know the direction where is the phone located (I don't need the exact location). Any clue or good reference will help.