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

# deferredPhotoProxyDimensions

The resolved dimensions of the photo proxy when using deferred photo delivery.

```
var deferredPhotoProxyDimensions: CMVideoDimensions { get }
```

## Discussion

When the system returns an [`AVCaptureDeferredPhotoProxy`](/documentation/AVFoundation/AVCaptureDeferredPhotoProxy), the [`photoDimensions`](/documentation/AVFoundation/AVCaptureResolvedPhotoSettings/photoDimensions) property of this object represents the dimensions of the final photo. If you don’t opt in to deferred photo delivery, this value has a width and height of 0.

---

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)