<!--
{
  "availability" : [
    "iOS: 15.0.0 -",
    "iPadOS: 15.0.0 -",
    "macCatalyst: 15.0.0 -",
    "macOS: 12.0.0 -",
    "tvOS: 17.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AVFoundation",
  "identifier" : "/documentation/AVFoundation/AVCaptureDevice/supportedFallbackPrimaryConstituentDevices",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "AVFoundation"
    ],
    "preciseIdentifier" : "c:objc(cs)AVCaptureDevice(py)supportedFallbackPrimaryConstituentDevices"
  },
  "title" : "supportedFallbackPrimaryConstituentDevices"
}
-->

# supportedFallbackPrimaryConstituentDevices

The constituent devices available to select as a fallback for a longer focal length primary constituent device.

```
var supportedFallbackPrimaryConstituentDevices: [AVCaptureDevice] { get }
```

## Discussion

The value of this property doesn’t change for a particular virtual device, and is `nil` for nonvirtual devices.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)