XRImage#

Type alias XRImage

XRImage: {
    imageData: Uint8Array | undefined;
    isValid: boolean;
}

Represents an XR image.

Type declaration

  • imageData: Uint8Array | undefined

    The image data as a Uint8Array.

  • isValid: boolean

    Indicates whether the image data is valid or not.