Thanks for the answer.
I tried this but I have a problem.
The object of all is move the ball with the rotation of the paper. If I rotate to left, the ball goes to left, I rotate to right, the ball goes to right, rotate up, rotate down..... with this values I generate a vector and apply a force to move the ball.
The camera and the tracking paper is in movement, for this reason if I set the ARCamera to None, it doesn't work.
I have to track the camera (my iphone in one hand), and the tracking marker (a peace of paper with the mark in my other hand).
First I have a lot of test, for logging the rotation degrees of the camera, with the AUTO option, and there are several times that give me the rotation of camera, and sometimes, the rotation of the marker (I think.. because the values are varying a lot of..270, 274, 280, 20, ?¿?, for this I think that it give me this values..)
Then I try with the NONE option, and ok, if I put the camera totally perpendicular to the marker in vertical, is the "point 0" of the tracking, and I say "eureka" it works... but not.. because if I move the camera and my marker is for example on the table (static) (remember.. iphone in my hand...), the rotation values change, and then give me values that don't works.
The question is.. :) how can I tracking both (I suppose that I have to tracking both ?¿), but that only affects the rotation of the marker to the ball?
Thanks, thanks and another time thanks for your help.
Alvaro
haha, Add another name to the list of people who want to know how to do this.