I would guess this is because of mixed order of things. Ideally this might work for this:
1.Move players
2.Place view at player
3.Draw all

Separate physics (game events and movement) and graphics, it will make code more clear too.