---
title: isSupported
framework: realitykit
role: symbol
role_heading: Type Property
path: realitykit/objectcapturesession/issupported
---

# isSupported

A Boolean that indicates whether the current device supports object capture sessions.

## Declaration

```swift
@MainActor static var isSupported: Bool { get }
```

## Discussion

Discussion Before creating an object capture session, check this value to make sure the current device supports the feature. If false, attempting to create an ObjectCaptureSession will result in a runtime error.
