<!--
{
  "availability" : [
    "iOS: 8.0.0 -",
    "iPadOS: 8.0.0 -",
    "macCatalyst: 14.0.0 -",
    "tvOS: 17.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AVFoundation",
  "identifier" : "/documentation/AVFoundation/AVCaptureDevice/automaticallyAdjustsVideoHDREnabled",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "AVFoundation"
    ],
    "preciseIdentifier" : "c:objc(cs)AVCaptureDevice(py)automaticallyAdjustsVideoHDREnabled"
  },
  "title" : "automaticallyAdjustsVideoHDREnabled"
}
-->

# automaticallyAdjustsVideoHDREnabled

A Boolean value that indicates whether the device automatically manages the state of high dynamic range (HDR) video streaming.

```
var automaticallyAdjustsVideoHDREnabled: Bool { get set }
```

## Discussion

By default, this value is `true`, and a capture device automatically enables [`isVideoHDREnabled`](/documentation/AVFoundation/AVCaptureDevice/isVideoHDREnabled) if it’s a good fit for the active format.

This property is key-value observable.

---

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)