---
title: Lighting
framework: avfoundation
role: collectionGroup
role_heading: API Collection
path: avfoundation/capture-device-lighting
---

# Lighting

Configure the device flash, torch, and low light settings.

## Topics

### Configuring flash settings

- [hasFlash](avfoundation/avcapturedevice/hasflash.md)
- [isFlashAvailable](avfoundation/avcapturedevice/isflashavailable.md)
- [isFlashActive](avfoundation/avcapturedevice/isflashactive.md)
- [flashMode](avfoundation/avcapturedevice/flashmode-swift.property.md)
- [isFlashModeSupported(_:)](avfoundation/avcapturedevice/isflashmodesupported(_:).md)
- [AVCaptureDevice.FlashMode](avfoundation/avcapturedevice/flashmode-swift.enum.md)

### Configuring torch settings

- [hasTorch](avfoundation/avcapturedevice/hastorch.md)
- [isTorchAvailable](avfoundation/avcapturedevice/istorchavailable.md)
- [isTorchActive](avfoundation/avcapturedevice/istorchactive.md)
- [torchLevel](avfoundation/avcapturedevice/torchlevel.md)
- [torchMode](avfoundation/avcapturedevice/torchmode-swift.property.md)
- [AVCaptureDevice.TorchMode](avfoundation/avcapturedevice/torchmode-swift.enum.md)
- [isTorchModeSupported(_:)](avfoundation/avcapturedevice/istorchmodesupported(_:).md)
- [setTorchModeOn(level:)](avfoundation/avcapturedevice/settorchmodeon(level:).md)
- [maxAvailableTorchLevel](avfoundation/avcapturedevice/maxavailabletorchlevel.md)

### Configuring low light settings

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

## See Also

### Configuring camera hardware

- [lockForConfiguration()](avfoundation/avcapturedevice/lockforconfiguration().md)
- [unlockForConfiguration()](avfoundation/avcapturedevice/unlockforconfiguration().md)
- [isSubjectAreaChangeMonitoringEnabled](avfoundation/avcapturedevice/issubjectareachangemonitoringenabled.md)
- [subjectAreaDidChangeNotification](avfoundation/avcapturedevice/subjectareadidchangenotification.md)
- [Formats](avfoundation/capture-device-formats.md)
- [Focus](avfoundation/capture-device-focus.md)
- [Exposure](avfoundation/capture-device-exposure.md)
- [White balance](avfoundation/capture-device-white-balance.md)
- [Color](avfoundation/capture-device-color.md)
- [Zoom](avfoundation/capture-device-zoom.md)
