---
title: forwardFacingDeviceDescriptors
framework: AVKit
role: symbol
role_heading: Instance Property
platforms: [iOS 27.1+, iPadOS 27.1+]
path: avkit/avcapturedevicedirectionmap/forwardfacingdevicedescriptors
---

# forwardFacingDeviceDescriptors

Descriptions of the capture devices that face the same direction as the view.

## Declaration

```swift
var forwardFacingDeviceDescriptors: [AVCaptureDeviceDescriptor] { get }
```

## Mentioned in

Choosing a camera by the direction it faces

## Discussion

Discussion These devices capture the scene in front of the view. Each AVCaptureDeviceDescriptor in the array identifies one capture device, which may be a virtual device such as a dual camera. Match its uniqueID to obtain the corresponding AVCaptureDevice. The array is empty when no capture device is available or applicable for the current configuration.

## See Also

### Reading the camera directions

- [backwardFacingDeviceDescriptors](avkit/avcapturedevicedirectionmap/backwardfacingdevicedescriptors.md)
