You could do the camera position calculations client side, and verify via server positions that the camera is within range of expected position, and lerp back to server position.
Or take an Overwatch approach, and calculate whole player data client-side, and verify it server-side to prevent cheating.