---
title: kCVImageBufferHorizontalDisparityAdjustmentKey
framework: corevideo
role: symbol
role_heading: Global Variable
path: corevideo/kcvimagebufferhorizontaldisparityadjustmentkey
---

# kCVImageBufferHorizontalDisparityAdjustmentKey

## Declaration

```swift
let kCVImageBufferHorizontalDisparityAdjustmentKey: CFString
```

## Discussion

Discussion Indicates a relative shift of the left and right images, which changes the zero parallax plane. The value encoded in normalized image space is a CFNumber holding a signed 32-bit integer measured over the range of -10000 to 10000 mapping to the uniform range [-1.0…1.0]. The interval of 0.0 to 1.0 or 0 to 10000 maps onto the stereo eye view image width. The negative interval 0.0 to -1.0 or 0 to -10000 similarly map onto the stereo eye view image width. The default value of 0 is inferred if this property is not set.

## See Also

### Constants

- [kCVImageBufferCGColorSpaceKey](corevideo/kcvimagebuffercgcolorspacekey.md)
- [kCVImageBufferCleanApertureKey](corevideo/kcvimagebuffercleanaperturekey.md)
- [kCVImageBufferPreferredCleanApertureKey](corevideo/kcvimagebufferpreferredcleanaperturekey.md)
- [kCVImageBufferFieldCountKey](corevideo/kcvimagebufferfieldcountkey.md)
- [kCVImageBufferFieldDetailKey](corevideo/kcvimagebufferfielddetailkey.md)
- [kCVImageBufferPixelAspectRatioKey](corevideo/kcvimagebufferpixelaspectratiokey.md)
- [kCVImageBufferDisplayDimensionsKey](corevideo/kcvimagebufferdisplaydimensionskey.md)
- [kCVImageBufferGammaLevelKey](corevideo/kcvimagebuffergammalevelkey.md)
- [kCVImageBufferICCProfileKey](corevideo/kcvimagebuffericcprofilekey.md)
- [kCVImageBufferYCbCrMatrixKey](corevideo/kcvimagebufferycbcrmatrixkey.md)
- [kCVImageBufferColorPrimariesKey](corevideo/kcvimagebuffercolorprimarieskey.md)
- [kCVImageBufferTransferFunctionKey](corevideo/kcvimagebuffertransferfunctionkey.md)
- [kCVImageBufferChromaLocationTopFieldKey](corevideo/kcvimagebufferchromalocationtopfieldkey.md)
- [kCVImageBufferChromaLocationBottomFieldKey](corevideo/kcvimagebufferchromalocationbottomfieldkey.md)
- [kCVImageBufferChromaSubsamplingKey](corevideo/kcvimagebufferchromasubsamplingkey.md)
