<!--
{
  "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

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

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

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

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

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

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

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

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



---

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)