void Start()
 {
     blink.setBlink(1);
     startPos = camera.transform.position;
     startRot = camera.transform.rotation;
 }