XRImageΒΆ webVis API ReferenceXRImageType Alias XRImageXRImage: { imageData: Uint8Array | undefined; isValid: boolean }Represents an XR image. Type declarationimageData: Uint8Array | undefinedThe image data as a Uint8Array. isValid: booleanIndicates whether the image data is valid or not.
Represents an XR image.