CameraCaptureUI captureUI = new CameraCaptureUI(); StorageFile photo = await captureUI.CaptureFileAsync(CameraCaptureUIMode.Photo); if (photo != null) { CameraCapture.Source = new BitmapImage(new Uri(photo.Path)); } > CameraCaptureUI it doesn't open camera. even CaptureElement does not find on UI 