---
title: supportedMultiCamDeviceSets
framework: avfoundation
role: symbol
role_heading: Instance Property
path: avfoundation/avcapturedevice/discoverysession/supportedmulticamdevicesets
---

# supportedMultiCamDeviceSets

Sets of capture devices that you can use simultaneously in a multi-camera session.

## Declaration

```swift
var supportedMultiCamDeviceSets: [Set<AVCaptureDevice>] { get }
```

## Discussion

Discussion You may use multiple cameras as device inputs to an AVCaptureMultiCamSession, as long as one of the supported multi-camera device sets includes the device.

## See Also

### Finding devices

- [devices](avfoundation/avcapturedevice/discoverysession/devices.md)
