public ErrorHandler(int hr)
 {
     this.hr = hr;
     CameraError.GetCameraErrorString(hr);
 }