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

# automaticallyAdjustsVideoMirroring

A Boolean value that indicates whether you can enable mirroring based on a session’s configuration.

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

## Discussion

For some session configurations, the connection mirrors the video data by default. When the value of this property is <doc://com.apple.documentation/documentation/Swift/true>, the value of [`isVideoMirrored`](/documentation/AVFoundation/AVCaptureConnection/isVideoMirrored) may change, depending on the configuration of the session. For example, the value may change after switching to a different capture device input.

The default value is <doc://com.apple.documentation/documentation/Swift/true>.

---

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)