<!--
{
  "availability" : [
    "iOS: 4.0.0 -",
    "iPadOS: 4.0.0 -",
    "macCatalyst: 14.0.0 - 17.0.0",
    "macOS: 10.7.0 - 14.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "AVFoundation",
  "identifier" : "/documentation/AVFoundation/AVCaptureVideoOrientation",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "AVFoundation"
    ],
    "preciseIdentifier" : "c:@E@AVCaptureVideoOrientation"
  },
  "title" : "AVCaptureVideoOrientation"
}
-->

# AVCaptureVideoOrientation

Constants indicating video orientation.

```
enum AVCaptureVideoOrientation
```

## Overview

You can set these constants to [`videoOrientation`](/documentation/AVFoundation/AVCaptureConnection/videoOrientation) for a connection that has an [`AVCaptureVideoPreviewLayer`](/documentation/AVFoundation/AVCaptureVideoPreviewLayer) output.

## Topics

### Constants

[`AVCaptureVideoOrientationPortrait`](/documentation/AVFoundation/AVCaptureVideoOrientation/portrait)

Indicates that video should be oriented vertically, top at the top.

[`AVCaptureVideoOrientationPortraitUpsideDown`](/documentation/AVFoundation/AVCaptureVideoOrientation/portraitUpsideDown)

Indicates that video should be oriented vertically, top at the bottom.

[`AVCaptureVideoOrientationLandscapeRight`](/documentation/AVFoundation/AVCaptureVideoOrientation/landscapeRight)

Indicates that video should be oriented horizontally, top on the left.

[`AVCaptureVideoOrientationLandscapeLeft`](/documentation/AVFoundation/AVCaptureVideoOrientation/landscapeLeft)

Indicates that video should be oriented horizontally, top on the right.

## Relationships

### Conforms To

[`Sendable`](/documentation/Swift/Sendable)

[`Hashable`](/documentation/Swift/Hashable)

[`Equatable`](/documentation/Swift/Equatable)

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`BitwiseCopyable`](/documentation/Swift/BitwiseCopyable)

---

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)