---
title: tetheredCaptureEnabled
framework: imagecapturecore
role: symbol
role_heading: Instance Property
path: imagecapturecore/iccameradevice/tetheredcaptureenabled
---

# tetheredCaptureEnabled

A Boolean value indicating whether tethered capture is enabled on the camera.

## Declaration

```swift
var tetheredCaptureEnabled: Bool { get }
```

## Discussion

Discussion Use requestEnableTethering() and requestDisableTethering() to enable or disable tethered capture.

## See Also

### Taking Pictures

- [ptpEventHandler](imagecapturecore/iccameradevice/ptpeventhandler.md)
- [requestEnableTethering()](imagecapturecore/iccameradevice/requestenabletethering().md)
- [requestTakePicture()](imagecapturecore/iccameradevice/requesttakepicture().md)
- [requestSendPTPCommand(_:outData:sendCommandDelegate:didSendCommand:contextInfo:)](imagecapturecore/iccameradevice/requestsendptpcommand(_:outdata:sendcommanddelegate:didsendcommand:contextinfo:).md)
- [requestSendPTPCommand(_:outData:completion:)](imagecapturecore/iccameradevice/requestsendptpcommand(_:outdata:completion:).md)
- [requestDisableTethering()](imagecapturecore/iccameradevice/requestdisabletethering().md)
