For anyone who doesn't know which is pitch and yaw. Here you go.
Example:
Camera.turnTo(306,1);
306 is yaw and 1 is pitch.
yaw = left to right, Ranges from 0-359 (int values).
pitch = up and down, Ranges from 0 to 1 in OSRS & 0 to 0.666 in RS3 (double values).
This would turn the cameras...