Struct MetaOpenXRCameraSubsystem.XRCpuImagePair
A synchronized stereo pair of CPU image metadata. Use with TryAcquireLatestStereoCpuImagePair(out XRCpuImagePair). The pair's XRCpuImage.Cinfo fields can be turned into XRCpuImage instances via cpuImageApi.
Inherited Members
Namespace: UnityEngine.XR.OpenXR.Features.Meta
Assembly: Unity.XR.MetaOpenXR.dll
Syntax
public struct MetaOpenXRCameraSubsystem.XRCpuImagePair
Fields
leftEyeImageCinfo
Left eye image construction info.
Declaration
public XRCpuImage.Cinfo leftEyeImageCinfo
Field Value
| Type | Description |
|---|---|
| XRCpuImage.Cinfo |
rightEyeImageCinfo
Right eye image construction info.
Declaration
public XRCpuImage.Cinfo rightEyeImageCinfo
Field Value
| Type | Description |
|---|---|
| XRCpuImage.Cinfo |