XR

Camera Manager

The Camera Manager is a part of the XRManager instance, which you can access through xrManager.cameraManager.

Properties

PropertyTypeDescription
fixedFoveationnumberSets the fixed foveation for the camera

Methods

MethodDescription
attachCameraBinds the camera in the virtual world to the camera in the real world
detachCameraUnbinds the camera in the virtual world from the camera in the real world

Update Process

Simply synchronizing the parameters and poses of the real camera to the virtual camera allows the real scene and virtual scene to stay synchronized.

Last updated on July 17, 2024

Was this page helpful?