---
title: isHighestPhotoQualitySupported
framework: avfoundation
role: symbol
role_heading: Instance Property
path: avfoundation/avcapturedevice/format/ishighestphotoqualitysupported
---

# isHighestPhotoQualitySupported

A Boolean value that indicates whether this format supports the highest photo quality that the platform delivers.

## Declaration

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

## Discussion

Discussion The simplest way to capture the highest quality photos is to set photo as your session’s preset. If you’re instead manually setting the capture device’s activeFormat value, select the format whose isHighestPhotoQualitySupported property is true.

## See Also

### Determining photo quality

- [supportedMaxPhotoDimensions](avfoundation/avcapturedevice/format/supportedmaxphotodimensions.md)
- [isHighPhotoQualitySupported](avfoundation/avcapturedevice/format/ishighphotoqualitysupported.md)
