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. Was this page helpful? Please leave a thumbs up or down. 👍 Yes 👎 No
Represents an XR image.