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

# position

The physical position of the camera on the device.

```
var position: AVCaptureDevice.Position { get }
```

## Discussion

This value matches the <doc://com.apple.documentation/documentation/AVFoundation/AVCaptureDevice/position-swift.property> of the camera it describes. Position describes the hardware, not the direction the camera faces in relation to your view.

---

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)