Class OCULUSExternalCamera

java.lang.Object
org.lwjgl.openxr.OCULUSExternalCamera

public class OCULUSExternalCamera extends Object
The XR_OCULUS_external_camera extension.

This extension enables the querying of external camera information for a session. This extension is intended to enable mixed reality capture support for applications.

This extension does not provide a mechanism for supplying external camera information to the runtime. If external camera information is not supplied to the runtime before using this extension, no camera information will be returned.

This API supports returning camera intrinsics and extrinsics:

  • Camera intrinsics are the attributes of the camera: resolution, field of view, etc.
  • Camera extrinsics are everything external to the camera: relative pose, attached to, etc.
  • We do not expect the camera intrinsics to change frequently. We expect the camera extrinsics to change frequently.