XRImageResolutionProfileΒΆ

Enumeration XRImageResolutionProfile

The XRImageResolutionProfile specifies which resolution a requested images should have. The available options are low resolution (LOW_RES) and native resolution (NATIVE).

Enumeration Members

Enumeration Members

LOW_RES: "lowRes"

This will request images with a low resolution.

NATIVE: "native"

This will request images with the native resolution.