XRImage¶ webVis API ReferenceXRImageInterface XRImageRepresents an XR image. interface XRImage { imageData: Uint8Array<ArrayBufferLike>; isValid: boolean;} IndexPropertiesimageData isValid PropertiesimageDataimageData: Uint8Array<ArrayBufferLike>The image data as a Uint8Array. isValidisValid: booleanIndicates whether the image data is valid or not.
Represents an XR image.