---
title: isLowLightBoostSupported
framework: avfoundation
role: symbol
role_heading: Instance Property
path: avfoundation/avcapturedevice/islowlightboostsupported
---

# isLowLightBoostSupported

A Boolean value that indicates whether the capture device supports boosting images in low-light conditions.

## Declaration

```swift
var isLowLightBoostSupported: Bool { get }
```

## Discussion

Discussion You can set the capture device’s automaticallyEnablesLowLightBoostWhenAvailable property only if this property is true. This property is key-value observable.

## See Also

### Configuring low light settings

- [isLowLightBoostEnabled](avfoundation/avcapturedevice/islowlightboostenabled.md)
- [automaticallyEnablesLowLightBoostWhenAvailable](avfoundation/avcapturedevice/automaticallyenableslowlightboostwhenavailable.md)
