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

# deviceType

The kind of camera, such as a wide-angle or telephoto camera.

```
var deviceType: AVCaptureDevice.DeviceType { get }
```

## Discussion

This value matches the <doc://com.apple.documentation/documentation/avfoundation/avcapturedevice/devicetype> of the camera it describes.

---

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)