Package org.lwjgl.ovr

Class OVRCameraExtrinsics

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class OVRCameraExtrinsics extends Struct<OVRCameraExtrinsics> implements NativeResource

Layout


 struct ovrCameraExtrinsics {
     double LastChangedTimeSeconds();
     unsigned int CameraStatusFlags();
     ovrTrackedDeviceType AttachedToDevice();
     ovrPosef RelativePose();
     double LastExposureTimeSeconds();
     double ExposureLatencySeconds();
     double AdditionalLatencySeconds();
 }
  • Field Details

    • SIZEOF

      public static final int SIZEOF
      The struct size in bytes.
    • ALIGNOF

      public static final int ALIGNOF
      The struct alignment in bytes.
    • LASTCHANGEDTIMESECONDS

      public static final int LASTCHANGEDTIMESECONDS
      The struct member offsets.
    • CAMERASTATUSFLAGS

      public static final int CAMERASTATUSFLAGS
      The struct member offsets.
    • ATTACHEDTODEVICE

      public static final int ATTACHEDTODEVICE
      The struct member offsets.
    • RELATIVEPOSE

      public static final int RELATIVEPOSE
      The struct member offsets.
    • LASTEXPOSURETIMESECONDS

      public static final int LASTEXPOSURETIMESECONDS
      The struct member offsets.
    • EXPOSURELATENCYSECONDS

      public static final int EXPOSURELATENCYSECONDS
      The struct member offsets.
    • ADDITIONALLATENCYSECONDS

      public static final int ADDITIONALLATENCYSECONDS
      The struct member offsets.
  • Constructor Details

    • OVRCameraExtrinsics

      public OVRCameraExtrinsics(ByteBuffer container)
      Creates a OVRCameraExtrinsics instance at the current position of the specified ByteBuffer container. Changes to the buffer's content will be visible to the struct instance and vice versa.

      The created instance holds a strong reference to the container object.

  • Method Details