---
title: stopVideoCapture()
framework: uikit
role: symbol
role_heading: Instance Method
path: uikit/uiimagepickercontroller/stopvideocapture()
---

# stopVideoCapture()

Stops video capture.

## Declaration

```swift
func stopVideoCapture()
```

## Discussion

Discussion After you call this method to stop video capture, the system calls the image picker delegate’s imagePickerController(_:didFinishPickingMediaWithInfo:) method.

## See Also

### Capturing still images or movies

- [takePicture()](uikit/uiimagepickercontroller/takepicture().md)
- [startVideoCapture()](uikit/uiimagepickercontroller/startvideocapture().md)
