ok how I do it in my FPS game:
1. Round the angle (use integer(urVar) to check), only send pan and tilt
2. If the result of the substractio is too big, send the new angle
3. Send in UDP mode, so you save much more packets for the TCP mode (Save bandwidth)
4. Lerp between the new anf old angle