private void ImageProcessorOnCameraErrorEvent(object sender, CameraEventBase cameraError) { CameraErrorEvent?.Invoke(this, cameraError); }
protected virtual void RaiseCameraEvent(CameraEventBase eventBase) { CameraErrorEvent?.Invoke(this, eventBase); }