---
title: geometricDistortionCorrectedVideoFieldOfView
framework: avfoundation
role: symbol
role_heading: Instance Property
path: avfoundation/avcapturedevice/format/geometricdistortioncorrectedvideofieldofview
---

# geometricDistortionCorrectedVideoFieldOfView

A horizontal field of view for the format after correction for geometric distortion.

## Declaration

```swift
var geometricDistortionCorrectedVideoFieldOfView: Float { get }
```

## Discussion

Discussion If the capture device doesn’t support geometric distortion correction (GDC), the value of this property is equal to the value of videoFieldOfView.

## See Also

### Determining field of view

- [videoFieldOfView](avfoundation/avcapturedevice/format/videofieldofview.md)
