API reference
API reference
Select your platform
No SDKs available
No versions available

PassthroughCapabilities Class

This class is used by OVRManager.GetPassthroughCapabilities() to report on Passthrough capabilities provided by the system.
Use it to configure various passthrough color mapping techniques, e.g. color LUTs. See Color Mapping Techniques for more details.

Properties

Indicates that Passthrough is available on the current system.
Indicates that the system can show Passthrough with realistic colors.
If 'false', then the system either supports the basic grayscale passthrough, or doesn't support passthrough at all.
Maximum color LUT resolution supported by the system.
Use it together with the OVRPassthroughLayer.SetColorLut(OVRPassthroughColorLut, float) method to apply a color LUT to a OVRPassthroughLayer component.

Member Functions

PassthroughCapabilities
( bool supportsPassthrough,
bool supportsColorPassthrough,
uint maxColorLutResolution )
Did you find this page helpful?
Thumbs up icon
Thumbs down icon