set a script on your camera and tell to the camera actor to follow player position.
this.actor.setPosition( playerActor.getX(), playerActor.getY(), 1 );
Something like that !